登录
首页 » matlab » LMS

LMS

于 2021-03-01 发布 文件大小:1KB
0 107
下载积分: 1 下载次数: 44

代码说明:

   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)) )

文件列表:

LMS.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • AppliedNonlinearControlSlotine11
    Applied Nonlinear Control
    2010-07-13 21:51:07下载
    积分:1
  • non-linear-distortion
    Intermodulation or intermodulation distortion (IMD) is the amplitude modulation of signals containing two or more different frequencies in a system with nonlinearities. The intermodulation between each frequency component will form additional signals at frequencies that are not just at harmonic frequencies (integer multiples) of either, but also at the sum and difference frequencies of the original frequencies and at multiples of those sum and difference frequencies.
    2014-08-20 19:27:42下载
    积分:1
  • chap6
    《MATLAB图像处理实例详解》源代码 第liu章( MATLAB image processing example explanation Source Code Chapter)
    2014-12-16 16:31:58下载
    积分:1
  • Transmissionlines.m
    transmittion line matlab code
    2015-04-16 13:51:48下载
    积分:1
  • threelevel
    三电平逆变器仿真,不可多得的资料,欢迎大家下载(three-level inverter simulation, a rare, welcome you download)
    2020-10-28 16:59:57下载
    积分:1
  • SPWM
    基于matlab simulink的spwm仿真模型,非常适合初学者学习正弦脉宽调制方法使用。(The spwm matlab simulink simulation model is very suitable for beginners to learn sinusoidal pulse width modulation method.)
    2021-04-18 14:48:52下载
    积分:1
  • winerfilter
    The following code implements a kernel wiener filter algorithm in MATLAB.The algorithm dependes on the eigenvalue decomposition, thus only a few thousand of data samples for training dataset is applicable so far.
    2009-11-03 06:01:38下载
    积分:1
  • Shuffle
    Image pixels shuffling
    2010-11-12 16:31:58下载
    积分:1
  • FixedLoad
    FixedLoad simulation in matlab simulink
    2013-08-05 14:12:49下载
    积分:1
  • Untitled
    图像处理,通过matlab实现视频图像的二值化等(Image processing, video images to achieve through the matlab binary, etc.)
    2011-05-09 20:33:59下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载