登录
首页 » matlab » LMS

LMS

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

  • reflection
    说明:  模拟光的折射,通过经典光学拟合光路的传输(Simulation of light refraction, through fitting the classical optical transmission of optical)
    2010-04-07 17:01:49下载
    积分:1
  • mappingRX
    这是一个接收机解映射程序,可供无线通信仿真的朋友参考(This is demapping program)
    2010-05-13 10:04:15下载
    积分:1
  • 2upfc14bus
    newton raphson using upfc
    2014-02-11 15:06:46下载
    积分:1
  • PCA2Matlab
    主成分分析Matlab源码分析程序可以实现希望能帮助大家(Principal Component Analysis Matlab source code analysis program can achieve hope to help everyone)
    2013-03-23 14:16:39下载
    积分:1
  • untitled1000
    一个界面,输入机器人结构参数,点击按钮,即可得到末端的奇次变换矩阵(An interface, enter the robot structural parameters, click the button, you can get at the end of the odd transformation matrix)
    2011-11-26 19:03:24下载
    积分:1
  • matlab
    数字图像处理源代码 matlab编程实现(matlab Digital image processing source code )
    2013-12-10 19:35:50下载
    积分:1
  • se3quad-master
    说明:  四旋翼无人机(UAV)控制方法,matlab、Simulink参考(Quadrotor UAV (UAV) control method, matlab, Simulink Reference)
    2020-03-29 11:49:15下载
    积分:1
  • LSS06
    mimo ofdm book-helps to build up mimo ofdm model
    2009-11-13 01:38:47下载
    积分:1
  • Particle in cell 方法的matlab代码 Simple PIC code in matlab
    Particle in cell 方法的matlab代码,非常基础,算例是空间存在一带电平板情况下,等离子体的电场分布和离子密度分布。作为入门非常好。(Particle in cell method matlab code, very basic, there is a numerical example is charged under the flat space case, the electric field distribution of plasma and ion density distribution. As entry is very good.)
    2021-04-23 21:18:48下载
    积分:1
  • subSuperGaussPlot
    Gaussian Laplace and GGD Random Variables Generators
    2011-02-14 19:52:58下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载