1 / 6
文档名称:

Fast Fourier Transform (short tutorial).pdf

格式:pdf   页数:6
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Fast Fourier Transform (short tutorial).pdf

上传人:kuo08091 2014/3/21 文件大小:0 KB

下载得到文件列表

Fast Fourier Transform (short tutorial).pdf

文档介绍

文档介绍:University of Rhode Island Department of Electrical puter Engineering
ELE 436: Communication Systems
FFT Tutorial
1 Getting to Know the FFT
What is the FFT? FFT = Fast Fourier Transform. The FFT is a faster version of the Discrete
Fourier Transform (DFT). The FFT utilizes some clever algorithms to do the same thing as the
DTF, but in much less time.
Ok, but what is the DFT? The DFT is extremely important in the area of frequency (spectrum)
analysis because it takes a discrete signal in the time domain and transforms that signal into its
discrete frequency domain representation. Without a discrete-time to discrete-frequency transform
we would not be able pute the Fourier transform with a microprocessor or DSP based system.
It is the speed and discrete nature of the FFT that allows us to analyze a signal’s spectrum with
Matlab or in real-time on the SR770
2 Review of Transforms
Was the DFT or FFT something that was taught in ELE 313 or 314? No. If you took
ELE 313 and 314 you learned about the following transforms:


Laplace Transform: x(t) ⇔ X(s) where X(s) = R x(t)e stdt
−∞


Continuous-Time Fourier Transform: x(t) ⇔ X(jω) where X(jω) = R x(t)e jωtdt
−∞

−n
z Transform: x[n] ⇔ X(z) where X(z) = P x[n]z
n=−∞

jΩ jΩ−jΩn
Discrete-Time Fourier Transform: x[n] ⇔ X(e ) where X(e ) = P x[n]e
n=−∞
The Laplace transform is used to