-
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
-
GPSR
GPSR路由matlab实现,模拟仿真了路由算法的各种性能指标,若有不足请批评指正。(GPSR routing matlab )
- 2021-04-17 15:58:52下载
- 积分:1
-
matlab_3D
matlab 中的3D模型的建立和分析,不少经典的使用。(3D model is used in the matlab)
- 2009-12-03 12:47:47下载
- 积分:1
-
ask
amplitude shift keying along with the result
- 2012-05-29 02:43:28下载
- 积分:1
-
MOBg
This is an implements of vehicle tracking, but implemented to people. You can use this as a people counting.
- 2014-10-12 02:46:48下载
- 积分:1
-
expi
报童模型的负指数分布,以及生成收益与需求量的图形、亏损与需求量的图形(Newsboy model negative exponential distribution, and generate revenue and demand for graphics, loss and demand graph)
- 2013-11-07 21:53:52下载
- 积分:1
-
Arnold
matlab实现Arnold置乱的程序,对初学者有用(matlab Arnold matlab Arnold)
- 2013-12-11 10:34:08下载
- 积分:1
-
fenel_simpson2D
通过利用辛普森二重积分,求解矩形孔菲涅耳衍射,完全正确的代码。(Through the use of Simpson double integral, Fresnel diffraction Rectangular hole completely correct code.)
- 2010-10-21 11:37:14下载
- 积分:1
-
rect_array
说明: 有关带有加权的矩形阵的方向图,输入相关参数即可,是雷达系统与分析里面的(For a rectangular array with the weighting pattern, you can enter the relevant parameters, and analysis of radar systems inside)
- 2011-03-28 17:18:35下载
- 积分:1
-
Matlab
说明: 详细讲解了Matlab的Word文档教材,包含了.m库函数文件,非常实用(Detailed account of the Word document Matlab materials included. M library function files, very practical)
- 2010-04-19 22:51:27下载
- 积分:1