-
MATLAB_-Programming-Style-Guide
对于matlab编程的一些风格的指南,感觉还是比较重要,特别对于初学者,分享一下啦(For some matlab programming style guide, I feel it is quite important, especially for beginners, to share it)
- 2013-07-24 10:22:37下载
- 积分: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
-
EE_497_5_simplerelay
This shows that relay power is an important criterion which decides the gain we get from simple relaying as compared to direct transmission.
- 2011-10-23 22:32:02下载
- 积分:1
-
LEACH_m
low energy adaptive clustering code in matlab for wireless sensor netwoks
- 2010-06-08 14:52:40下载
- 积分:1
-
xbzqqz
利用小波变换进行图像灰度增强,其中与直方图,中值滤波图像处理进行了对比(Using wavelet transform image gray enhanced, including histograms, median filter image processing were compared)
- 2012-06-04 22:05:27下载
- 积分:1
-
All-in-One
all about signal modulation it is useful
- 2013-10-20 20:07:53下载
- 积分:1
-
awgn
awgn channel simulation
- 2010-03-01 16:01:56下载
- 积分:1
-
MATLABSymbolDescription
详细介绍了MATLAB的各种命令的符 联合开发网 - pudn.com
- 2010-03-03 21:13:29下载
- 积分:1
-
msc-nirmaf
利用该matlab程序对近红外光谱进行MSC等预处理,很好用。(The use of near-infrared spectroscopy matlab program pretreated MSC so easy to use.)
- 2014-05-15 14:13:58下载
- 积分:1
-
cycl
利用matlab软件编写的对各种信号循环平稳分析处理的程序.(Using matlab software written in a variety of signal analysis and processing cycle of a smooth process.)
- 2010-01-06 19:35:45下载
- 积分:1