-
RLS
利用RLS算法实现参数的自适应估计
估计y(n) = 1.5*y(n-1)-0.7*y(n-2)+0.3*u(n-2)中的参数(RLS algorithm using adaptive estimation parameters estimated y (n) = 1.5* y (n-1)-0.7* y (n-2)+ 0.3* u (n-2) parameters)
- 2008-04-01 18:54:41下载
- 积分:1
-
TDE
matlab实现二维抛物线方程的求解
在matlab中编程实现的求解二维抛物线方程的程序:TDE(matlab to achieve the two-dimensional parabolic equations
Programming in matlab program for solving two-dimensional parabolic equation: TDE)
- 2013-02-03 15:36:27下载
- 积分:1
-
chap4
PID控制程序,matlab编写,适合初学者(4)(PID control procedures, matlab prepared for beginners (4))
- 2008-05-16 21:06:50下载
- 积分:1
-
pam
4-pam and simulation the bit error performance
- 2011-05-16 23:44:43下载
- 积分:1
-
4M17MultiobjectiveOptimisation
multi-objective optimization
- 2014-01-09 19:15:13下载
- 积分:1
-
JPDA
简化的JPDA算法,提高效率,速度提高不少(Simplified JPDA algorithm, improve efficiency)
- 2021-03-18 22:09:19下载
- 积分:1
-
demo_SGMKL
多核学习Sparse GMKL的代码,采用L1+L2范数约束,代码很详尽!(Multicore learning Sparse GMKL code, using L1+L2 norm constraint, the code is very detailed!)
- 2015-11-17 14:21:25下载
- 积分:1
-
sjyjp
常见手机液晶屏的资料,在网上很难找到的,有需要的赶紧下呀(Common mobile phone LCD screen information, the Internet is difficult to find, there is a need to quickly lower ah)
- 2010-10-25 16:54:42下载
- 积分:1
-
Svd_Yuyin
用奇异值分解来对语音信号进行噪声消除(using singular value decomposition of voice signal to noise elimination)
- 2005-01-19 09:22:56下载
- 积分:1
-
FractalDim
说明: 盒维数MATLAB计算程序。%根据计盒维数原理编写了求一维曲线分形维数的matlab程序
function D=FractalDim(y,cellmax)
%求输入一维信号的计盒分形维数
%y是一维信号
%cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数
%D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)),
(box dimension MATLAB program. % Under the box dimension of the principle of preparing for a peacekeeping curve fractal dimension of Matlab procedures function FractalDim D = (y, cellmax)% for the importation of one-dimensional signal box fractal dimension% y Victoria is a signal llmax : square of the largest side length, the two can take several dual Power (1, 2,4,8 ...), data from more than even the length of the% D y is the box dimension (Dgt under normal circumstances; = 1), D = lim (log (N (e))/log (k/e)) ,)
- 2020-12-22 19:59:07下载
- 积分:1