-
matlab6.5Wavelet
matlab6.5辅助小波与应用,一本很好的小波学习书。(matlab6.5 secondary wavelet and application of wavelets to study a good book.)
- 2009-12-27 23:57:56下载
- 积分:1
-
wavele_eg of raghuveer
这是伯克里wavelet transforms一书中的例子的代码,包括m文件和数据及图片。是从小波变换的基本到深入的许多个例子。(wavelet transforms a book example of the code, including m documents and data and photographs. From the wavelet transform is the basic depth to the many examples.)
- 2005-07-27 16:35:06下载
- 积分:1
-
matlab-example
提供大量matlab的源代码,供初学者学习掌握(Provide a large number of matlab source code, for beginners to learn to master)
- 2013-01-15 02:46:43下载
- 积分:1
-
2D_Heat_Conduction
Matlab code soving 2D heat conduction using FEA
- 2013-03-04 09:14:56下载
- 积分:1
-
highpas
This is a matlab ea, implements a high pass filter
- 2012-02-10 18:11:03下载
- 积分:1
-
Cryptography
cryptography is a technique used for decryption and encryption
- 2012-04-16 17:51:27下载
- 积分:1
-
ZZK
PSD using BT/AR/ method,get the auto-correlation funtion(PSD using BT/AR/method, get the auto-correlation funtion)
- 2007-06-27 17:51:23下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
pso
this is a pso alghoritms code
- 2012-05-02 19:22:37下载
- 积分:1
-
cx
说明: matlab 程序,simulink 仿真,多自由度系统,源代码,求响应结果,分析。(the design about matlab,simulink)
- 2012-05-23 19:32:54下载
- 积分:1