登录
首页 » matlab » LMS

LMS

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

  • nol-local
    说明:  一种有效的滤波算法,通过比较特定区域内的像素点的邻域均值来进行图像的去噪滤波。(An effective filtering algorithm, by comparing the particular pixel within the region to the neighborhood mean filter for image denoising.)
    2010-04-28 11:38:04下载
    积分:1
  • transformation
    transformation of coordiantes using finite diff method
    2013-11-08 00:47:46下载
    积分:1
  • lazarus-manual
    lazarus-freepascal manual
    2015-03-17 19:12:47下载
    积分:1
  • solving-overdetermined-equations
    利用matlab求解超定方法,使用最小二乘法求解平面程序(Using the least squares method for solving overdetermined equations, find plane program)
    2014-01-08 21:14:32下载
    积分:1
  • HOSA
    对于一个给定的离散随机序列,用间接法进行三阶累积量谱的估计,并分别用四种不同窗函数,包括Hamming窗、Sasaki窗、Parzen窗、daniell窗等。(For a given discrete random sequence, using the indirect method for third-order cumulant spectrum estimation, and were four different window functions, including the Hamming window, Sasaki window, Parzen window, daniell windows.)
    2013-07-20 11:22:10下载
    积分:1
  • goto
    goto matlab function
    2010-12-03 00:19:41下载
    积分:1
  • WFTgui
    Windowed Fourier transform for fringe pattern analysis (with GUI) (• Run WFT in MATLAB environment. All processed data are automatically saved in result.mat 4. File list o wft2fw.m: the basic WFT algorithm. o unwrapping_qg_trim.m: quality guided phase unwrapping o WFT.m+WFT.fig: WFT overall interface o WFTKernel.m+WFTKernel.fig: interface for WFT parameter selection o imwritescale: to save data into image o readme.docx: this file. • 5. Notice Though wft2fw.m has been used by us for some years, the GUI was developed quite recently. The purpose is to make it easier to be used. Please feedback bugs to mkmqian@yahoo.com.sg. For more information, please refer to www.ntu.edu.sg/home/mkmqian. )
    2010-03-04 17:17:52下载
    积分:1
  • StatAnalysis
    Compute Distance in a fast slam application approach
    2011-01-27 04:56:18下载
    积分:1
  • nit
    说明:  matlab中用于数值积分的工具箱 解压后copy到matlab安装目录下toolbox文件夹下(toolkit for numerical equation)
    2011-03-24 15:30:19下载
    积分:1
  • Enumprocess
    Enumprocess (window kernel)
    2014-10-23 13:36:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载