-
garch_like
Garch模型的最大似然估计方法,基于MATLAB程序。(Garch model of maximum likelihood estimation method, based on the MATLAB program.)
- 2009-05-26 21:25:54下载
- 积分:1
-
solving-linear-equations
利用顺序消元法和列主元消元法,分别解线性方程组。(Using the order of elimination method and main-element elimination method for solving linear equations, respectively.)
- 2012-03-29 11:33:51下载
- 积分:1
-
bandwidth2_BP
雷达后向投影算法。利用雷达接收到的数据的时延来成像。具有很大的应用价值。(After the radar to the projection algorithm. Using the delay of the received radar data to imaging. Has great value.)
- 2014-08-30 15:56:24下载
- 积分:1
-
BIQI_release
B I Q I is utilized to evaluate the image quality without any reference images.
- 2010-07-14 16:37:24下载
- 积分:1
-
ddswaveshow
成功将QuartusII中生成的dds波形数据的tbl文件导入MATLAB中,实现十六进制数值转化成figure图形。(Successfully QuartusII dds waveform data generated in the tbl file into MATLAB, to achieve the hex value into figure drawing.)
- 2011-11-09 16:06:40下载
- 积分:1
-
FIRfilter-wang
光纤信号CIC滤波特性的处理与FIR补偿滤波器的分析系统文件(fir cic)
- 2015-01-12 16:14:37下载
- 积分:1
-
wannnpid
基于小波神经网络辨识的PID神经模型源程序(wavelet-based neural network identification of the source of PID neural model)
- 2006-06-03 20:34: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
-
different_filter_design
different filter designing bandpaff lowpass highpass ...
- 2013-05-13 13:54:58下载
- 积分:1
-
dtw
Efficient Implementation of DTW algorithm in MATLAB
- 2020-08-30 22:08:11下载
- 积分:1