-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1
-
singleLPG
长周期光纤光栅透射谱,用来描述长周期光纤光栅传输特性
(jilianjuyunLPG
)
- 2009-05-11 16:04:32下载
- 积分:1
-
SpeechKu
Program untuk ekstraksi ciri fitur suara
- 2011-02-13 20:01:46下载
- 积分:1
-
correlCorresp
说明: matlab写的运动检测 自动实现 十分有用的代码 值得学习!(Motion detection matlab automatically write the code should be very useful to learn!)
- 2011-03-25 13:44:56下载
- 积分:1
-
Simpson
这是用复化simpson方法求解数值积分的一种方法(This is the method used to solve complex numerical integration of the simpson' s method)
- 2011-07-15 23:15:58下载
- 积分:1
-
interpolation_and_fit
matlab比较常用的算法,文件中包含详细的ppt介绍和源代码,希望对您有所帮助~~(Matlab is commonly used algorithm)
- 2011-10-29 10:49:03下载
- 积分:1
-
fli
使用MATLAB实现傅立叶变换,绘制信号的幅度频谱和相位频谱。付里叶变换的时域微分特性(Fourier transform using MATLAB implementation, rendering the signal amplitude spectrum and phase spectrum. Fourier transform of time domain differential characteristics)
- 2010-05-06 11:55:15下载
- 积分:1
-
MATLAB-CUDA
The latest generation of high-end video cards off er considerable
computing power using their 100–200 on-card processors, 0.3–1.0+ GB
of RAM, and fast inter-processor communications. One promising
application of this Graphics Processing Unit (GPU) computing
capability is through Matlab and Matlab mex functions. With a properly developed mex function, the user-friendly Matlab interface can be used to perform behind-the-scenes parallel computations on the GPU. (The latest generation of high-end video cards offer considerable computing power using their 100-200 on-card processors, 0.3-1.0+ GB of RAM, and fast inter-processor communications. One promising application of this Graphics Processing Unit (GPU) computing capability is through Matlab and Matlab mex functions. With a properly developed mex function, the user-friendly Matlab interface can be used to perform behind-the-scenes parallel computations on the GPU.)
- 2011-06-21 02:17:46下载
- 积分:1
-
MomentsZernike
moment s zernike algorithm
- 2013-05-27 04:47:14下载
- 积分:1
-
2
说明: 首先,对复杂振动信号进行EMD分解,得到各个频率分量,接着,对各分量进行Hilbert变换,得到瞬时频率(END resolve,hilbert chang,evry imf,instantaneous frequency)
- 2014-07-15 18:33:33下载
- 积分:1