-
integdiff-matlab
matlab微积分讲义ppt,包括算法,程序等很多不错的咚咚,可以学习一下(Matlab calculus overhead ppt, including algorithms, procedures and many other good joyous, we can learn from this)
- 2006-09-16 10:15:35下载
- 积分:1
-
shenjingwangluo
T=[1 0 0 1 0 0 1 0 0
0 1 0 0 1 0 0 1 0
0 0 1 0 0 1 0 0 1]
输入向量的最大值和最小值
threshold=[0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1]
net=newff(threshold,[31 3],{ tansig , logsig }, trainlm )
训练次数为1000,训练目标为0.01,学习速率为0.1
net.trainParam.epochs=1000
net.trainParam.goal=0.01
LP.lr=0.1
net = train(net,P,T)
测试数据,和训练数据不一致
P_test=[0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319
0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 (T = [1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1] ' of the maximum and minimum input vector threshold = [0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1] net = newff (threshold, [31 3], {' tansig' , ' logsig' }, ' trainlm' ) training times for the 1000 target of 0.01 training, learning rate of 0.1 net.trainParam.epochs = 1000 net. trainParam.goal = 0.01 LP.lr = 0.1 net = train (net, P, T) test data, and training data inconsistencies P_test = [0.2101 0.0950 0.1298 0.1359 0.2601 0.1001 0.0753 0.0890 0.0389 0.1451 0.0128 0.1590 0.2452 0.0512 0.1319 0.2593 0.1800 0.0711 0.2801 0.1501 0.1298 0.1001 0.1891 0.2531 0.0875 0.0058 0.1803 0.0992 0.0802 0.1002 )
- 2011-05-21 16:47:44下载
- 积分:1
-
fft_demodule
该程序用以对2FSK信号调制解调的仿真程序,信道为高斯白噪声,采用FFT方法对其解调(procedures for the right 2FSK signal modulation and demodulation of the simulation program, channel for white Gaussian noise, FFT method demodulation)
- 2006-11-09 20:17:35下载
- 积分:1
-
RLS
递推最小二乘算法,只适合单入单出,用于建模中的参数辨识,(Recursive least squares algorithm, Single Input Single Output, parameter identification)
- 2013-05-16 01:23:05下载
- 积分:1
-
runpso
PSO optimization exa
- 2016-07-11 16:42:30下载
- 积分:1
-
Newtoninter
牛顿插值法,可用于非线性拟合,并返回在某点出的近似函数值。(Newton interpolation method can be used for nonlinear fitting, and the function returns the approximate value at some point out.)
- 2015-08-09 17:23:13下载
- 积分:1
-
ParticalText1
基本粒子滤波器的实现,对非线性非高斯目标可进行有效跟踪!(elementary particle filter to the realization of non-Gaussian nonlinear objectives can be effectively tracking!)
- 2007-04-05 22:31:51下载
- 积分:1
-
JPEGCOMPRESS
这是一个基于DCT的图像JPEG压缩程序,并将压缩码保存在一TXT文本中(This is a DCT-based JPEG image compression process, and code stored in a compressed text in TXT)
- 2009-05-13 10:25:45下载
- 积分:1
-
vfcontrol
Voltage - frequency control of Induction motor
- 2013-09-26 04:18:44下载
- 积分:1
-
MIMOLS
MIMO阵列的最小二乘算法,LS算法。编写并验证可用。(LS for MIMO array。)
- 2015-03-18 21:18:15下载
- 积分:1