登录
首页 » matlab » lms

lms

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

  • dimnpca
    in this file programm of finding pca analysis is given
    2011-08-25 00:59:24下载
    积分:1
  • HANMINGCODE
    matlab的m文件,是关于汉明码编码的,文件可以直接运行(matlab m-file is on the Hamming code, files can be run directly)
    2013-08-31 18:58:50下载
    积分:1
  • A-Desktop-Wallpaper-Manager
    i am testing. pls check and try to know clearly about this code
    2015-02-23 12:31:11下载
    积分:1
  • ga_mat
    matlab中遗传算法的源码,简单易懂,学习用很不错(M code of genetic algorithm in matlab)
    2009-11-04 09:28:40下载
    积分:1
  • picbilinerinter
    说明:  用于线性图形插值放大,需要放置一张图片。可参看代码内加载内容!(Bilinear inter picture which can be used to change a small size picture to a big size picture.)
    2010-04-14 09:29:14下载
    积分:1
  • sommth
    调用smooth函数进行加噪数据的平滑处理(noise and smooth )
    2011-10-13 21:11:51下载
    积分:1
  • abc
    异步电机起动仿真程序(abc坐标系下)两个文件要放在一个文件夹下运行(asynchronous start program)
    2010-08-06 00:49:45下载
    积分:1
  • nmpc
    matlab非线性预测控制nmpc,源代码程序,很经典(matlab nonlinear model predictive control nmpc, source code, very classic)
    2014-02-18 20:53:22下载
    积分:1
  • AM_mod_demod
    模拟信号的AM调制与解调,在simulink平台的仿真实现程序(Analog signal AM modulation and demodulation, simulation simulink platform to achieve the program)
    2021-01-05 10:08:54下载
    积分:1
  • matlab-for-edge-detection
    说明:  边缘检测的matlab实现。详细介绍了各种边缘检测用法(Edge detection matlab implementation. Details the use of a variety of edge detection)
    2011-03-28 08:54:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载