-
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
-
Lyapunov_exponents
小数据量法计算 Lyapunov 指数的 Matlab 程序 - (mex 函数,超快)(Small amount of data calculated Lyapunov index Matlab program- (mex function, ultra-fast))
- 2010-05-27 15:31:06下载
- 积分:1
-
rician_fading
单径赖斯衰落信道模型源代码,该代码形成于瑞利衰落信道的基础之上(rician fading channel estmation)
- 2012-12-04 21:29:37下载
- 积分:1
-
QPSK-matlab
QPSK通过瑞利信道的MATLAB仿真,测试能成功(QPSK Rayleigh channel through MATLAB simulation, the test will succeed)
- 2008-12-18 10:29:45下载
- 积分:1
-
matlab
说明: 利用matlab软件,使用距离变换和分水岭法对图像进行分割(Using matlab software using the distance transformation and watershed image segmentation method)
- 2011-03-10 09:39:01下载
- 积分:1
-
windows_memcache_install
windows版memcache安装及应用(installation and application windows version memcache)
- 2013-09-20 13:50:56下载
- 积分:1
-
bessel
文件中为几类贝塞尔函数,基于MATLAB编写(Bessel functions of several files, based on MATLAB prepared)
- 2014-02-21 21:03:32下载
- 积分:1
-
pudn_Renj_matlab
1)football.m简单地以阵列形式显示一副图;
2)pre.m是心音信号过滤归一化预处理的过程;
3)wavlet.m是用db6小波进行信号的分解和重构,且求包络能量函数;
4)path.m是利用KKT条件的路径跟踪法,用于求解二次规划问题;
5)LRmmse是MIMO通信中常用检测方法,结合了最小均方误差准则和格基规约的知识。(1) football.m simply displays a graph in an array
2) pre.m is the process of normalized preprocessing of heart sound signal filtering
3) wavlet.m is a db6 wavelet for signal decomposition and reconstruction, and to find the envelope energy function
4) path.m is the path tracking method using KKT condition, which is used to solve the quadratic programming problem.
5) LRmmse is a commonly used detection method in MIMO communication, combining the knowledge of minimum mean square error criterion and lattice protocol.)
- 2017-05-04 16:28:15下载
- 积分:1
-
Buck
降压dc变换器输出功能仿真,根据可控晶闸管调节电压的压降,实现降压电路,采用pwm波控制。(buck DC Converter)
- 2011-05-02 13:44:46下载
- 积分:1
-
taflove
FDTD Matlab非常好的学习源码,注释详尽。可直接运行,包括1D,2D,3D界条件为PML和UPML,(FDTD Matlab)
- 2011-12-05 01:42:55下载
- 积分:1