-
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
-
compression
the is a code compression image in matlab
- 2015-01-06 06:07:54下载
- 积分:1
-
viterbi_trialrun
It works very well in Matlab and is very efficient
- 2013-05-09 05:39:34下载
- 积分:1
-
Matalb_-various-command-set
matalb_各种命令集合(matlab使用中的各种命令的汇集,可以方便查找)(Matalb_ various command set)
- 2013-12-23 12:38:18下载
- 积分:1
-
基于细菌觅食算法的MPPT算法寻优技术
说明: 基于细菌觅食算法的MPPT算法寻优技术,可以实现最大功率点跟踪,利于课设,使用方便!(MPPT algorithm optimization technology based on bacteria foraging algorithm can realize maximum power point tracking, which is convenient for course design and use!)
- 2020-06-11 15:52:30下载
- 积分:1
-
InstructorETC
Engine control Source code
- 2007-10-25 17:10:40下载
- 积分:1
-
matlab_carDelay
遗传算法车辆延误优化,这个是别人的程序,大家看看吧~(genetic algorithm optimization of vehicle delay, this is somebody else's process, we look at it ~)
- 2007-04-03 21:30:49下载
- 积分:1
-
power_steppermotor
Stepper Motor Drive
A hybrid stepper motor drive.
- 2011-07-22 20:47:32下载
- 积分:1
-
matlab-book
基本matlab入门书,非常实用 包括陈杰的《matlab 宝典》《matlab 揭秘》《精通matlab》(three matlab book ,very useful)
- 2012-02-13 21:20:23下载
- 积分:1
-
exp1
说明: 捷联惯导系统放置在室内测试台上做静态测试,测试时间4500s。
1)取前180数据做粗对准(解析对准法);
2)取第181s~900s数据做精对准(Kalman滤波法);
3)从第901s开始做纯惯导解算;
4)用国军标的导航系统位置精度评价方法评估系统定位精度(分别计算CEP50 和 CEP95 下的定位精度)。(The strapdown inertial navigation system was placed on the indoor test bench for static test with a test time of 4500s.
1) take the first 180 data for rough alignment (analytical alignment method);
2) accurate alignment of 181s-900s data (Kalman filtering method);
3) pure inertial navigation solution is performed from 901s;
4) the positioning accuracy of the navigation system is evaluated by the method of position accuracy evaluation of the national military standard (the positioning accuracy under CEP50 and CEP95 are calculated respectively).)
- 2021-03-28 16:39:11下载
- 积分:1