-
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
-
fouthorder
图像增强matlab中的比较重要的 四阶降噪算法实现 (Image enhancement matlab more important in the fourth-order noise reduction algorithm)
- 2009-04-21 17:30:50下载
- 积分:1
-
displaylet
matlab内显示图形的子程序,可以方便的显示各种图形,能够识别图形中任意点的轨迹(matlab display graphics within the subroutine, you can easily display a variety of graphics, can identify any point in the track graph)
- 2009-12-10 21:34:42下载
- 积分:1
-
Compressive-Sensing
压缩感知简介,包括压缩感知具体实现过程,最基本的原理说明(compressive sampling)
- 2011-05-09 16:32:04下载
- 积分:1
-
geneticexpalgo
genetic algorithm example in matlab
- 2009-09-17 18:49:42下载
- 积分:1
-
Factor-analysis
因子分析。该程序已经调试好了 直接可以使用(Factor analysis. The program has a good debugging can be used directly)
- 2013-04-02 14:25:35下载
- 积分:1
-
cubicsplineproject
the source code for bicubic and cubic spline image analysis. This is done in the Matlab. It can process the image and make it clear
- 2011-11-16 08:06:53下载
- 积分:1
-
FEEMD
this code is about Ensemble Empirical Mode Decomposition
- 2015-01-30 17:55:41下载
- 积分:1
-
2
说明: matlab源程序的经典学习案例,方便大家学习,欢迎下载!!(matlab source case study, to facilitate learning, welcome to download! !)
- 2012-11-24 21:17:16下载
- 积分:1
-
x3
communication papers about mimo
- 2014-01-30 13:42:56下载
- 积分:1