-
single6
标准的卡尔曼滤波MATLAB程序。。。简单实用的(MATLAB Kalman filter standard procedures. . . Simple and practical)
- 2009-05-27 18:51:32下载
- 积分:1
-
gpml
高斯过程的协方差函数 及其选着 列出多个协方差函数
- 2011-01-09 09:50:44下载
- 积分:1
-
rotdesign
说明: 连杆机构的运动设计,matlab程序设计,连杆的运动设计(rod design )
- 2011-03-27 16:17:21下载
- 积分:1
-
kMeansCluster
基于matlaB工具的一种简单的关于K_means聚类的算法(A simple clustering algorithm on K_means)
- 2011-09-26 17:02:17下载
- 积分:1
-
RK
标准四阶龙格库塔matlab函数 并且附带具体实例(Standard fourth-order Runge-Kutta Matlab function and with specific examples)
- 2013-05-03 23:43:04下载
- 积分:1
-
FOCUSS
用MATLAB利用FOCUSS实现波达方向的估计,FOCUSS算法通过找到合适的加权矩阵对稀疏信号进行恢复(Doa estimation using FOCUSS. FOCUSS algorithm through weighted matrix to find the right to recover the sparse signal.
)
- 2016-06-02 15:54:29下载
- 积分:1
-
xinhaohebing
利用matlab/simulink 实现两路信号合并(use matlab/simulink to merge two signals)
- 2009-05-10 11:23:32下载
- 积分:1
-
soil_cp_min
function to calculate the specific heat of mineral soil, given the fractions of dry soil and water in the soil sample
- 2009-06-08 23:39:08下载
- 积分:1
-
LISQ1
多传感器数据融合综合分析,matlab实现各种方法。(the synthetical anslyse of muti-sensor data fusion)
- 2014-12-23 11:58:44下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1