Fast Fourier Transform (FFT)
#1

Fast Fourier Transform (FFT)



.pdf   3F3_3_Fast_ Fourier_Transform.pdf (Size: 3.38 MB / Downloads: 0)

Operation Count

How do we evaluate computational complexity?
count the number of real multiplications and
additions
by ¨real¨ we mean either fixed-point or floating point
operations depending on the specific hardware
subtraction is considered equivalent to additions
divisions are counted separately
Other operations such as loading from memory, storing in
memory, loop counting, indexing, etc are not counted
(depends on implementation/architecture) – present
overhead


Operation Count – Modern DSP

Modern DSP:


a real multiplication and addition is a single machine
cycle y=ax+b called MAC (multiply/accumulate)
maximum number of multiplications and additions must
be counted, not their sum
traditional claim ¨multiplication is much more timeconsuming
than addition¨ becomes obsolete


DFT Computational Complexity

Thus, for the input sequence of length N the number of
arithmetic operations in direct computation of DFT is
proportional to N 2.
For N=1000, about a million operations are needed!
In 1960s such a number was considered prohibitive
in most applications.


Discovery of the Fast Fourier Transform (FFT)

When in 1965 Cooley and Tukey ¨first¨ announced
discovery of Fast Fourier Transform (FFT) in 1965 it
revolutionised Digital Signal Processing.
They were actually 150 years late – the principle of the
FFT was later discovered in obscure section of one of
Gauss’ (as in Gaussian) own notebooks in 1806.
Their paper is the most cited mathematical paper ever
written.


Computational Load of full FFT algorithm

The type of FFT we have considered, where N = 2M, is
called a radix-2 FFT.
It has M = log2 N stages, each using N / 2 butterflies
Complex multiplication requires 4 real multiplications
and 2 real additions
Complex addition/subtraction requires 2 real additions
Thus, butterfly requires 10 real operations.
Hence the radix-2 N-point FFT requires 10( N / 2 )log2 N
real operations compared to about 8N2 real operations
for the DFT.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: seminar projects fourier transform, fourier transform derivative, fourier transform ppt presentation, autocorrelation fast fourier transform excel, seminar integer fast fourier transform, fourier transform autocorrelation, integer fast fourier transform seminar,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  The Curvelet Transform For Image Denoising seminar addict 1 1,587 10-10-2012, 12:19 PM
Last Post: seminar details
  FFT/IFFT Block Floating Point Scaling seminar details 0 748 05-06-2012, 05:15 PM
Last Post: seminar details
  Discrete Wavelet Transform-Based Satellite Image Resolution Enhancement seminar details 0 1,458 04-06-2012, 05:37 PM
Last Post: seminar details
  ULTRA- FAST ULTRA - HIGH INTENSE LASER seminar paper 0 1,135 16-03-2012, 12:07 PM
Last Post: seminar paper
  Spectral Analysis using the FFT seminar paper 0 242 29-02-2012, 02:25 PM
Last Post: seminar paper
  Ground-based radar interferometer for tracking fast approaching targets seminar addict 0 696 06-02-2012, 03:04 PM
Last Post: seminar addict
  Fast and Cheap Color Image Segmentation for Interactive Robots seminar addict 1 1,461 06-02-2012, 10:47 AM
Last Post: seminar addict
  The Discrete Cosine Transform seminar addict 0 643 02-02-2012, 04:08 PM
Last Post: seminar addict
  A FAST 60 kV RESONANT CHARGING POWER SUPPLY FOR THE LHC INFLECTORS seminar addict 0 618 25-01-2012, 05:08 PM
Last Post: seminar addict
  High-Resolution Three-Dimensional Sensing of Fast Deforming Objects seminar addict 0 637 25-01-2012, 04:56 PM
Last Post: seminar addict

Forum Jump: