登录
首页 » matlab » lms

lms

于 2011-04-28 发布 文件大小:1KB
0 100
下载积分: 1 下载次数: 456

代码说明:

  最小均方算法lms在波束形成中的应用  LMS算法步骤:   1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   b(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming )

文件列表:

lms.m,2072,2009-02-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LDPCCode
    LDPC编解码代码,使用matlab中的Mex文件,解码速度较快(LDPC Codec using mex file in Matlab)
    2009-03-24 18:37:00下载
    积分:1
  • matlab6.5
    该源码为matlab6.5图形图像处理书籍的配套资料。(The source code for the graphic image processing books matlab6.5 supporting information.)
    2008-04-25 16:47:00下载
    积分:1
  • An_Intro_to_Parametric_Digital_Filters_and_Oscill
    Digital filters and oscillators
    2011-02-10 01:21:34下载
    积分:1
  • ARMA-model-matlab-code
    ARMA模型的matlab代码,详细,有注释(ARMA model matlab code, detailed, annotated)
    2013-07-19 18:29:49下载
    积分:1
  • SSD-and-SAD
    用相似性方法做的特征点的匹配,比较了SSD与SAD方法的各自效果。(feature points matching method used by the similarity, and comparing the respective effects of the SSD and SAD methods.)
    2013-04-14 17:46:50下载
    积分:1
  • Candide3
    Candide-3 face model
    2010-07-26 14:52:53下载
    积分:1
  • examples-singal-processing
    利用matlab进行信号处理的几个例子,简洁明了,十分实用(examples about signal processing using matlab)
    2014-01-08 16:09:52下载
    积分:1
  • traveling_wave
    用动画分别展示出3种不同波形的传播方式。分别有:1.单色平面波;2.双色平面波叠加;3.两个球面波相干叠加。(This file show the animinations of three different waves, which includes: 1.monochromatic plane wave 2.superposition of two monochromatic plane waves 3.the coherence of two spheric waves.)
    2015-08-12 21:42:16下载
    积分:1
  • DFTIDFT
    DFT IDFT stands for discrete time fourier transform and inverse fast fourier transform
    2010-11-14 04:46:03下载
    积分:1
  • func
    Function for Standard PSO 2007 implemented using matlab
    2014-08-13 20:47:56下载
    积分:1
  • 696522资源总数
  • 104031会员总数
  • 39今日下载