登录
首页 » Visual C++ » LMS

LMS

于 2011-12-10 发布 文件大小:1KB
0 293
下载积分: 1 下载次数: 7

代码说明:

  1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   e(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步继续执行(, set the variables and parameters: X (n) is the input vector, otherwise known as the training sample W (n) for the weight vector e (n) for the deviation d (n) is the desired output y (n) is the actual output η is the learning rate n is the number of iterations)

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

发表评论

0 个回复

  • win32windowwrapperclass_src
    非常帅气的window32 窗口类源码,可以此为基础做进一步的开发。(A Simple Win32 Window Wrapper Class。http://www.codeproject.com/win32/win32windowwrapperclass.asp)
    2014-02-04 09:54:40下载
    积分:1
  • CPossionEquatl
    经典泊松方程的matlab数数值求解程序代码。可直接使用。 (Matlab the number of values ​ ​ of the classical Poisson equation solver code. Can be used directly.)
    2012-07-23 14:34:12下载
    积分:1
  • Object-oriented-programming-(OOP)
    Object-oriented programming (OOP) - Simple sales
    2015-03-14 22:49:48下载
    积分:1
  • GA-matlab
    说明:  MATlab和GA的潜用,将GA的算法程序写到MATLAB里面,用于求解优化问题(MATlab and GA' s potential use, the GA algorithm program written MATLAB inside, for solving optimization problems)
    2009-08-27 11:44:51下载
    积分:1
  • Traversal
    用vba程序遍历所有目录下的excel文件,把各文件中两列经度和纬度的内容合并,并插入新列。很好的高效率的遍历程序。(Vba program to traverse all excel file directory, each file merge the contents of two of the latitude and longitude, and insert a new column. Good high efficiency of the traversal process.)
    2012-11-05 09:23:45下载
    积分:1
  • matlab-Two-dimensional-convolution-
    用matlab语言编写的二维卷积实现代码,自创代码并在软件中实现了。(Two-dimensional convolution code written in matlab language, and create the code and is realized in software.)
    2014-08-17 20:13:11下载
    积分:1
  • visual_c_matlab_code
    包含大量的关于图像处理的C++程序和matlab程序,适合初学者学习(Contains a large number of image processing of C++ program and matlab program for beginners to learn)
    2010-08-29 18:54:45下载
    积分:1
  • VCMatlab
    采用VC2005 与Matcom混合编成 实现数据的读取和数据显示 对于学习VC和matlab的研究人员有一定参考价值(Compiled with VC2005 mixed Matcom using data read and data for the study, researchers VC and matlab has some reference value)
    2011-07-16 22:25:53下载
    积分:1
  • echo-cancellation
    移动通信领域中已广泛采用自适应回波抵消技术,自适应回波抵消算法是该技术的核心,算法的优劣直接影响自适应回波抵消效果,同时它对降低硬件复杂度和产品成 本也有特殊意义。文章对自适应回波抵消的NLMS算法、双端讲话(DT)的检测算法及后 处理的NLP算法进行了分析和讨论。 (nIhtemobileeonllnunieationdomani,adpativeeehoenaeellationhasbeen idelyusedwihthtealgorith ofadPativeehcoeancellationasitskeyteemlology. Qualiytofalgorlthmwillhveadireeteeffetonhtereusltofeancellation,andgoodal- goritmhswillreduce stemcomPelxiytandlwoerhtecostofproduct.Thepapergives annaalysisonthekeyalgorithinofadPatveiechoenaeellationNLMS,algorithmof doubleta deteetion,nadalgorithmofnonlinearPoreessnig. )
    2015-02-03 11:48:54下载
    积分:1
  • Distribution-power-flow-calculation
    潮流计算程序,通过IEEE30节点验证,程序可以正确运行。(Distribution power flow calculation. IEEE30 node validation)
    2014-12-12 10:30:33下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载