Fast Fourier Transforms, Butterfly structure, DIT, DIF
84 views
31 slides
Jul 23, 2024
Slide 1 of 31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
About This Presentation
Fast Fourier Transforms, Butterfly structure, DIT, DIF
Size: 598.14 KB
Language: en
Added: Jul 23, 2024
Slides: 31 pages
Slide Content
FAST FOURIER TRANSFORM (FFT) P.ANBARASAN ASST. PROFESSOR/ EEE DEPT
FFT The FFT is an algorithm that efficiently computes the discrete Fourier transform (DFT) k = 0 to N-1 k = 0 to N-1 Twiddle Factor
FFT Radix-2 FFT Algorithm Basic DFT is of size 2 The N point DFT is decimated into 2 point DFT Decimation in Time (DIT) Algorithm Decimation in Frequency (DIF) Algorithm
Decimation in Time (DIT-FFT) Breaking x(n) in to its even and odd numbered values, Substitute n=2r for n even and n=2r+1 for n odd, we have
Using Symmetry property
4 Point DFT
4 Point DFT Similarly,
Two point DFT
Flow Graph DIT-FFT N=8
Flow Graph DIT-FFT N=8
Basic Butterfly Structure
Given x(n)={0,1,2,3,4,5,6,7}, find X(k) using DIT FFT algorithm.