登录
首页 » matlab » lsm-rbf

lsm-rbf

于 2011-04-13 发布 文件大小:1KB
0 181
下载积分: 1 下载次数: 1

代码说明:

说明:  一种最小二乘法的RBF网络 ---------------------------------- radical basis function neural network ------------------------------------------ clear all close all global sp k w2 b2 unitcenters alldatanum=400 traindatanum=300 testdatanum=100 sp=8 errorlimit=0.1 u=rand(1,alldatanum+10) y=zeros(1,alldatanum+10) for i=4:alldatanum+3 y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+... y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network ------------------------------------------ clear all close all global sp k w2 b2 unitcenters alldatanum=400 traindatanum=300 testdatanum=100 sp=8 errorlimit=0.1 u=rand(1,alldatanum+10) y=zeros(1,alldatanum+10) for i=4:alldatanum+3 y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+... y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)

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

发表评论

0 个回复

  • Matlab2001B
    北大竞赛题,非常好的。好不容易才找到的东东!(North title race, very good. Hard to find the NEE!)
    2007-09-23 20:24:12下载
    积分:1
  • strip2
    利用差分方法求解带状线的特性阻抗等信息,适合初学者(The use of finite difference method for solving the characteristic impedance stripline information, suitable for beginners)
    2007-11-13 20:04:21下载
    积分:1
  • sdinf
    main_spheretoML是主程序,性能达到最大似然NL检测,调用了spheredecodetoML和spheredecodeinftoML两个子程序(sdinf ml)
    2010-05-16 19:56:00下载
    积分:1
  • Ch10figs
    波束形成算法中相对于阵列分辨率的空间分布图(Beamforming algorithm based on space maps of the array resolution )
    2012-04-23 11:32:10下载
    积分:1
  • zuiduanlu
    这是一个图论算法的程序,可以用于图论中寻找最短路径的问题。里面有具体说明。(This program is a graph theory algorithm can be used to find the shortest path problem in graph theory. There are specific instructions.)
    2013-04-23 16:44:51下载
    积分:1
  • Thesis_Karteek_Gummi
    projectreportsimulink bidirectionalconverter
    2014-01-05 23:13:56下载
    积分:1
  • 003
    只是一个利用MATLAB实现同步数字锁相环仿真程序(Is just a realization of synchronous digital phase-locked loop using MATLAB simulation program)
    2010-02-28 11:00:53下载
    积分:1
  • matlab-fenge
    说明:  用matlab编写的关于车牌识别的字符分割的程序。(Matlab prepared by using the character segmentation of license plate recognition program.)
    2011-03-27 21:37:45下载
    积分:1
  • Adaptive__Equalizar
    自适应均衡器在matlab中的仿真程序,通过对均衡器的仿真,可以更清楚均衡器在实际中的作用,推荐(Adaptive equalizer in matlab simulation program more clearly through the simulation of the equalizer, the equalizer in the actual recommended)
    2012-08-13 17:02:00下载
    积分:1
  • Matlab-digital
    《精通Matlab数字图像处理与识别》(张铮等)书本代码(" Mastering Matlab digital image processing and recognition" (Zhang Zheng, etc.) code books)
    2014-01-27 12:30:51下载
    积分:1
  • 696518资源总数
  • 105651会员总数
  • 15今日下载