-
MATLABfunctions
MATLAB常用函数整理,希望能对MATLAB初学者有所帮助(MATLAB functions used order, hoping to be helpful to MATLAB for beginners)
- 2009-09-14 15:30:01下载
- 积分:1
-
Speech_Coding_Using_Sub-Bands
Subband based Speech Coding written in MATLAB
- 2009-06-08 20:39:00下载
- 积分:1
-
LCT
说明: 两折线法抑制峰均功率比,通过对原始OFDM信号和LNST方法进行CCDF仿真分析。(Two-line method for suppressing the peak to average power ratio, by the original OFDM signal and LNST method CCDF simulation.)
- 2010-04-18 21:33:06下载
- 积分:1
-
s
说明: MatlabGUI太阳辐射定标数据处理平台设计solar radiation data (MatlabGUI calibration of solar radiation data processing platform)
- 2011-03-25 19:24:48下载
- 积分: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
-
DWT
ThreeLevelDWT. it explain different level and ycrcb
- 2011-10-17 17:34:30下载
- 积分:1
-
JADE-delay-and-angle-joint
时延角度联合估计JADE 算法,估计多径时延及到达角离开角(JADE algorithm for joint estimation of delay angle)
- 2013-09-11 09:34:55下载
- 积分:1
-
project5_3
基于matlab软件的瑞丽衰落信道 模块 和代码一起打开可以用(Ruili fading channel based on MATLAB software modules and code can be used to open)
- 2013-05-13 16:56:05下载
- 积分:1
-
knn
knn classifier that indecatw classes of test data according k nearest neighbor algoritm in pattern recognition
- 2011-02-03 01:25:36下载
- 积分:1
-
zhuangtaiqiuj
利用matlab程序编写了如何求解连续状态空间方程的解(Use matlab to write how to solve the continuous state space equation solution
)
- 2014-12-14 15:00:33下载
- 积分:1