SlideShare a Scribd company logo
Maharashtra Institute of Technology, Aurangabad
Electrical Engineering
FAST FORIER TRANSFORM (FFT)
Presented by:
Sumedh A. Bhagat [EE1180]
Fast Fourier Transform FFT
 A fast Fourier transform (FFT) is an efficient
algorithm to compute the discrete Fourier
transform (DFT) and inverse of DFT.
 There are many FFT algorithms which
involves a wide range of mathematics,. A
Discrete Fourier transform decomposes a
sequence of values into components of
different frequencies.
 This operation is very useful in many
fields but computing it directly from
the definition is often too slow to be
practical .
Cont ..
• FFT are special algorithms for speedier implementation of DFT.
• FFT requires a smaller number of arithmetic operations such
as multiplications and additions than DFT.
• FFT also requires lesser computational time than DFT .
Fast Fourier Transform Algorithms
•
•
Direct computation of the DFT is less efficient because it does
not exploit the properties of symmetry and periodicity of the
phase factor WN = e–j2π/N.
These properties are:
- Symmetry property.
- Periodicity property.
• As we already know that all computationally efficient algorithms
for DFT are collectively known as FFT Algorithms and these
algorithms exploit the above two properties of phase factor, WN.
Alternate DIT FFT structures
•
DIT structure with input natural, output bit-reversed
(OSB 9.14):
Alternate DIT FFT structures
• DIT structure with input bit-reversed, output natural
•
•
Example Find the DFT of the following discrete-time
sequence .
s(n) = {1, -1, -1, -1, 1, 1, 1, -1}
using
Radix-2 decimation-in-frequency FFT algorithm.
• Solution. The Twiddle factor or phase rotation factor
WN= involved in the FFT calculation are found out as
follows for N= 8.
Example Part1
Example Part1
Digital signal processing (DSP PPT).pptx

More Related Content

PDF
Design of FFT Processor
PPTX
Fast Fourier Transform Analysis
PPTX
FFTs_Introduction_and_Applicationes.pptx
PPT
Introduction_to_fast_fourier_transform ppt
PPT
Digital signal processor part 3
PDF
Fourier transforms & fft algorithm (paul heckbert, 1998) by tantanoid
PDF
Res701 research methodology fft1
PPTX
Unit 2.pptx ki gjhybhhjbnugitgyyhhj yf. Y u
Design of FFT Processor
Fast Fourier Transform Analysis
FFTs_Introduction_and_Applicationes.pptx
Introduction_to_fast_fourier_transform ppt
Digital signal processor part 3
Fourier transforms & fft algorithm (paul heckbert, 1998) by tantanoid
Res701 research methodology fft1
Unit 2.pptx ki gjhybhhjbnugitgyyhhj yf. Y u

Similar to Digital signal processing (DSP PPT).pptx (20)

PPTX
Revised_FFT_Introduction_and_Applications.pptx
PDF
3 f3 3_fast_ fourier_transform
PPTX
DFT_and_FFT_Presentation.pptx .com dft and fft power point presentation
PPTX
Fft analysis
PPTX
FFT Analysis
PPT
PPTX
Fast fourier transform
PPT
Fast Fourier Transform (FFT) Algorithms in DSP
PPTX
fft using labview
PDF
DSP_FOEHU - Lec 09 - Fast Fourier Transform
PPTX
Fourier transform
PPTX
Bioelectric signals and processing .pptx
PDF
fouriertransform.pdf
PPTX
EC8352- Signals and Systems - Unit 2 - Fourier transform
PDF
Text file encryption using fft technique in lab view 8.6
PDF
Text file encryption using fft technique in lab view 8.6
PPTX
PPT
Ch15 transforms
PPT
Chapter 5 Image Processing: Fourier Transformation
PPTX
Properties of dft
Revised_FFT_Introduction_and_Applications.pptx
3 f3 3_fast_ fourier_transform
DFT_and_FFT_Presentation.pptx .com dft and fft power point presentation
Fft analysis
FFT Analysis
Fast fourier transform
Fast Fourier Transform (FFT) Algorithms in DSP
fft using labview
DSP_FOEHU - Lec 09 - Fast Fourier Transform
Fourier transform
Bioelectric signals and processing .pptx
fouriertransform.pdf
EC8352- Signals and Systems - Unit 2 - Fourier transform
Text file encryption using fft technique in lab view 8.6
Text file encryption using fft technique in lab view 8.6
Ch15 transforms
Chapter 5 Image Processing: Fourier Transformation
Properties of dft
Ad

Recently uploaded (20)

PPT
introduction to datamining and warehousing
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
PDF
PPT on Performance Review to get promotions
PPTX
Artificial Intelligence
PPTX
Fundamentals of Mechanical Engineering.pptx
PPT
A5_DistSysCh1.ppt_INTRODUCTION TO DISTRIBUTED SYSTEMS
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PDF
737-MAX_SRG.pdf student reference guides
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PPTX
Current and future trends in Computer Vision.pptx
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PDF
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
PPTX
Nature of X-rays, X- Ray Equipment, Fluoroscopy
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PPTX
communication and presentation skills 01
introduction to datamining and warehousing
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
PPT on Performance Review to get promotions
Artificial Intelligence
Fundamentals of Mechanical Engineering.pptx
A5_DistSysCh1.ppt_INTRODUCTION TO DISTRIBUTED SYSTEMS
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
737-MAX_SRG.pdf student reference guides
Fundamentals of safety and accident prevention -final (1).pptx
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
Current and future trends in Computer Vision.pptx
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
Nature of X-rays, X- Ray Equipment, Fluoroscopy
III.4.1.2_The_Space_Environment.p pdffdf
communication and presentation skills 01
Ad

Digital signal processing (DSP PPT).pptx

  • 1. Maharashtra Institute of Technology, Aurangabad Electrical Engineering FAST FORIER TRANSFORM (FFT) Presented by: Sumedh A. Bhagat [EE1180]
  • 2. Fast Fourier Transform FFT  A fast Fourier transform (FFT) is an efficient algorithm to compute the discrete Fourier transform (DFT) and inverse of DFT.  There are many FFT algorithms which involves a wide range of mathematics,. A Discrete Fourier transform decomposes a sequence of values into components of different frequencies.  This operation is very useful in many fields but computing it directly from the definition is often too slow to be practical .
  • 3. Cont .. • FFT are special algorithms for speedier implementation of DFT. • FFT requires a smaller number of arithmetic operations such as multiplications and additions than DFT. • FFT also requires lesser computational time than DFT .
  • 4. Fast Fourier Transform Algorithms • • Direct computation of the DFT is less efficient because it does not exploit the properties of symmetry and periodicity of the phase factor WN = e–j2π/N. These properties are: - Symmetry property. - Periodicity property. • As we already know that all computationally efficient algorithms for DFT are collectively known as FFT Algorithms and these algorithms exploit the above two properties of phase factor, WN.
  • 5. Alternate DIT FFT structures • DIT structure with input natural, output bit-reversed (OSB 9.14):
  • 6. Alternate DIT FFT structures • DIT structure with input bit-reversed, output natural
  • 7. • • Example Find the DFT of the following discrete-time sequence . s(n) = {1, -1, -1, -1, 1, 1, 1, -1} using Radix-2 decimation-in-frequency FFT algorithm. • Solution. The Twiddle factor or phase rotation factor WN= involved in the FFT calculation are found out as follows for N= 8.