-
simulation_and_software_radio_for_mobile_communica
simulation and software radio for mobile communication
- 2011-01-14 14:30: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
-
wine
SVM的一个实例,对不同葡萄酒分类,有原始数据(Matlab code for SVM, classifing types of wine, with original data.)
- 2021-04-11 20:18:57下载
- 积分:1
-
tveq_newton.m
this is matlab code to solve tveq_newton problem!!!
- 2012-05-31 16:17:28下载
- 积分:1
-
pack11_emd
HHT是历史上首次对Fourier变换的基本信号和频率定义作的创造性的改进。他们不再认为组成信号的基本信号是正弦信号,而是一种称为固有模态函数的信号(HHT is the first time in the history of the Fourier transform basic definition signals and frequencies for creative change Progressive. They will no longer signal that the basic component signal is sinusoidal signal, but as an intrinsic mode function signals)
- 2007-06-16 21:23:33下载
- 积分:1
-
apm--project
现在飞的稳定的apm给空的源代码,,可以提供参考(apm is project,)
- 2014-08-19 17:53:55下载
- 积分:1
-
985887
国外的基于MATLAB的分割算法,比较详细,有样图,需要的可以看看(Abroad, the segmentation algorithm based on MATLAB, more detailed, drawing, and we need to look at)
- 2010-06-11 13:07:24下载
- 积分:1
-
相关维数matlab仿真程序 CorrelationDimension GP
相关维数matlab仿真程序,很好用的!不用帐号即可下载(Correlation dimension matlab simulation program, a very good use! Do not have account to download)
- 2008-04-16 14:58:14下载
- 积分:1
-
pls
自己编写的偏最小二乘回归模型matlab程序,附带详细的说明。(Matlab partial least squares regression procedures, with detailed instructions.)
- 2021-03-31 11:29:09下载
- 积分:1
-
mimo-ofdm-ber
MIMO ofdm完整程序,已仿真过,比较误码率(MIMO ofdm)
- 2013-09-21 07:36:55下载
- 积分:1