-
Realize-UKF-with-Matlab
详细的介绍了UKF算法在matlab中的实现过程,并有matlab测试例子,适合UKF初学者(Described in detail in the UKF algorithm in matlab implementation process, and matlab test case for beginners UKF)
- 2011-01-05 15:36:14下载
- 积分:1
-
convol
Discrete convolution in matlab
- 2013-01-30 02:47:28下载
- 积分:1
-
suite-DETECTION1
nous intéressons à la détection
et à la localisation de défauts dans des systèmes
dynamiques en combinant simultanément l’analyse en
composantes principales et la transformée en
ondelettes. Ce procédé d’analyse et de traitement,
connu souvent sous le nom de MSPCA, permet à la
fois l’extraction de la corrélation entre les différents
capteurs (approche ACP) et le calcul de l’auto
corrélation pour chaque capteur (approche ondelette).
- 2013-05-19 18:22:31下载
- 积分:1
-
dc-motor-smc-master
说明: 使用滑模控制器对直流电机实现速度控制的matlab代码(Matlab code for speed control of DC motor using sliding mode controller)
- 2021-05-15 21:30:03下载
- 积分:1
-
patternrecohnition
基于pca算法的人脸识别软件,有界面,有注释,有图像库(Pca-based face recognition algorithm software, interface, with annotations, a image library)
- 2010-11-04 23:33:50下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(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步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1
-
matlab-from-entry-to-the-master
matlab从入门到精通,让你更加快速掌握matlab(matlab from entry to the master)
- 2013-08-05 11:42:30下载
- 积分:1
-
MATLAB
一种自适应阙值R波的检测算法,读取TXT文本数据的.m码源(An adaptive threshold detection algorithm R-wave, the source code .m read TXT text data)
- 2020-07-22 14:48:44下载
- 积分:1
-
FDI
Function direct I Filter
Call:
[Y,Zf]=FDI(B,A,X,Zi)
Parameters A(N), B(M), X(L)and Y(L) as in FILTER.
Input Parameters:
Zi(max(N,M)-1,2): Conditions iniciales.
Zi(:,1): from zeros.
Zi(:,2): from polos.
Output Parameters:
Zf(max(N,M)-1,2): final conditions.
Zf(:,1): from zeros.
Zf(:,2): from polos.
- 2009-10-05 19:00:29下载
- 积分:1
-
work
the Gibbs phenomenon graphic in matlab , you can change the number of armonics by changing the N value
- 2009-05-27 09:54:37下载
- 积分:1