-
particle_filter
Another particle filter implementation (by by Diego Andrés Alvarez Marín) that implements Arulampalam et. al. (2002). A tutorial on particle filters for online nonlinear/non-gaussian bayesian tracking. IEEE Transactions on Signal Processing. 50 (2). p 174--188
- 2013-08-22 00:39:45下载
- 积分:1
-
book
包括语音信号处理(胡航版),matlab扩展编程,HMM学习最佳范例(Including voice signal processing (Hu Hang Edition), matlab extension programming, HMM learning best practices
)
- 2011-12-15 20:42:49下载
- 积分:1
-
SIM
子空间辨识,随即输入,根据算法算出系统矩阵( Subspace Identification for Linear Systems)
- 2012-05-19 10:56:53下载
- 积分:1
-
NSGA2
NSGA2遗传算法,能够自定义函数、维度、迭代次数、显示图像(NSGA2 genetic algorithm, able to customize functions, dimensions, iterations, and display images)
- 2020-12-02 21:39:26下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
MATLAB_programe
《MATLAB 程序设计与实例应用》,一本matlab编程的书籍,比较适合于初学者学习( MATLAB Program Design and examples of application, a matlab programming books, suitable for beginners to learn)
- 2008-01-25 01:31:53下载
- 积分:1
-
vcniniudun
用于c++计算拟牛顿法的实验,请参考,多谢请多指教(For c++ calculation of the experimental quasi-Newton method, please refer to, please advise Thank you)
- 2009-05-14 12:57:08下载
- 积分:1
-
Matlab-code-for-face-verification
Instructions:
Unzip the selected file (A.zip or B.zip) in Matlab current directory (C:/.../Matlab/work is the default
one).
Type the name of main function on Matlab command window.
Now a simple and intuitive GUI should appear.
You can use images/data present in data.zip: just unzip them in Matlab current directory.
- 2011-12-13 17:43:09下载
- 积分:1
-
circpendulum
Pendulum on Circular Track in simulink
- 2014-01-25 16:01:43下载
- 积分:1
-
CMAPSS Segmentation
python code for cmapss segmentation
- 2019-02-18 03:29:38下载
- 积分:1