-
GEATbx_Intro_Algorithmen_v38
Introduction Evolutionary Algorithms: Overview, Methods and Operators.
- 2010-03-14 05:55:46下载
- 积分:1
-
MATLABprogrammingCH03
這是一本MATLAB程式設計延伸技巧程式書本上的程式碼CH3(一次無法全部上傳會斷線)(This is an extension of MATLAB programming skills in program code books CH3)
- 2010-05-27 13:58:58下载
- 积分:1
-
phased-array-radar
相控阵雷达的最优分区搜索算法 (Search algorithm for optimal partition of phased array radar)
- 2013-08-29 12:45:07下载
- 积分:1
-
bp-ga
改进bp-ga算法,确定权值和阈值,组合导航系统故障诊断bp-ga算法(Improved algorithm for bp-ga)
- 2020-07-01 18:20:02下载
- 积分:1
-
motaicansu
matlab 基础上通过最小二乘法进行模态参数识别,得出固有频率,振型,阻尼比,图形(by the least squares method matlab based on the identification of modal parameters obtained natural frequency, mode shape, damping ratio, graphics)
- 2021-03-19 15:29:19下载
- 积分:1
-
PCLDSP
对稠密点云或者Mesh模型进行降采样,以获得更加具有代表性的模型来减少点的数量和面的个数。(The dense point cloud or Mesh model is sampled down to obtain a more representative model to reduce the number of points and the number of faces.)
- 2017-06-27 16:13:07下载
- 积分:1
-
diretor
图像的方向图处理,通过各类算法实现方向图的获取。(The direction of image processing, algorithm through various access patterns.)
- 2009-04-14 14:18:32下载
- 积分:1
-
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
-
cl
说明: 用前推回代法求系统潮流,直接运行出结果,得出节点电压。(Directly with power generation method system trend, run out as a result, it is concluded that the node voltage.)
- 2014-09-23 08:48:11下载
- 积分:1
-
taperoll
说明: 磁带滚动轴半径的测量,R2008B以上版本运行(Measurement of the radius of the tape roll axis, R2008B or later to run)
- 2010-03-16 21:31:11下载
- 积分:1