-
VC6_MATLAB_4
VC与matlab混合编程实现图像处理.pdf(Mixed programming with VC matlab image processing. Pdf)
- 2011-01-19 23:33:55下载
- 积分: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
-
JW_trans_to_earth
该算法主要实现将经纬度变换成大地坐标,其主要用在海试等外场试验中。(The algorithm to realize the coordinates transform into the main geodetic coordinates, its main use in the field test and try.
)
- 2012-04-22 18:37:17下载
- 积分:1
-
cofdm-simulation--multisingle2
cofdm simulation graphs(2)
摘自94年名家论文(cofdm simulation graphs (2) from the famous 94 theses)
- 2007-05-09 10:28:09下载
- 积分:1
-
Gauss_noise_generation
能够产生高斯白噪声,有色噪声和一般噪声。用于matlab仿真实验。(Generated Gaussian white noise, colored noise and general noise.)
- 2010-11-25 15:41:17下载
- 积分:1
-
cx
说明: 卷积码的MATLAB仿真及其性能测试,包括卷积码的编码和VITERBI译码程序(Convolutional codes of MATLAB simulation and performance testing, including the convolutional code encoding and decoding procedures VITERBI)
- 2020-11-16 15:19:41下载
- 积分:1
-
new
matlab编程中常用的一些程序,如一维单尺度及多尺度小波分解与重构。(matlab programming of commonly used procedures, such as a single-scale and multi-dimensional scale wavelet decomposition and reconstruction.)
- 2013-12-19 21:03:16下载
- 积分:1
-
hundunxitong
给予MATLAB的四阶龙格库塔解混沌系统(To the fourth order Runge-Kutta MATLAB Solution of chaotic systems)
- 2010-06-29 16:13:05下载
- 积分:1
-
dap
有限元小程序,非常适合自己编程,比较简明,适合继续开发(Small finite element program suitable for their own programming, more concise and suitable for continued development of)
- 2009-04-14 18:07:08下载
- 积分:1
-
fdtd
利用matlab软件和fdtd算法来求解3维同轴谐振腔电磁场的源代码(Three dimensions of the solution in its accent as well as a bio-energy field
)
- 2010-10-13 20:25:44下载
- 积分:1