-
Viterbi
viterby algotitm with soft input . a good simulation in mathlab
- 2009-06-05 17:50: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
-
signal
包括连续信号以及离散信号的产生与处理 适用于数字信号处理(Including continuous and discrete signals in the signal generation and processing applied to digital signal processing)
- 2009-05-01 01:01:19下载
- 积分:1
-
9927432subspace_method_for_blind_channel_estimatio
ofdm的一种盲信道估计方法:子空间盲信道估计方法(ofdm a blind channel estimation methods: the subspace blind channel estimation methods)
- 2010-03-07 08:27:40下载
- 积分:1
-
GDOP_6_BB
多星座导航系统GDOP递推特性的仿真程序,程序主要是争对在现有系统中增加2颗现有星座的可见星时GDOP的变化情况组合仿真(GDOP combination of changes in multi-constellation navigation system simulation GDOP recursive feature of the simulation program, the program mainly to fight for increased two existing constellation of visible stars in the existing system)
- 2015-03-13 10:43:13下载
- 积分:1
-
HW1_Matlab
Matlab Hwk for Datamining / Machine Learning
- 2013-05-02 21:01:23下载
- 积分:1
-
Digital-communication-theory
本书将通信技术用代码的形式表现出来,读者可以通过代码来加深对理论知识的理解。(This book will use the code shown in the form of communication technology, the reader can through the code to deepen the understanding of theoretical knowledge.
)
- 2014-09-01 18:54:53下载
- 积分:1
-
Mean-ShiftClustering
说明: mean shift算法在聚类中的matlab实现(mean shift clustering algorithm to achieve the Matlab)
- 2006-04-26 21:23:31下载
- 积分:1
-
hundun_matlab
用matlab*.m编程实现基本的混沌算法,可以在此基础上扩展应用,实现更加优化的混沌搜索算法(Programming with matlab*. m basic chaos algorithm, can extend this basis the application of chaos to achieve a more optimal search algorithm)
- 2010-05-08 23:23:07下载
- 积分:1
-
single_end_fault_location
单端频域法故障测距程序,采用零序电流相位修正法,精度较好(The single-ended fault location procedures using frequency domain method with good precision)
- 2012-04-23 14:10:51下载
- 积分:1