资源列表

« 1 2 ... .74 .75 .76 .77 .78 16579.80 .81 .82 .83 .84 ... 28521 »

[matlab例程kalman_filter

说明:用卡尔曼滤波算法估计一个四阶线性预测模型的最优权值,并附有仿真图形-Kalman filter algorithm to estimate the optimum weights of a fourth-order linear prediction model with simulation graphics
<song> 在 2025-05-05 上传 | 大小:31kb | 下载:0

[matlab例程RLS

说明:本程序基于一阶AR模型,u(n)=-0.99u(n-1)+v(n)的线性预测。白噪声v(n)方差0.995.FIR滤波器的抽头数为2.遗忘因子0.98.用RLS算法实现u(n)的线性预测。并附有仿真图片-This procedure is based on a first-order AR model, u (n) =-0.99u (n-1)+v (n) of the linear prediction. White noise v (
<song> 在 2025-05-05 上传 | 大小:42kb | 下载:0

[matlab例程LMS

说明:基于一阶AR模型u(n)=0.99u(n-1)+v(n),白噪声方差0.93627.步长0.05.分别使用M=2和M=3抽头的滤波器,用LMS算法实现u(n)的线性预测估计。并附仿真图已被参考。-Based on a first-order AR model u (n) = 0.99u (n-1) the+v (n), the white noise variance 0.93627 step 0.05. Respectively wi
<song> 在 2025-05-05 上传 | 大小:32kb | 下载:0

[数学计算/工程计算wald

说明:用LUA编写的logistic回归分析中的wald检验-wald test in logistic regression using LUA
<alen> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[数学计算/工程计算RLS

说明:RLRecursive Least Square code Matlab code model-RLRecursive Least Square code Matlab code model
<sanna> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[数据结构常用算法tubaowenti

说明:凸包问题,大二一门课的课程设计,很短的小程序-Convex hull, sophomore course curriculum design, very short program
<唐亮> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[数据结构常用算法vectoralist

说明:练习vector和list的使用 定义一个空的vector,元素类型int,生成10个随机数插入到vector中,用迭代器遍历vector并输出其中的元素值。在vector头部插入一个随机数,用迭代器遍历vector并输出其中的元素值。用泛型算法find查找某个随机数,如果找到便输出,否则将此数插入vector尾部。用泛型算法sort将vector排序,用迭代器遍历vector并输出其中的元素值。将vector清空。 定义一个
<唐亮> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[数据结构常用算法fanxinsuanfa

说明:定义一个vector,元素类型为INT,插入10个随机数,使用sort按升序排序,输出每个元素的值,再按降续排序,输出每个元素的值,练习用find查找元素,用min和max找出容器中的最小元素和最大元素,并输出。-Define a vector, the elements of type INT, insert 10 random numbers, use the sort ascending sort, the output valu
<唐亮> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[数学计算/工程计算k-means-clustering

说明:用C语言程序通过先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。-C Programming Language by first randomly selected the K object as initial cluster centers.
<刘平> 在 2025-05-05 上传 | 大小:13kb | 下载:0

[数学计算/工程计算classic-sorting-algorithm

说明:给出了常见的八种经典排序算法: 1.希尔排序 2.二分插入法 3.直接插入法 4.带哨兵的直接排序法 5.冒泡排序 6.选择排序 7.快速排序 8.堆排序 -Common eight classic sorting algorithms: Hill sorting. Insertion method. Direct insertion method. 5 Sentinel direct sequenc
<刘平> 在 2025-05-05 上传 | 大小:8kb | 下载:0

[数据结构常用算法quanpai

说明:能够实现在输入的实数中找到其中两个实数的距离最短-Find one of the shortest distance of the two real numbers can be achieved in the real number input
<刘天文> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[数值算法/人工智能testcpp

说明:Fixed Point operations with C++ (to finish)
<Callisto> 在 2025-05-05 上传 | 大小:149kb | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 16579.80 .81 .82 .83 .84 ... 28521 »

源码中国 www.ymcn.org