-
source
age predictor, not really good
- 2011-12-03 01:53:32下载
- 积分:1
-
jack_immune_clonalG
Clonal selection algorithm with matlab, and applications
- 2010-01-15 05:48:37下载
- 积分:1
-
vitdecode
这是一个无线接收机中的维特比译码程序,可供接收设计的朋友参考(This is a decoding program.)
- 2010-05-13 09:51:00下载
- 积分: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
-
CSCAD_A
说明: 协调控制算法,基于发电厂锅炉与汽轮机模型,首先将模型离散化,然后实施控制算法(Coordinated control algorithm, based on power plant boiler and steam turbine model, discrete model first and then the implementation of control algorithms)
- 2010-04-08 17:24:34下载
- 积分:1
-
horn_antenna
I am working on patch antehnna and Finite Difference Time Domain (FDTD). I need FDTD code using MATLAB for antenna and electromagnetic.
- 2015-03-16 21:38:49下载
- 积分:1
-
四阶Runge-Kutta方法(微分方程)
说明: 四阶Runge-Kutta方法(微分方程),并有例题(Fourth-order Runge-Kutta method (differential equation) with examples)
- 2019-12-10 22:53:41下载
- 积分:1
-
music
具有高分辨信号的空间谱估计算法—MUSIC(MUSIC)
- 2010-10-17 22:25:17下载
- 积分:1
-
fastica
matlab 独立分量分析 fastica,icaplot,remmean,whiten,盲源分离,去均值,白化处理(matlab independent component analysis fastica, icaplot, remmean, whiten, blind source separation to the mean, whitening treatment)
- 2008-05-05 18:00:00下载
- 积分:1
-
k_mean
k means algorithm implementation
- 2011-04-26 02:58:32下载
- 积分:1