登录
首页 » matlab » LMS

LMS

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

  • 5x
    说明:  基于协同优化算法的多目标轧制规程优化设计(Optimize the design of rolling schedule based on the multi-objective collaborative optimization )
    2012-05-12 21:20:44下载
    积分:1
  • 2012
    建模竞赛2012 B 太阳能小屋光伏电池最优铺设问题(Modeling Contest 2012 B program)
    2013-01-27 11:32:19下载
    积分:1
  • 第二章
    说明:  在学习过程中自行学习编写的《优化阵列信号处理》例题程序,有需要的下。(This is the "optimized array signal processing" example program that I learned to write in the learning process, download if necessary.)
    2020-11-02 17:16:17下载
    积分:1
  • 1
    说明:  车间布局优化是将加工设备、物料输送设备、工作单元和通道走廊等布置物体合理地放置在一个有限的生产车间内的过程。车间布局优化模型是一个含有较为复杂约束的非线性连续优化模型,可以使用遗传算法进行优化。(Plant layout optimization is the process equipment, material handling equipment, work unit and access corridors and other layout objects placed in a reasonably limited production of the workshop process. Optimization Model is a workshop with more complex nonlinear continuous constrained optimization model, you can use the genetic algorithm optimization.)
    2011-05-03 14:35:23下载
    积分:1
  • adaptive-control
    自己编写的自适应控制程序,包括代码和simulink仿真模型。(His writing the adaptive control program, including code and simulink model. )
    2012-05-05 14:03:05下载
    积分:1
  • jun2
    this is good codes from a typical book
    2007-04-20 18:02:47下载
    积分:1
  • MATLABdoc-function
    MATLAB doc function with an excellent course
    2014-11-23 06:30:33下载
    积分:1
  • Gauss-beam
    code to solve the gauss equation in laser
    2013-05-16 10:34:15下载
    积分:1
  • GAPSO
    说明:  GAPSO算法是一种先进的遗传粒子群算法,广泛应用于电力系统的低频振荡的控制研究。中。(无)
    2009-07-23 11:54:17下载
    积分:1
  • rjMCMCsa
    可逆跳跃马尔科夫蒙特卡洛贝叶斯模型选择,主要用于神经网络(Reversible Jump MCMC Bayesian Model Selection This demo demonstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation parameters and noise parameters as random variables that need to be estimated. The derivations and proof of geometric convergence are presented, in detail, in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Robust Full Bayesian Learning for Neural Networks. Technical report CUED/F-INFENG/TR 343, Cambridge University Department of Engineering, May 1999. After downloading the file, type "tar-xf rjMCMC.tar" to uncompress it. This creates the directory rjMCMC containing the required m files. Go to this directory, load matlab5 and type "rjdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.)
    2013-03-11 22:29:52下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载