登录
首页 » matlab » lsm-rbf

lsm-rbf

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

  • LMS
    MATLAB code for LMS algorithm.
    2009-06-09 04:34:35下载
    积分:1
  • erlang
    Erlang distribution how to calculate erlang b and erlang c
    2013-04-24 22:40:00下载
    积分:1
  • fftransform
    fft傅里叶变换,将时序信号变换到频域坐标下,进行数据的模态分析(fft transform)
    2015-03-06 19:05:56下载
    积分:1
  • microgrid
    说明:  该模型可以研究光储充直流微网的稳定性,母线电容参数设计,PI控制器参数设计等(The model can be used to study the stability of optical storage charging DC microgrid, bus capacitance parameter design, PI controller parameter design and so on.)
    2019-05-19 21:09:37下载
    积分:1
  • FourierTransform
    介绍matlab程序中的傅里叶变换测试语音,测试语音的频谱,并改变采样率和采样点,在测试语音(Matlab program introduces test Fourier transform voice, test speech spectrum, and change the sampling rate and sampling points, the test speech)
    2010-12-14 16:44:59下载
    积分:1
  • mfcc
    提取音频的mfcc特征值 是一个matlab函数 直接调用即可(Extract audio mfcc characteristic value is a matlab function can be called directly)
    2010-05-09 23:27:55下载
    积分:1
  • libsvm_model
    matlab中libsvm工具箱得到的model结构体中每个部分的含义(Libsvm toolbox in matlab to get the meaning of each part in the model structure )
    2014-12-02 15:58:59下载
    积分:1
  • cvx
    cvx toolbox 求解1范数稀疏问题(cvx toolbox)
    2021-04-26 21:38:46下载
    积分:1
  • gpc
    说明:  多模型广义预测控制在循环流化床锅炉床温中的应用(MGPC CFB bed temperature)
    2020-11-19 21:49:39下载
    积分:1
  • work
    说明:  给予双层搜索的峰均功率比抑制技术仿真 循环是1000 (DLPS)
    2010-05-04 08:30:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载