-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
matlab_kechensheji(xinhaotiaozhi)
武汉理工大学matlab课程设计 信号调制(wuhan university of technology )
- 2011-06-14 12:23:50下载
- 积分:1
-
nrm5
xsshould upload at least five sourcecodes
- 2012-05-16 18:54:11下载
- 积分:1
-
DFT
DFT/离散傅里叶变换matlab代码,同时有DSP环境下用汇编语言实现DFT的128位运算。(Discrete Fourier transform matlab code, while under the DSP assembly language environment to achieve DFT of 128 operations.)
- 2014-12-28 21:53:48下载
- 积分:1
-
Pss-stability
power system stability with and without PSS yu power system stability book example
- 2014-01-27 18:55:58下载
- 积分:1
-
RobustControl
Robust自动控制讲义,有练习和matlib的例题,自学Robust控制的好教材!(Robust Automatic Control notes, there are exercises and examples of matlib, Robust control of a good self-study materials!)
- 2009-05-06 15:27:34下载
- 积分:1
-
multimediaDataHidingEncription
multimedia content encription a book in image processing
- 2010-12-03 02:56:45下载
- 积分:1
-
B_P_S_K
bpsk code simultaion made on matlab regarding bpsk
- 2009-12-23 01:05:58下载
- 积分:1
-
ImagePRotationPCorrection
说明: matlab 写的图像校正程序,实现图像校正的源代码(image correction program written in matlab)
- 2011-03-24 10:12:44下载
- 积分:1
-
FZ1111
fz作业,老师叫我们回家做的滥作业,相信大家不会想下载(fz operations, the teacher told us to go home so indiscriminate operations, I believe we would not want to download)
- 2006-12-02 13:16:27下载
- 积分:1