登录
首页 » matlab » LMS

LMS

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

  • Guass_Seidel
    gauss_seidel解方程组gauss_seidel解方程组gauss_seidel解方程组(gauss_seidel gauss_seidel gauss_seidel gauss_seidel)
    2010-06-25 19:03:50下载
    积分:1
  • gabasedimmunealgorithm
    一种在遗传算法中注入疫苗的matlab免疫算法,加入了免疫函数。(a ga based immune algorithm.)
    2010-10-25 20:19:00下载
    积分:1
  • bp
    说明:  利用bp算法对鸢尾花数据进行分类的matlab实现程序(Bp algorithm using iris data classification procedures to achieve matlab)
    2009-05-17 02:14:59下载
    积分:1
  • detectVoiced
    高性能的话音激活检测算法,适应性很强,具有较好的实际使用性能,可以获得很好的使用效果。(High-performance voice activity detection algorithm, adaptable, good practical use, you can get good use of effects.)
    2012-12-29 14:07:33下载
    积分:1
  • Matlabzixue
    用于自学Matlab的一些小的简单的程序,里边涵盖了许多数学问题(For self-study a number of small simple Matlab program, covers a lot of math problems inside)
    2011-08-20 22:08:01下载
    积分:1
  • second_task
    课程作业:中心极限定理的仿真~希望有所帮助(The simulation of the central limit theorem)
    2015-04-14 09:52:08下载
    积分:1
  • interpolation
    最新最好的插值文献,雷达信号处理的同学们很需要(The best interpolation the latest literature, the radar signal processing, students need the)
    2010-01-03 13:23:58下载
    积分:1
  • Alamouti.m
    说明:  这个函数具有如下功能:对Alamouti空时编码进行仿真并绘出误码率与信噪比的关系图( This is a function that simulate the Alamouti Space-Time scheme and plot a BER vs SNR graph.)
    2010-03-17 08:42:04下载
    积分:1
  • MATLAB_Graphics__Drawing_and_GUI
    说明:  《MATLAB图形技术——绘图及图形用户接口》西北工业大学出版社,1999年版,周明等编著。介绍了matlab绘图方法和图形对象的特性及图形用户接口的设计技术。(MATLAB graphics- drawing and graphical user interface, Northwest Industry University Press, 1999 edition, Zhou Ming, eds. Introduced matlab drawing method and graphic object properties and the graphical user interface design.)
    2010-04-19 16:35:31下载
    积分:1
  • MFC_matlab
    程序实现了C++和MATLAB的混合编程,对接的方法是使用Matcom组件。程序实现的功能是,绘制一个sin函数。(Program implements C++ and MATLAB mixed programming, docking method is to use Matcom components. Program' s function is to draw a sin function.)
    2013-08-13 16:56:57下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 33今日下载