登录
首页 » matlab » LMS

LMS

于 2021-03-01 发布 文件大小:1KB
0 206
下载积分: 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 个回复

  • me
    说明:  MATLAB编程实现RLC电路的计算分析 传递函数 品质因数 还会绘出传递函数图(MATLAB programming RLC circuit quality factor calculated transfer function analysis of the transfer function will draw the map)
    2011-08-24 18:58:39下载
    积分:1
  • sub
    Solving an upper triangular system U x = b by back-substitution Solving a lower triangular system L x = b by forward-substitution(backward substitution and forward substitution)
    2011-10-25 20:36:29下载
    积分:1
  • burger
    这个是burger方程,李群的方法,求生成元(This is a burger equations, Lie group methods, and generator)
    2009-02-27 19:36:03下载
    积分:1
  • CHAP7
    digital communication answers chapter 7
    2009-04-25 14:42:22下载
    积分:1
  • pls1
    matlab下偏最小二乘回归模型 交叉有效性验证,及奇异点发现 (matlab partial least-squares regression model of cross-validation, and the singular points found)
    2009-06-22 11:36:11下载
    积分:1
  • Chibyshev
    说明:  一个4阶的切比雪夫Ⅰ型低通滤波器,可以用它对信号进行滤波。当然,滤波器的零极点图也是必不可少的。(A 4-order Chebyshev low-pass filter of type Ⅰ, you can use it to filter the signal. Of course, the filter pole-zero map is essential.)
    2010-03-22 10:46:06下载
    积分:1
  • photo
    this file is the program of the module GPV
    2011-07-14 17:53:02下载
    积分:1
  • fdtd2djiezheyuanzhu
    运用fdtd算法研究2维介质圆柱散射的程序(The use of the fdtd Algorithm for 2-D dielectric cylinder scattering process)
    2013-05-15 20:28:47下载
    积分:1
  • 网络倒立摆实验指导书
    关于倒立摆实验指导。包含simulink模型,数学模型及推导,PID控制等(The experimental guidance on inverted pendulum. It includes Simulink model, mathematical model and derivation, PID control and so on.)
    2018-05-14 09:57:28下载
    积分:1
  • Bicm_8DPSK_Clip
    在衰落信道下8DPSK的比特交织调制的维特比译码(Bit interleaved 8DPSK differentially coded modulation over Ricean fading channels and impulse noise environment)
    2009-02-18 10:37:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载