-
KalmanFilter
说明: 主要是介绍卡尔曼滤波器的原理,并形象地说明了实现过程,最后用matlab实现了这一原理。(Mainly to introduce the principle of Kalman filter, and vividly illustrates the realization of the process, and finally use matlab to achieve this principle.)
- 2008-11-24 16:58:28下载
- 积分:1
-
psk11
从别人那里转载!从别人那里转载 从别人那里转载 (reproduced from others there! Reprinted from others where there is reproduced from others from others where there is reproduced from others reprinted)
- 2006-07-02 18:17:31下载
- 积分:1
-
discrete-exponential-signal
matlab program for discrete exponential signal
- 2012-08-22 13:03:10下载
- 积分:1
-
kNearestNeighbors
program to find the k - nearest neighbors (kNN) within a set of points.
Distance metric used: Euclidean distance
- 2010-12-21 15:51:38下载
- 积分:1
-
kdtree
k-d树的matlab程序,包含了KDTREE, KDTREEIDX and KDRANGEQUERY functions。提供了两个Demo
scripts(kdtree_demo.m & kdrange_demo.m),很实用(
This distribution contains the KDTREE, KDTREEIDX and KDRANGEQUERY functions.
Included are the source code files in kdtree/src, as well as precompiled
mex files for the following systems:
- Mac OS X (Matlab 6.5)
- Redhat Linux (Matlab 6.5)
- Windows (Matlab 6.1)
Two demo scripts are provided (kdtree_demo.m & kdrange_demo.m).
The new features added June 2004:
+ You can now use N dimensional data points, where N>3.
+ Use KDTREEIND to return the index value to the closest point,
instead of the closest point values.
+ KDRANGEQUERY can now return these index values as well.
Written by/send comments or suggestions to :
Guy Shechter
guy at jhu dot edu
June 2004
)
- 2013-11-07 16:28:39下载
- 积分:1
-
fls_svm(pso1)
模糊支持向量机算法研究,将模糊隶属度函数与最小二乘支持向量机相结合,来抑制异常点和噪声的影响(RESEARCH ON FUZZY SUPPORT VECTOR MACHINE )
- 2010-12-13 12:41:38下载
- 积分:1
-
LMS与NLMS滤波
说明: 最小均方自适应滤波算法(LMS)与归一化最小均方自适应滤波算法(NLMS)的对比(Comparison of Least Mean Square Adaptive Filtering Algorithm (LMS) and Normalized Least Mean Square Adaptive Filtering Algorithm (NLMS))
- 2019-12-22 17:45:26下载
- 积分:1
-
matlab-finite-element
matlab有限元结构动力学分析与工程应用(matlab finite element structural dynamics analysis and engineering applications)
- 2011-11-21 11:43:11下载
- 积分:1
-
TLS_ESPRIT
阵列信号处理中的旋转不变子空间法。
原创。。。。。。。。。。。。(Array signal processing in the rotation invariant subspace method. Original. . . . . . . . . . . .)
- 2010-10-30 09:46:10下载
- 积分:1
-
circle_fit
说明: 圆拟合,通过已知的多组数据,拟合出最小误差的圆(Given a set of measured x,y pairs that a re supposed to reside on a circle, but with some added noise. A circle to these points, i.e. find xc,yc,R, such that (x-xc)^2+(y-yc)^2=R^2)
- 2009-08-27 06:38:28下载
- 积分:1