-
pca
Function to perform Principle Component Analysis over a set of training
vectors passed as a concatenated matrix.
Usage:- [V,D,M] = pca(X,n)
[V,D] = pca(X,aM,n)
where:-
<input>
X = concatenated set of column vectors
aM = assume that the mean is aM
n = number of principal components to extract (optional)
<output>
V = ensemble of column eigen-vectors
D = vector of eigen-values
M = mean of X (optional)
- 2013-07-09 15:06:40下载
- 积分:1
-
Kalman-filter
非线性卡尔曼滤波器利用MATLAB中的M文件进行设计编写(Nonlinear Discrete-Time Kalman filter)
- 2014-12-23 16:59:45下载
- 积分:1
-
examples
为便于交流提高学术水平,我们应该提供一些免费的好的源代码(In order to facilitate the exchange to raise academic standards, we should provide some good free source code)
- 2007-11-23 18:50:52下载
- 积分:1
-
deer
说明: 有关MATLAB边缘检测源代码,我自己的毕业设计程序,大家共同分享(MATLAB source code for the edge detection, my own graduate design program, we share)
- 2010-04-24 18:04:07下载
- 积分:1
-
sovadec
软输出的维特比译码算法,matlab源文件(Soft output Viterbi algorithm, matlab source)
- 2010-07-01 10:52:07下载
- 积分:1
-
TVL1
这是一个关于全变分的盲复原算法,该算法在实际应用了取得了很好的效果,希望对大家有好处。(This is a variation on the whole of blind image restoration algorithm in the practical application of the good results obtained, we hope to benefit.)
- 2011-05-09 21:00:22下载
- 积分:1
-
project1.tar
华盛顿大学机器人课程的教学作业,是学习Kalman滤波和粒子滤波很好的仿真平台。稍加改动可以将该平台作为SLAM学习,多目标跟踪等问题的实验平台。深入学习可以得到更多回报,具体算法的实现可以参考本站内的EKF-SLAM和Fast-SLAM(You are to write a particle filter and a Kalman filter for robot localization. The script generates motion information according to the odometry-based motion model. Observations are landmark detections. Each landmark has a unique ID. )
- 2011-08-14 12:18:12下载
- 积分:1
-
qicheqiziyoudu
汽车七自由度的振动程序,可以求解固有频率,悬架的动挠度等,欢迎大家下载学习与交流(vibration of the car with seven degrees)
- 2013-12-22 15:01:20下载
- 积分:1
-
zabobianyuan_fivemethods
杂波边缘 统一数据 五种方法,CA,GO,OS,GOSGO等 仿真图(Unified data clutter edge five methods, CA, GO, OS, GOSGO other simulation Figure)
- 2014-02-20 18:33:05下载
- 积分:1
-
total_least_squares_TLS
本源码给出了总体最小二乘方法的matlab实现,开发者可以了解最小二乘方法原理,以及程序实现。(This source gives the total least squares methods matlab realized, developers can understand the principle of least squares methods, and procedures to achieve.)
- 2008-01-12 11:39:28下载
- 积分:1