-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
kernel
说明: 用于计算高斯核函数,可以放在别的函数内使用,方便快捷(Used to calculate Gaussian kernel function, can be used in other functions, convenient and fast)
- 2019-12-26 18:08:32下载
- 积分:1
-
FEC
explain the coding and decoding of FEC
- 2010-09-16 01:10:14下载
- 积分:1
-
LDPC_pr
一个很完整的LDPC程序,计算速度比较快,可实现多种速率的LDPC编码(a nice LDPC programm )
- 2010-06-01 16:07:55下载
- 积分:1
-
bilinear_interpolate_zoom
Zooming an image using bilinear interpolation
- 2014-11-13 18:29:48下载
- 积分:1
-
work
amplitude modulation(AM) and DSB-SC source code
- 2010-08-30 06:23:43下载
- 积分:1
-
emd_huang
说明: hht变换中的关键部分emd分解,集中了hht变换中的最精华的部分。(hht transform a key part of emd decomposition, concentrated hht transform the most essential part.)
- 2010-04-04 21:09:54下载
- 积分:1
-
General-Least-Squares-Regression
通用最小二乘回归Matlab代码(General Least Squares Regression)(General least squares regression Matlab code (General Least Squares Regression))
- 2012-06-29 10:46:27下载
- 积分:1
-
MUSIC
自己编的matlab程序 跑过之后觉得效果还可以(good)
- 2010-09-18 17:21:25下载
- 积分:1
-
knn
KNN algorithm of matlab version.
- 2009-11-16 19:36:49下载
- 积分:1