登录
首页 » matlab » LMS

LMS

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

  • Loggabor-Lung-cancer-detection
    Loggabor Lung cancer detection Steps 1. First enter the patient ID 2. Enter patients mail ID 3. Select Input image cross sectional view of lungs • After selection the image histogram equalized, • Gabor filterd enhance the image • Dilated gradient mask • Cleared border image • Calculate area • Possible location of cancer is traced by green boundary 4. Result
    2014-12-16 01:18:54下载
    积分:1
  • adi
    Example of ADI method foe 2D heat equation.
    2012-10-05 19:35:42下载
    积分:1
  • FcenterF
    全极化SAR图像分类算法实现代码:FcenterF方法(Polarimetric SAR image classification algorithm code: FcenterF method)
    2011-11-26 22:46:40下载
    积分:1
  • bp123
    简单的matlab程序 基本的输入 (Simple matlab program basic input)
    2007-12-05 18:14:28下载
    积分:1
  • MATLAByuchekongzhi
    针对工业控制过程中的实际问题,对神经网络预测控制进行了深入的研究,提出 了两种新的智能预测控制算法。并结合混合仿真平台,以平台中非线性单变量与多变量系 统为控制对象,将部分算法应用于实际控制中。(For industrial control in the process of practical problems, neural network predictive control of an in-depth research, we propose two new intelligent predictive control algorithm. Combined with hybrid simulation platform to platform non-linear single-variable and multi-variable system for the control of objects, some of the actual control algorithm is applied.)
    2008-08-22 09:04:55下载
    积分:1
  • SpeechMain
    speech code in gsm signals
    2015-02-13 05:57:19下载
    积分:1
  • mmahjongg
    是一个小游戏,一大堆麻将牌堆在一起,然后按一定的规则,找到两个一样的(a game on Majiang)
    2010-12-27 19:31:47下载
    积分:1
  • DES
    用matlab实现DES 源程序 实现加密解密(matlab DES)
    2012-05-14 21:06:44下载
    积分:1
  • PF
    说明:  Matlab编写的粒子滤波算法源程序,内含中文程序注释(Matlab prepared on the particle filter algorithm simulation source)
    2014-02-10 21:25:18下载
    积分:1
  • matlab-tsp-aca
    这是一个非常经典的matlab程序。运用蚁群算法来解决(TSP)旅行商问题。(This is a very classic matlab program. Using ant colony algorithm to solve (TSP) TSP. )
    2011-07-09 10:04:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载