-
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
-
FDTD_TM_PC
计算光子晶体透射的FDTD程序的matalb源程序(Calculation of photonic crystal transmittance of FDTD procedure matalb source)
- 2008-06-17 00:10:06下载
- 积分:1
-
timeresponse
Time response of second order system
- 2012-08-24 13:01:56下载
- 积分:1
-
fortran
源于Fortran编写,用于学生信息数据库操作,如查找,排序,插入,删除等(Prepared from Fortran for student information database operations, such as search, sort, insert, delete, etc.)
- 2010-11-19 13:53:57下载
- 积分:1
-
matlabengine
vc++调用matlab,利用matlab引擎(vc++ call matlab, using matlab engine)
- 2008-05-26 20:55:00下载
- 积分:1
-
123
matlab盲复原程序,线性卷积的仿真程序。(matlab blind rehabilitation program, the linear convolution simulation program.)
- 2012-04-25 10:59:54下载
- 积分:1
-
ofdm_1_1path_fading_perfect_compensation
This is the source code about OFDM under the condition of QPSK and perfect compensation.
- 2013-12-31 15:29:29下载
- 积分:1
-
qianyanjishu
关于IT界现今为止还算前沿的一些技术,作为导论式的资料,可作为参考(Up until now fairly on the IT sector, a number of cutting-edge technology, as the introductory-style information can be used as reference to)
- 2010-01-09 00:23:39下载
- 积分:1
-
3
说明: 此算法为增广最小二乘法。uy2为含噪声数据,n=2,噪声模型n=2(The algorithm for least squares augmented. uy2 for data containing noise, n = 2, the noise model n = 2)
- 2009-07-24 11:40:44下载
- 积分:1
-
UndoRedo
实现了简单的windows undoredo操作,并且有自动保护功能(Achieve a simple windows undoredo operation, and automatic protection function)
- 2014-08-09 10:31:44下载
- 积分:1