登录
首页 » matlab » LMS

LMS

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

  • mode_daliju_dip0728
    说明:  这是一个用simulink作的三环PID的仿真图,相信对作PID控制的人有用(This is a three-ring for use simulink simulation PID map, believe that for PID control of useful)
    2008-11-08 23:51:39下载
    积分:1
  • MIMO-ofdm
    MIMO OFDM 系统的性能仿真 很好用(The performance of MIMO OFDM system simulation is in good condition)
    2015-01-21 20:11:38下载
    积分:1
  • 分解与合成
    用Matlab中的Haar和Db9小波对图像进行分解和重构,并在不同阈值下用PNG格式存储重构的图像.(Matlab Haar and the right image Db9 wavelet decomposition and reconstruction, and under different thresholds with PNG format image storage remodeling.)
    2005-07-11 09:10:47下载
    积分:1
  • shujufenxi
    说明:  数据分析在matlab中的实现其中包含matlab数据分析的特点(Data analysis in matlab in the realization of which contains the characteristics of data analysis matlab)
    2008-09-17 12:43:46下载
    积分:1
  • ecva_version2.5
    一种分类的新方法,与判别分析相似,但是能够直接寻找到多维方向,并且对数据同时分类(The Extended Canonical Variates Analysis (ECVA) is a new approach to classification. The aim is similar to discriminant analysis but it provides a direct solution to finding multivariate directions that separates groups and simultaneously classifying these.)
    2011-05-28 21:38:31下载
    积分:1
  • Pattern1D_GLs
    仿真分析相控阵雷达中一维线阵的栅瓣效应产生的原因及避免方法,并画图(And the method of avoiding the simulation analysis causes of grating lobes linear phased array radar, and drawing)
    2015-01-18 15:04:02下载
    积分:1
  • waicanshutiqu
    用于计算相机外参数,即CCD像素坐标与三维世界坐标的对应关系,输入参数是世界坐标标定点对,输出外参数矩阵(Outside the parameters used to calculate the camera, that the correspondence between CCD pixel coordinates and the coordinates of the three-dimensional world, the world coordinate input parameter calibration point right, outside the parameters of the output matrix)
    2014-01-02 17:33:09下载
    积分:1
  • jingtongMATLAB
    精通MATLAB 是北航的张志用写的电子书 介绍了MATLAB6.5的使用 (Proficient in MATLAB was written by Zhang Beihang' s book describes the use of MATLAB6.5)
    2009-10-21 10:59:40下载
    积分:1
  • LMS
    用LMS算法预报时间序列,对比真实值和预报值(LMS algorithm with time-series prediction, compared to the true value and forecast value)
    2009-12-04 10:38:54下载
    积分:1
  • bijiao
    编写了龙格现象中举例的函数(1/(1+x^2))的三次样条插值图像和原图像的比较,此程序简单适用。(Prepared Runge phenomenon, for example a function of (1/(1+ X ^ 2)) of cubic spline interpolation image and the original image compared to a simple application of this procedure.)
    2008-06-05 12:29:44下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载