-
Particle-Filter-Note
粒子滤波跟踪算法学习的好文档。为个人读书心得,主要从三个角度去理解粒子滤波,由浅入深,有学习价值!(Particle filter tracking algorithm to learn a good document. For personal reading experience, mainly from the three perspectives to understand the particle filter, Deep learning value!)
- 2011-01-17 15:12:15下载
- 积分:1
-
Eacpower
this source code is eacpower matlab
- 2013-08-04 17:42:35下载
- 积分:1
-
xiaobofenxiherbfwangluo
小波神经网络研究的进展及一种新算法,希望可以抛砖引玉(WNN progress of the studies and a new algorithm, hope to start)
- 2009-03-19 16:45:52下载
- 积分:1
-
gray2bw3
特别好用的二值化程序 比matlab自带的好 因为是分区域二值化 不需要事先设定阈值 而是自动计算阈值,对您的实验会有帮助的(very useful)
- 2010-12-23 19:30:10下载
- 积分:1
-
voronoi_mountains
VORONOI_MOUNTAINS is a MATLAB program which makes a 3D surface plot of a Voronoi diagram. The Voronoi diagram divides up points in the plane by associating each point with the closest of a set of generator points.
- 2011-12-02 05:55:56下载
- 积分:1
-
ILC
多输入多输出系统迭代学习控制算法程序,此程序对迭代学习控制算法的新手,具有一定帮助,加深对ILC算法的理解。(the ILC of MIMO system)
- 2021-02-08 16:49:54下载
- 积分:1
-
604150548
该方法适用于解决阶数比较大的线性方程组,从理论上讲这种方法是收敛的,而且具有较好的可操作性(this method is suited for some complex equation)
- 2010-11-19 10:45:22下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
buisang
基于欧几里得距离的聚类分析,语音信号的采集与处理,数字信号处理课设,是路径规划的实用方法。( Clustering analysis based on Euclidean distance, Acquisition and Processing of the speech signal, digital signal processing class-based, Is a practical method of path planning.)
- 2016-05-10 10:23:31下载
- 积分:1
-
PIDcontrol
用于学PID控制 优化问题是工业设计中经常遇到的问题,许多问题最后都可以归结为优化问题
(Used to learn PID control Optimization problem is industrial design frequently encountered in question, many problems finally all boils down to optimization problems)
- 2010-11-18 00:39:08下载
- 积分:1