-
lsm-rbf
说明: 一种最小二乘法的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) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1
-
Spectrum-est
一种谱估计的算法,大家可以借鉴下,并且共同讨论下,是matlab编写的(a spectral estimation algorithm, we can draw on, and discuss, it is prepared by the Matlab)
- 2006-07-30 10:48:26下载
- 积分:1
-
shiyu
生成不同幅值、频率的正弦波、三角波,加入噪声,进行频域分析。(Generate different amplitude, frequency sine wave, triangle wave, adding noise, time domain analysis.)
- 2010-10-20 15:55:53下载
- 积分:1
-
MATLAB-nonlinear-equation
数值分析的非线性方程组的解法,工具使用的是matlab,很简单但很实用。(Numerical analysis of nonlinear equations, solution, tool use matlab, very simple but very practical.)
- 2012-09-04 14:31:26下载
- 积分:1
-
shipinfenxi
跳频通信的时频分析,稳定性分析及图片显示,跳频序列码的仿真(hop frequence STFT)
- 2013-10-28 10:29:55下载
- 积分:1
-
VSS-APA
一个变步长仿射投影算法,包括论文及仿真代码,已调试通过(A variable step-size affine projection algorithm, including the papers and the simulation code, has been debugged)
- 2021-04-15 16:18:54下载
- 积分:1
-
dp2
DTW is one of the method to identify speech and signature or any biometric
hope to enjoy it
- 2010-08-07 17:05:55下载
- 积分:1
-
lizi
这是一个人工智能方面的知识,利用粒子群的知识解决最优路径问题(This is a knowledge of artificial intelligence, the use of particle swarm knowledge to solve the optimal path problem)
- 2014-12-30 20:51:39下载
- 积分:1
-
MATLAB-O-O-P-
说明: matlab 面向对象编程 从具体实例出发 详细讲解编程中的问题(matlab object-oriented programming starting from concrete examples to explain in detail the problems in programming)
- 2011-02-22 14:02:21下载
- 积分:1
-
PDFmatlabsovler
说明: 详细的偏微分方程的matlab求解步骤与程序说明。(detailed PDE soler ,using PDE tools and codes.)
- 2009-08-07 21:59:55下载
- 积分:1