-
mimosystemspace-timecode
mimo system caculate,decode,error rate (mimo system space-time code)
- 2010-05-20 16:13:06下载
- 积分: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-scanning-algorithm
利用matlab对一副图像的灰度值进行扫描运算(Use matlab for gray values of an image scanning operation)
- 2013-11-25 16:12:46下载
- 积分:1
-
-TMF5
REMOVAL OF IMPULSE NOISE USING TRIMMED MEDIAN FILTER
- 2014-01-23 15:48:13下载
- 积分:1
-
FuzzPID
自己编的模糊PID控制 适合大家看看学习(Fuzzy PID control for their series we look at learning)
- 2014-10-31 21:37:56下载
- 积分:1
-
Zernike_Moments
Zernike moments calculation. Two functions, one for polynomial calculation and one for moments calculation
- 2013-10-20 17:25:19下载
- 积分:1
-
sigfrft1
分数阶傅里叶变换 Matlab仿真实现 单分量的LFM信号的检测和参数估计(
Fractional Fourier Transform Matlab simulation to achieve a single-component LFM signal detection and parameter estimation)
- 2013-04-19 23:39:49下载
- 积分:1
-
pso
Particle Swarm Optimization
- 2014-01-05 23:18:58下载
- 积分:1
-
system
MATLAB 主要函数指令表
MATLAB 主要函数指令表(The main function of MATLAB MATLAB command table form the main function of instruction)
- 2010-10-28 17:52:12下载
- 积分:1
-
bpsk15
语音端点检测,是语音压缩时提取特征参数的一个必要的过程,这个程序主要是对这个过程的一个小的程序。希望对学语音的有帮助(Extreme point detecting is a primily process to get the eigenparameter when you compressing the speech.This program is a small one,it will help for the learner.)
- 2009-05-04 23:23:02下载
- 积分:1