-
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
-
Matlab
数字信号处理:基于计算机的方法
数字信号处理经典教材(Digital signal processing: a computer-based method for digital signal processing classic textbook)
- 2014-08-07 19:34:47下载
- 积分:1
-
matlabcontrol
说明: 使用MatlAB对控制系统进行仿真的例子很好好好(Use MatlAB simulation of the control system a good example of good)
- 2010-07-08 18:41:08下载
- 积分:1
-
demo_semisupervised_hyperspectral_segmentation
sparse multinomial logistic regression
- 2010-11-03 18:47:40下载
- 积分:1
-
pv_model_subsystem_simulink_R2006b_v01
general pv model that is done in simulink
- 2011-07-04 11:52:04下载
- 积分:1
-
matlab-basis-and-application
说明: 比较经典的MATLAB教程,文字清晰,适合入门者。(More classic MATLAB tutorial, text clear, suitable for beginners.)
- 2011-03-01 10:03:48下载
- 积分:1
-
PWMRectifier
PWM整流器SIMLINK仿真模型,双闭环控制(电流内环,电压外环),实现输入电流的高功率因数控制(PWM Rectifier SIMLINK simulation model, dual-loop control (current loop, voltage outer loop), the input current to achieve high power factor control)
- 2015-05-27 22:40:01下载
- 积分:1
-
Matlabwave
Matlab小波图像处理 有参考价值的程序.rar(Matlab wavelet image processing procedures have reference value. Rar)
- 2008-08-11 12:01:25下载
- 积分:1
-
ditfft
说明: 用matlab编写的fft快速傅立叶变换及逆变换函数,其中flip1是供ditfft函数调用的倒叙子函数。(using Matlab fft prepared by the fast Fourier transform and inverse transform function, which is flip1 ditfft function call for the Warrior unreachable.)
- 2005-11-18 10:43:35下载
- 积分:1
-
ab5
对matlab初学者很有帮助,尤其是simulink的爱好者。(Matlab helpful for beginners, especially the simulink lovers.)
- 2012-11-05 17:45:45下载
- 积分:1