-
postinm
reads files and an offset to the coordinates of the selected objects
- 2010-12-16 20:41:45下载
- 积分: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
-
MATLAB_rpcedure_basic
信道估计程序,包括对多路径信号经过加权后进行最佳信噪比和相位估计(Channel estimation procedures, including multipath signals after weighting the best signal-to-noise ratio and phase estimation)
- 2013-05-12 13:27:27下载
- 积分:1
-
ShortTimeFT.m
短时傅立叶变换应用示例,展示了如何实现三个点频信号在时域上的分离。(Short time fourier transform application example, showing how to set apart three different signals with different frequencies in time domain.)
- 2012-11-25 16:34:17下载
- 积分:1
-
liner-formular
利用Jacobi迭代法和共轭梯度法来解线性方程组的matlab源代码(Use Jacobi iteration method and conjugate gradient method for solving linear equations matlab source code)
- 2014-02-28 16:35:31下载
- 积分:1
-
matlabLMS
matlab 实现LMS算法,有多个程序请选择使用(LMS algorithm to achieve matlab)
- 2009-05-03 22:57:18下载
- 积分:1
-
iec104
104规约程序,用于电力IEC104规约分析(104PROTOCAL)
- 2010-01-11 15:00:59下载
- 积分:1
-
EbookProvider.co.cc_TheArtOfC
Book describing the way of programming in c and c++
- 2011-01-26 06:05:55下载
- 积分:1
-
matlab
图像灰度化处理源代码,有详尽的注释,有matlab基础的同志可以看得懂的。(Grayhound processing source code, detailed notes, matlab based comrades can understand.)
- 2013-03-01 23:14:59下载
- 积分:1
-
pso1
一些spo程序,用matlab编程实现的,需要的请看看吧(Some SPO procedures, using matlab programming to achieve, need look and see)
- 2007-12-07 09:34:14下载
- 积分:1