登录
首页 » matlab » LMS

LMS

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

  • PCAexample
    This program is used to explain how PCA works and the idea behind the method. This example is given in the ISA book (Chapter 8, simple example) The process is composed of a valve a thermometer and a fermenter. The valve is used to control the flow rate of cooling water. The thermometer is used to measure the temperature of the fermenter.
    2009-09-15 02:22:05下载
    积分:1
  • theproduceofband-passrandomprocesssample
    本程序描述的是如何用MATLAB语言来编写带通随机过程样本的产生(theproduceofband-passrandomprocesssample)
    2009-12-21 22:01:50下载
    积分:1
  • CDMA_Power_Control
    Matlab Wireless Communications 应用例程(Routine application of Matlab Wireless Communications)
    2009-05-28 15:21:02下载
    积分:1
  • @fotf
    分数阶级系统的操作函数,包括:nyquist,bode,feedback 等(fractional order transfer function tool)
    2013-08-05 00:59:03下载
    积分:1
  • xianduochiduzaibianyuan
    数学形态学边缘检测算法实现,很好好的参考陈旭啊我自己编的(Morphological edge detection algorithm, Chen Xu, ah well good reference compiled by myself)
    2011-06-06 20:04:24下载
    积分:1
  • New folder (3)
    looking the nearest distance
    2020-06-20 02:00:02下载
    积分:1
  • mat01
    matlab基础例程,用于matlab开发入门,例程很典型。(Basic matlab routines, used for learning matlab programming, codes are very typical)
    2012-02-15 17:07:25下载
    积分:1
  • K_average
    模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程(One of the classic pattern recognition algorithms, dynamic clustering k-means algorithm using matlab programming)
    2007-11-15 23:52:18下载
    积分:1
  • mask_attack
    离散余弦变换的程序,希望对大家有所帮助。(Discrete cosine transform process, we want to help.)
    2010-08-23 16:50:43下载
    积分:1
  • Bairsrow
    Bairstow Method for solving polynomials
    2011-12-01 15:52:47下载
    积分:1
  • 696518资源总数
  • 104627会员总数
  • 23今日下载