-
mean
One of the most mean-based programs, suitable for beginners to learn
- 2009-09-10 14:36:25下载
- 积分: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
-
root_music
一段关于root_music的仿真程序,程序中对结果进行绘图(root_music algorithm simulation program)
- 2013-02-26 22:25:34下载
- 积分:1
-
The-part-of-the-program
这段程序是关于matlab中的图论问题,结合相应的程序会很好的解决图论的相关问题,大家有兴趣的可以看看。。。(This program is about matlab problem in graph theory, combined with the appropriate procedures will be a good solution to the problem related to graph theory, we are interested can look at. . .)
- 2015-04-20 10:20:41下载
- 积分:1
-
attachments_2011_02_
me doin thesis in IP
- 2011-02-03 16:45:58下载
- 积分:1
-
Intelligent-Transportation-System
说明: 智能交通系统中基于TMS320DM642的电子稳像算法实现,挺不错的!(Intelligent Transportation System Based on TMS320DM642 the electronic image stabilization algorithm, very good!)
- 2011-04-17 11:32:09下载
- 积分:1
-
ms_segmenter
用均值平移算法进行的图像分割源程序,matlab环境(mean translation algorithm used for image segmentation source, Matlab environment)
- 2006-12-05 17:35:29下载
- 积分:1
-
psk-fsk
通信PSK调制fsk调制,按定义编写,及相应的误码率计算,里面用到GUI界面,大家可以从相应的代码中截取自己需要的部分(Communication PSK modulation fsk modulation, by definition, write, and the corresponding bit error rate calculation, which uses GUI interface, you can intercept the part they need the corresponding code)
- 2014-11-26 11:28:19下载
- 积分:1
-
cylindrical
三维 柱坐标 下的FDTD程序, matlab环境(Three-dimensional cylindrical coordinate FDTD program, matlab environment)
- 2020-12-23 10:29:07下载
- 积分:1
-
Viterbi
维进行维特比译码,数据为一千。特比译码(2,1,1)仿真,通过高斯白噪声,(Victoria Viterbi decoding, data for one thousand. Viterbi decoding (2,1,1) simulation by Gaussian white noise,)
- 2014-12-08 16:11:52下载
- 积分:1