-
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
-
Matlabsimulinkcodes
基于Matlab simulink的系统仿真设计及应用的函数文件代码(Matlab Simulink-based simulation system design and application code in the function)
- 2007-05-21 10:43:48下载
- 积分:1
-
nakagami-simulink
Nakagami_m OSTBC_OFDM系统的性能分析(Nakagami_m OSTBC_OFDM under fading channel the performance of the system analysis)
- 2013-03-16 11:39:43下载
- 积分:1
-
My_HermitePolynomial
计算高斯Hermite多项式的Matlab程序,并绘制2维和3为高斯Hermite多项式图。(Gaussian Hermite polynomial calculation Matlab program, and draw two-dimensional and three Gaussian Hermite polynomial map.)
- 2013-11-02 16:54:35下载
- 积分:1
-
sample151
蓝牙信号仿真子系统,通过matlab模块中的simulink进行信号仿真(Bluetooth signal simulation, simulation matlab simulink module extraction parameters)
- 2013-05-09 19:44:18下载
- 积分:1
-
turbo-BCJR
文件中包含了Turbo码和卷积码误码率的对比,其中Turbo码采用了BCJR译码算法,迭代次数分别为1、2、3、4次。文件中包含了源代码和分析文档(File contains a comparison of Turbo code and convolution code BER, which Turbo code decoding algorithm used BCJR iterations respectively 1,2,3,4 times. File contains the source code and documentation analysis)
- 2016-04-22 21:47:19下载
- 积分:1
-
2
说明: this module gives a basic image compression example
- 2009-10-24 17:36:30下载
- 积分:1
-
Desktop
沿著軌道運動的紅點,画一个红点让其沿着所画图形开始运动(Along the orbital motion of the red dot)
- 2010-11-15 10:58:00下载
- 积分:1
-
MOEA-NSGA-II
基于进化算法的多目标优化,以matlab程式所寫成,請大家參考參考(evolutionary algorithm based on the multi-objective optimization to written Matlab program, please refer to reference)
- 2007-03-12 12:59:11下载
- 积分:1
-
D3squTE
利用有限元法,用comsol和matlab软件计算光子晶体三维带隙(With finite element method, using comsol and matlab software to compute three-dimensional photonic crystals band gap )
- 2011-06-23 10:49:25下载
- 积分:1