登录
首页 » matlab » lms

lms

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

  • fdtd2D
    基于matlab的二维时域有限差分程序,使学习时域有限差分方法的好资料。(Matlab-based two-dimensional finite difference time domain procedure, so that learning FDTD good information.)
    2007-11-26 20:06:04下载
    积分:1
  • 3540706976_MATLAB
    This is a good book to is find a real program to simulate your owner program.
    2010-08-21 04:17:30下载
    积分:1
  • Fsk
    一个关于FSK的matlab编写的小程序,欢迎大家指正讨论(FSK s matlab on the preparation of small procedures, welcome to correct me to discuss)
    2008-12-31 14:27:07下载
    积分:1
  • matlabzhiling
    本文给出了matlab的全套指令 很有用的 可以查阅指令的用法(In this paper, matlab a complete set of instructions can be found very useful command usage)
    2008-04-24 21:36:20下载
    积分:1
  • DSPAndMatlab
    数字信号处理及其Matlab实现.rar 学以致用, MATLAB是我辈利器(Digital signal processing and Matlab realize. Rar application, MATLAB is my generation tool)
    2008-05-05 11:41:37下载
    积分:1
  • 1
    MATLAB语言的概述与简介 请大家好好看看你 很好的(MATLAB)
    2009-12-31 09:54:45下载
    积分:1
  • fdtd_D1_tm_pml
    二维,FDTD,PML,Malab语言。(Vacuum point source radiation, two-dimensional, FDTD, PML, Malab language.)
    2009-06-17 09:41:14下载
    积分:1
  • rnnsimv2
    RNNSIM v.2 package contains a number of m-files for training and evaluation of the random neural network. All functions have been thoroughly tested. After downloading the separate files or the zipped file, make sure that they are stored or extracted in the directory /rnnsimv2 Below an overview of the files contained in this directory along with a brief description of what they do. The on-line help facility explains how to call the different functions. You simply write help <function-name> in the MATLAB command window. Along with the m-files in this directory you will find a manual for the simulator in PDF format (rnnsimv2.pdf). Start by printing this out and read the release notes. Two simple demonstration programs are given to illustrate how most of the functions work.
    2010-03-04 17:19:48下载
    积分:1
  • G_mean
    计算常用指标Gmean,F-score,sensitivity,specificity,precision,roc和auc曲线,输入test_label,predict_label两个列向量,即可获得以上指标(calculate some indexes)
    2019-05-26 14:56:30下载
    积分:1
  • BLDC_01
    brushless direct current motor
    2010-09-10 20:18:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载