-
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
-
svm
svm 程序 自己写的 对学习很有作用 看看吧希望对大家有所帮助(SVM I do this work by myself,it is very import to study )
- 2014-08-25 10:19:27下载
- 积分:1
-
matlabfiles
design of:
1.butterworth bandpass filter
2.butterworth bandstop filter
3.butterworth lowpass filter
4.butterworth highpass filter
for the given specifications using matlab
design of:
1.hilbert transformer
2.differentiator
using matlab
frequency response of lowpass filter using kaiser window in matlab
representation of basic signals using matlab
convolution of two sequences using matlab
- 2012-11-21 13:43:27下载
- 积分:1
-
Sprayingrobotprogram
说明: 喷涂机器人运动程序,是用matlab编写的,二维环境下运行的(Spraying robot program is written in matlab, two-dimensional environment, running under)
- 2009-08-26 11:13:27下载
- 积分:1
-
glcm
基于灰度共生矩阵的图像特征提取,包括熵、相关性、标准差及方差(Image feature extraction based on GLCM,including entropy, correlation, standard deviation and variance)
- 2014-10-19 16:04:06下载
- 积分:1
-
lyapunov
lyapunov 指数计算方法 MATLAB程序代码(lyapunov matlab code)
- 2014-11-30 21:07:28下载
- 积分:1
-
didaifa
迭代法计算图像阈值,程序可以用,我试过了,有做图像处理方面的朋友可以试试
- 2009-04-14 18:01:03下载
- 积分:1
-
identity-modulation
说明: 模拟调制识别,可以实现多种模拟调制的识别。。。。(it is about the identification of the methods of modulation...)
- 2021-04-28 22:58:43下载
- 积分:1
-
zhankongshijiaoliutiaoya
电力电子斩控式交流调压电路的matlab仿真主电路(Power Electronics Chopping AC voltage regulator circuit simulation matlab main circuit)
- 2021-03-28 21:59:12下载
- 积分:1
-
position-based-visual-servo
英文资料。基于位置的机器人视觉伺服综述。可参考。/
(English. Based on the location of Servo Robot Vision Summary. Reference. /)
- 2007-02-01 10:28:23下载
- 积分:1