Top Banner
Done by : Amer AlQaderi Ahmad Abdul-Rahman Ismail Kishtah
16

Fast Fourier Transform

Dec 31, 2015

Download

Documents

filomena-veagh

Fast Fourier Transform. Done by: Amer AlQaderi Ahmad Abdul- Rahman Ismail Kishtah. Introduction. The Fast Fourier Transform (FFT) is a set of mathematical formulas used to convert a time function to a function in the frequency domain (Fourier analysis) and back. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Fast Fourier Transform

Done by:

Amer AlQaderi

Ahmad Abdul-Rahman

Ismail Kishtah

Page 2: Fast Fourier Transform

The Fast Fourier Transform (FFT) is a set of mathematical formulas used to convert a time function to a function in the frequency domain

(Fourier analysis) and back. The Fast Fourier Transform is used extensively

in Signal processing to design filters and remove

coherent noise. Many Filtering operations are performed in the

frequency domain. The Fast Fourier Transform has applications in

image analysis.

Page 3: Fast Fourier Transform

Fast Fourier transform is same as the Fourier transform but it is much faster than it, so it achieves the conversion in very short period of time.

Even if a function is not periodic, it can be described as a linear combination of an infinite number of orthogonal functions (In case of Fourier Transform, sinusoids). i.e. spectrum consists of a continuum of

frequencies.

Page 4: Fast Fourier Transform

For a signal x(t) with a spectrum X(f), the followings hold:

dtetxfX ftj 2 )()(

dfefXtx ftj 2 )()(

FForward Fourier Transform

Inverse Fourier Transform

Page 5: Fast Fourier Transform

Notice that: The narrower a function is in one domain, the wider its transform in the

other domain.

A function is narrower in time domain.

The same function is wider in frequency domain.

A function is wider in time domain.

The same function is narrower in frequency

domain.

Page 6: Fast Fourier Transform

After introducing FFT, we are going to go deep little bit to explain the way we followed to design FFT .

Page 7: Fast Fourier Transform

-Actually, FFT can be designed by many software or even by some programming languages, but we decided to

use Lab View Software for flexibility.

Let us take a look at the whole design block.

Page 8: Fast Fourier Transform
Page 9: Fast Fourier Transform

This picture illustrates the waveform before and after transformation (notice the frequency!!)

Page 10: Fast Fourier Transform

So what if our signal has some noise??

Page 11: Fast Fourier Transform

Do we need an external filter to deal with noise??

Actually ,No the FFT does filtering itself.

Page 12: Fast Fourier Transform

Filtering: - representing the function as the sum of

sine functions. - By eliminating undesirable high- and/or

low-frequency components. - By taking an inverse Fourier transform to

get us back into the time domain.

Page 13: Fast Fourier Transform

Image Compression : - By eliminating the coefficients of sine

functions that contribute relatively little to the image.

- we can further reduce the size of the image, at little cost.

Page 14: Fast Fourier Transform

Fast performance (Real and Complex, Forward and Inverse)

Easy to use with excellent documentation Includes examples with compiling

instructions Allows any array size up to the practical

limits of the PCs memory

Page 15: Fast Fourier Transform

The signal must be band limited, and the sampling rate must be sufficiently high to avoid aliasing.

Components lying between discrete frequency lines are subject to error in magnitude .

The magnitude level may be different from that of the continuous-time transform due to the variation in definitions.

Page 16: Fast Fourier Transform

We have introduced the Fast Fourier Transform.

We have designed a circuit to implement the Fast Fourier Transform using Labview software.

The design specificationApplicationFeaturesLimitation