登录
首页 » matlab » lms

lms

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

  • MATLAB6.0
    matlab 6.0 基本使用教程,介绍了一些matlab基本的使用环境和用法。(basic use of matlab 6.0 tutorial introduces the use of some basic matlab environment and usage.)
    2009-05-06 21:07:04下载
    积分:1
  • Simulation-of-JTC-using-Matlab
    说明:  利用Matlab软件平台对JTC进行了图像识别仿真实验,得到了二维及三维相关输出图像,显示出尖锐的相关峰。仿真实验表明:联合变换进行图像识别中存在强烈的零级干扰,干扰信号是有用信号的7.14倍,输出结果不理想;采用功率谱相减法可以消除零级强干扰,进而提高了图像的识别能力。(Simulations of joint transform correlator (JTC) using Matlab is implemented, and the 2-D and 3-D drawings of the correlation image are obtained. In the simulation experiments, the sharper correlation peaks are showed. The result shows that strong disturbance of zero rank exists in the simulation of JTC, and it is 7.14 times stronger than the useful signal thus, the power spectrum subtraction is used to eliminate the strong disturbance, and the capacity of image recognition is improved.)
    2011-03-05 23:32:26下载
    积分:1
  • coaxial
    Coaxial-Mesh generation-Finite element method-elctromagnetic-KNTU-
    2013-07-12 04:26:03下载
    积分:1
  • s-function-study
    s函数学习的入门资料,很详细的介绍s函数的写作方法(s function study of introductory information, very detailed)
    2012-05-03 13:43:28下载
    积分:1
  • svm
    基于支持向量机的模式识别程序,可以实现2分类(Based on SVM pattern recognition program, you can achieve 2 classification)
    2014-11-01 13:15:35下载
    积分:1
  • fft
    设计一个按照时间抽取的基2快速傅里叶变换(基2FFT-DIT)。输入倒位序,输出自然顺序。(Design is taken in accordance with the time radix-2 fast Fourier transform the (base 2FFT-DIT). Enter the inversion sequence, the output of the natural order.)
    2012-09-24 13:55:06下载
    积分:1
  • WPT-master
    说明:  无线能量传输(Wireless Energy Transfer)仿真(一篇硕士论文源码)(Program for Wireless Energy Transfer for a master's paper)
    2017-11-24 18:11:19下载
    积分:1
  • Matlab55
    Matlab-频谱分析实例,大家有需要的可以下载来看看,谢谢支持(Matlab)
    2009-03-12 13:44:12下载
    积分:1
  • contourp
    通过画出概率密度的的分布曲线,得到节点位置。(Through the draw probability density distribution curve, to be the node location.)
    2009-11-19 11:55:20下载
    积分:1
  • Matlab
    说明:  matlab中文教程,网页方式,索引方便(matlab English tutorials, web form, the index to facilitate)
    2010-04-06 13:16:36下载
    积分:1
  • 696518资源总数
  • 104444会员总数
  • 15今日下载