登录
首页 » matlab » lms

lms

于 2011-04-28 发布 文件大小:1KB
0 125
下载积分: 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 个回复

  • matlab_jiemi_code
    《matlab揭秘》的各章代码与fig运行结果文件,使用matlab,这本书不错,推荐给大家下载学习。(《Matlab Reveal》 The chapters run the code and fig outcome document, use matlab, this book is good and recommend it to everyone to download learning.)
    2010-05-11 16:54:26下载
    积分:1
  • A-Matrix-Handbook-for-Statisticians
    矩阵与统计的书,是常用的外国教材,推荐使用(A Matrix Handbook for Statisticians.wiley-interscience, A John Wiley Sons,Inc,Publication)
    2011-06-01 15:08:44下载
    积分:1
  • Massive-MIMO-and-Small-Cells-
    对该题目的这篇论文进行了仿真,内容为对比MASSIVE MIMO和Small cell两种模式,比较了载波能量。(The topic of this paper simulation, content and Small cell contrast MASSIVE MIMO modes, compared carrier energy.)
    2013-12-24 16:23:24下载
    积分:1
  • calculating_secant_Value
    calculating secant Value
    2009-05-28 21:50:34下载
    积分:1
  • Demo2
    levelset用于物体轮廓提取算法。可以自动提取轮廓的边界从而达到显示物体看轮廓的目的(levelset for object contour extraction algorithm. Can automatically extract the contour of the boundary so as to achieve the purpose of display object to see profile)
    2011-05-13 08:59:00下载
    积分:1
  • neidian
    内点法 matlab程序,内点法最优潮流(Matlab program of the interior point method)
    2020-09-18 04:47:55下载
    积分:1
  • (2)
    此程序主要是根据已知条件,精确绘制两椭圆纯滚动啮合(This program is mainly based on the known conditions, precise drawing two oval pure rolling engagement)
    2013-04-03 10:50:51下载
    积分:1
  • hlc
    电能质量检测模块,能检测谐波、频率,以及电压暂升或暂降(Power quality detection module detects harmonics, frequency, and voltage dips temporarily rise or)
    2021-01-07 14:48:52下载
    积分:1
  • zishiying
    这是在国外某网站上下的一些自适应信号处理的源程序,希望对做算法的人提供一些帮助。()
    2008-05-09 15:43:22下载
    积分:1
  • assignment1
    Code to Remove The Time Delay Between Two Audio Channels
    2011-05-12 21:29:28下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载