-
noise
用FDTD仿真电源-地同步澡声,计算了反射,透射系数(applies finite difference time domain method to analyze transmission coefficient.)
- 2009-11-16 21:48:17下载
- 积分:1
-
163
可以对光子晶体光纤的光强分布仿真,极为有效(The light of the photonic crystal fiber distributed simulation, extremely effective)
- 2012-06-19 21:58:31下载
- 积分:1
-
Finger-Knuckle-Print-Authentication-based-on-KWT
FKP authentication document
- 2014-07-18 18:07:00下载
- 积分:1
-
FFT
此程序主要是详细给出了在matlab中如何求解信号的fft,包括功率谱,功率谱密度,幅度谱;(This procedure is given in detail how to solve the signal in matlab fft, including power spectrum, power spectral density, amplitude spectrum )
- 2013-12-06 16:59:49下载
- 积分:1
-
matlab
《Matlab时频分析技术及其应用》随书源代码( Matlab time-frequency analysis technology and its applications, With the book source code)
- 2007-12-07 16:27:33下载
- 积分:1
-
MATLABlearn3
MATLABlearn MATLABlearn
- 2010-09-12 20:27:31下载
- 积分:1
-
Du-Fort-Frankel-Difference
一个小程序,关于一维扩散方程初边值问题的数值求解(a small procedure on the one-dimensional diffusion equation is the numerical solution)
- 2006-11-08 21:21:24下载
- 积分: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
-
what_is_matlab
介绍了a.matlab能做什么;b.matlab实例;c.matlab帮助(Introduced a.matlab can do b.matlab instance c.matlab Help)
- 2010-06-02 20:34:17下载
- 积分:1
-
Deblur
有关运动去模糊的最新算法。
采用kernel estimate,用变参数的deconvolution实现更好的运动模糊去除(A new algorithm for motion deblurring)
- 2013-02-19 17:08:44下载
- 积分:1