-
svm_toolbox
svm matlab工具箱,经过测试,非常好用!有界面。(svm matlab toolbox, tested, very good! Interface there is.)
- 2009-03-31 20:04:52下载
- 积分: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
-
matSGA
Simple ga is coded in matlab.
- 2013-03-09 04:59:04下载
- 积分:1
-
matlab-simulation
《雷达系统设计MATLAB仿真》第一版源代码和代码生成 的图像,可以和VC++混合编程使用(" Radar system design MATLAB simulation," the first edition of the source code and the code generated images, you can use hybrid programming and VC++)
- 2014-10-23 22:37:47下载
- 积分:1
-
Golden-Sun-certification-mark
这是中国金太阳认证标志,光伏并网方面的资料(
This is the Chinese Golden Sun certification mark, photovoltaic grid-relevant information)
- 2015-02-05 11:17:45下载
- 积分:1
-
E5_1_ASKMod
提供一种好用的ASK调制程序,是用MATLAB编写的(ASK modulation provides an easy to use program that is written in MATLAB)
- 2020-10-01 21:47:42下载
- 积分:1
-
binary-pso1
A Binary Particle Swarm Optimization for Optimal Placement and Sizing
of Capacitor Banks in Radial Distribution Feeders with Distorted
Substation Voltages
- 2011-02-14 15:05:40下载
- 积分:1
-
buckconv_try
buck converter model
- 2010-05-13 00:20:30下载
- 积分:1
-
71477209DTMFAPPLIY
this is matlab code for image and signal processing
- 2009-05-06 21:17:27下载
- 积分:1
-
Sim_P_e_hne
performance evalution handover network
- 2013-02-20 15:06:08下载
- 积分:1