SlideShare a Scribd company logo
4
Most read
5
Most read
Fast Fourier Transform
Created by :
Farhan Wahyu Pratama 15/379992/TK/43257
Farras Muhammad Fikry 15/379993/TK/43258
Muhammad Rifaldi Aldino Fahreza 15/379998/TK/43263
Tito Setyadi Wiguna 15/380003/TK/43268
MENU
FFT
WHAT IS IT? TYPES SPECTRUM CHARACTERISTIC
WHAT IS IT...
• FFT is 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.
• FFT is an efficient algorithm for calculating the Discrete Fourier Transform. It
calculates the exact same result (with possible minor differences due to rounding
of intermediate results)
• FFTs and the Power Spectrum are useful for measuring the frequency content of
stationary or transient signals. FFTsproduce the average frequency content of a
signal over the entire time that the signal was acquired. For this reason, you
should use FFTs for stationary signal analysis or in cases where you need only the
average energy at each frequency line.
Before we know about FFT we have to know about DFT.
DFT
The DFT (Discrete Fourier Transform) 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 to
compute 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
Source : University of Rhode Island Department of Electrical
and Computer Engineering
ELE 436: Communication Systems - FFT Tutorial
MENU
TYPES
• The form of FFT we have described is called “decimation in time”; there is a form called
“decimation in frequency” (but it has no advantages).
• The "radix 2" FFT must have length N a power of 2. Slightly more efficient is the "radix 4" FFT, in
which 2-input 2-output butterflies are replaced by 4-input 4-output units. The transform length
must then be a power of 4 (more restrictive).
• A completely different type of algorithm, the Winograd Fourier Transform Algorithm (WFTA), can
be used for FFT lengths equal to the product of a number of mutually prime factors (e.g. 9*7*5 =
315 or 5*16 = 80). The WFTA uses fewer multipliers, but more adders, than a similar-length FFT.
• Efficient algorithms exist for FFTing real (not complex) data at about 60% the effort of the same-
sized complex-data FFT.
Source : Fast Fourier Transform (FFT) by Elena Punskaya
MENU
SPECTRUM
The FFT does not directly give you the spectrum of a signal. The FFT can
vary dramatically depending on the number of points (N) of the FFT, and the
number of periods of the signal that are represented. There is another problem as
well. The FFT contains information between 0 and fs, however, we know that the
sampling frequency must be at least twice the highest frequency component.
Therefore, the signal's spectrum shouldbe entirly below
fs
2
, the Nyquist frequency.
Recall also that a real signal should have a transform magnitude that is
symmetrical for positive and negative frequencies. So instead of having a spectrum
that goes from 0 to fs, it would be more appropriate to show the spectrum from
−fs
2
to
fs
2
. This can be accomplished by using Matlab's fftshift.
Matlab's fftshift function as the following code demonstrates.
n = [0:149];
x1 = cos(2*pi*n/10);
N = 2048;
X = abs(fft(x1,N));
X = fftshift(X);
F = [-N/2:N/2-1]/N;
plot(F,X),
xlabel('frequency / f_s')
Source : University of Rhode Island Department of Electrical
and Computer Engineering
ELE 436: Communication Systems - FFT Tutorial
Approximate Spectrum of a Sinusoid with the FF
The Effect of Data Length can effect the resolution
Source : Fast Fourier Transform (FFT) by Elena Punskaya
MENU
CHARACTERISTIC
Advantage of FFT spectrum analyzer technology
• Fast capture of waveform: In view of the fact that the waveform is analysed digitally, the
waveform can be captured in a relatively short time, and then the subsequently analysed. This
short capture time can have many advantages - it can allow for the capture of transients or short
lived waveforms.
• Able to capture non-repetitive events: The short capture time means that the FFT analyzer can
capture non-repetitive waveforms, giving them a capability not possible with other spectrum
analyzers.
• Able to analyse signal phase: As part of the signal capture process, data is gained which can be
processed to reveal the phase of signals.
• Waveforms can be stored : Using FFT technology, it is possible to capture the waveform and
analyse it later should this be required.
MENU
Disadvantages of the FFT spectrum analyzer technology
• Frequency limitations: The main limit of the frequency and bandwidth of FFT
spectrum analyzers is the analogue to digital converter, ADC that is used to
convert the analogue signal into a digital format. While technology is improving
this component still places a major limitation on the upper frequency limits or
the bandwidth if a down-conversion stage is used.
• Cost: The high level of performance required by the ADC means that this item is
a very high cost item. In addition to all the other processing and display circuitry
required, this results in the costs rising for these items.
ENDSource: http://www.radio-electronics.com
TERIMA KASIH

More Related Content

PPTX
Fast Fourier Transform Analysis
dhikadixiana
 
PPT
Digital Filters Part 1
Premier Farnell
 
PDF
Fast Fourier Transform
op205
 
PPT
Fft ppt
Puneet Gupta
 
PPTX
Dft,fft,windowing
Abhishek Verma
 
PPT
Delta Modulation
Nahian Ahmed
 
PPTX
Ft and FFT
Abdullah Abderahman
 
PPTX
Butterworth filter design
Sushant Shankar
 
Fast Fourier Transform Analysis
dhikadixiana
 
Digital Filters Part 1
Premier Farnell
 
Fast Fourier Transform
op205
 
Fft ppt
Puneet Gupta
 
Dft,fft,windowing
Abhishek Verma
 
Delta Modulation
Nahian Ahmed
 
Butterworth filter design
Sushant Shankar
 

What's hot (20)

PPTX
discrete wavelet transform
piyush_11
 
PDF
The Fast Fourier Transform (FFT)
Oka Danil
 
PPTX
Fast fourier transform
chitra raju
 
PPTX
Design of FIR Filters
Aranya Sarkar
 
PPTX
Design of Filters PPT
Imtiyaz Rashed
 
PDF
Digital communication systems
Nisreen Bashar
 
PDF
Digital communications
Allanki Rao
 
PDF
Digital Signal Processing[ECEG-3171]-Ch1_L03
Rediet Moges
 
PDF
Orthogonal Frequency Division Multiplexing (OFDM)
Ahmad Gomaa
 
PPTX
Radix-2 DIT FFT
Sarang Joshi
 
PPTX
Butterworth filter
MOHAMMAD AKRAM
 
PPTX
Signal Filtering
Imane Haf
 
PDF
Dsb lc,sc
nahrain university
 
PDF
Decimation in Time
SURAJ KUMAR SAINI
 
PPT
Digital Filters Part 2
Premier Farnell
 
PPTX
Fir filter design using windows
Sarang Joshi
 
PDF
Decimation and Interpolation
Fernando Ojeda
 
PDF
Multiplexing, Frequency Division Multiplexing (FDM), Time Division Multiplexi...
Waqas Afzal
 
discrete wavelet transform
piyush_11
 
The Fast Fourier Transform (FFT)
Oka Danil
 
Fast fourier transform
chitra raju
 
Design of FIR Filters
Aranya Sarkar
 
Design of Filters PPT
Imtiyaz Rashed
 
Digital communication systems
Nisreen Bashar
 
Digital communications
Allanki Rao
 
Digital Signal Processing[ECEG-3171]-Ch1_L03
Rediet Moges
 
Orthogonal Frequency Division Multiplexing (OFDM)
Ahmad Gomaa
 
Radix-2 DIT FFT
Sarang Joshi
 
Butterworth filter
MOHAMMAD AKRAM
 
Signal Filtering
Imane Haf
 
Decimation in Time
SURAJ KUMAR SAINI
 
Digital Filters Part 2
Premier Farnell
 
Fir filter design using windows
Sarang Joshi
 
Decimation and Interpolation
Fernando Ojeda
 
Multiplexing, Frequency Division Multiplexing (FDM), Time Division Multiplexi...
Waqas Afzal
 
Ad

Similar to Fft analysis (20)

PPTX
FFT Analysis
Thevin Raditya
 
PPTX
Fft analysis
Satrious
 
PDF
3 f3 3_fast_ fourier_transform
Wiw Miu
 
PDF
Iaetsd computational performances of ofdm using
Iaetsd Iaetsd
 
PDF
Performance Comparison of FFT, DHT and DCT Based OFDM Systems with BPSK as A ...
paperpublications3
 
PDF
Res701 research methodology fft1
VIT University (Chennai Campus)
 
PDF
Mathematical description of ofdm
Julia Urbina-Pineda
 
PPTX
Fft
John Williams
 
PDF
Implementation of adaptive stft algorithm for lfm signals
eSAT Journals
 
PDF
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
Mehran University Of Engineering and Technology, Pakistan
 
PDF
Design of Scalable FFT architecture for Advanced Wireless Communication Stand...
IOSRJECE
 
PDF
What Is Fourier Transform
Patricia Viljoen
 
PPTX
Digital signal processing
Vedavyas PBurli
 
PPTX
dspsscomp appication requirement slides.pptx
bvkarthik27111
 
PDF
An Adaptive Approach to Switching Coded Modulation in OFDM System Under AWGN ...
ijsrd.com
 
PDF
Design Radix-4 64-Point Pipeline FFT/IFFT Processor for Wireless Application
International Journal of Engineering Inventions www.ijeijournal.com
 
PDF
A Hybrid PAPR Reduction Scheme for OFDM System
ijmnct
 
PDF
Bm33388392
IJERA Editor
 
PDF
Bm33388392
IJERA Editor
 
PDF
dsp-1.pdf
TB107thippeswamyM
 
FFT Analysis
Thevin Raditya
 
Fft analysis
Satrious
 
3 f3 3_fast_ fourier_transform
Wiw Miu
 
Iaetsd computational performances of ofdm using
Iaetsd Iaetsd
 
Performance Comparison of FFT, DHT and DCT Based OFDM Systems with BPSK as A ...
paperpublications3
 
Res701 research methodology fft1
VIT University (Chennai Campus)
 
Mathematical description of ofdm
Julia Urbina-Pineda
 
Implementation of adaptive stft algorithm for lfm signals
eSAT Journals
 
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
Mehran University Of Engineering and Technology, Pakistan
 
Design of Scalable FFT architecture for Advanced Wireless Communication Stand...
IOSRJECE
 
What Is Fourier Transform
Patricia Viljoen
 
Digital signal processing
Vedavyas PBurli
 
dspsscomp appication requirement slides.pptx
bvkarthik27111
 
An Adaptive Approach to Switching Coded Modulation in OFDM System Under AWGN ...
ijsrd.com
 
Design Radix-4 64-Point Pipeline FFT/IFFT Processor for Wireless Application
International Journal of Engineering Inventions www.ijeijournal.com
 
A Hybrid PAPR Reduction Scheme for OFDM System
ijmnct
 
Bm33388392
IJERA Editor
 
Bm33388392
IJERA Editor
 
Ad

Recently uploaded (20)

PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PPTX
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
PPTX
Tunnel Ventilation System in Kanpur Metro
220105053
 
PDF
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
PDF
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
PDF
Machine Learning All topics Covers In This Single Slides
AmritTiwari19
 
PPTX
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
PPTX
IoT_Smart_Agriculture_Presentations.pptx
poojakumari696707
 
PDF
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
PDF
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
PPTX
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
PPT
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
PPTX
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
PDF
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PDF
Unit I Part II.pdf : Security Fundamentals
Dr. Madhuri Jawale
 
PDF
Advanced LangChain & RAG: Building a Financial AI Assistant with Real-Time Data
Soufiane Sejjari
 
DOCX
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
STUDY OF NOVEL CHANNEL MATERIALS USING III-V COMPOUNDS WITH VARIOUS GATE DIEL...
ijoejnl
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
Tunnel Ventilation System in Kanpur Metro
220105053
 
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
Machine Learning All topics Covers In This Single Slides
AmritTiwari19
 
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
IoT_Smart_Agriculture_Presentations.pptx
poojakumari696707
 
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
Unit I Part II.pdf : Security Fundamentals
Dr. Madhuri Jawale
 
Advanced LangChain & RAG: Building a Financial AI Assistant with Real-Time Data
Soufiane Sejjari
 
SAR - EEEfdfdsdasdsdasdasdasdasdasdasdasda.docx
Kanimozhi676285
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
STUDY OF NOVEL CHANNEL MATERIALS USING III-V COMPOUNDS WITH VARIOUS GATE DIEL...
ijoejnl
 

Fft analysis

  • 2. Created by : Farhan Wahyu Pratama 15/379992/TK/43257 Farras Muhammad Fikry 15/379993/TK/43258 Muhammad Rifaldi Aldino Fahreza 15/379998/TK/43263 Tito Setyadi Wiguna 15/380003/TK/43268
  • 3. MENU FFT WHAT IS IT? TYPES SPECTRUM CHARACTERISTIC
  • 4. WHAT IS IT... • FFT is 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. • FFT is an efficient algorithm for calculating the Discrete Fourier Transform. It calculates the exact same result (with possible minor differences due to rounding of intermediate results) • FFTs and the Power Spectrum are useful for measuring the frequency content of stationary or transient signals. FFTsproduce the average frequency content of a signal over the entire time that the signal was acquired. For this reason, you should use FFTs for stationary signal analysis or in cases where you need only the average energy at each frequency line. Before we know about FFT we have to know about DFT.
  • 5. DFT The DFT (Discrete Fourier Transform) 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 to compute 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 Source : University of Rhode Island Department of Electrical and Computer Engineering ELE 436: Communication Systems - FFT Tutorial MENU
  • 6. TYPES • The form of FFT we have described is called “decimation in time”; there is a form called “decimation in frequency” (but it has no advantages). • The "radix 2" FFT must have length N a power of 2. Slightly more efficient is the "radix 4" FFT, in which 2-input 2-output butterflies are replaced by 4-input 4-output units. The transform length must then be a power of 4 (more restrictive). • A completely different type of algorithm, the Winograd Fourier Transform Algorithm (WFTA), can be used for FFT lengths equal to the product of a number of mutually prime factors (e.g. 9*7*5 = 315 or 5*16 = 80). The WFTA uses fewer multipliers, but more adders, than a similar-length FFT. • Efficient algorithms exist for FFTing real (not complex) data at about 60% the effort of the same- sized complex-data FFT. Source : Fast Fourier Transform (FFT) by Elena Punskaya MENU
  • 7. SPECTRUM The FFT does not directly give you the spectrum of a signal. The FFT can vary dramatically depending on the number of points (N) of the FFT, and the number of periods of the signal that are represented. There is another problem as well. The FFT contains information between 0 and fs, however, we know that the sampling frequency must be at least twice the highest frequency component. Therefore, the signal's spectrum shouldbe entirly below fs 2 , the Nyquist frequency. Recall also that a real signal should have a transform magnitude that is symmetrical for positive and negative frequencies. So instead of having a spectrum that goes from 0 to fs, it would be more appropriate to show the spectrum from −fs 2 to fs 2 . This can be accomplished by using Matlab's fftshift.
  • 8. Matlab's fftshift function as the following code demonstrates. n = [0:149]; x1 = cos(2*pi*n/10); N = 2048; X = abs(fft(x1,N)); X = fftshift(X); F = [-N/2:N/2-1]/N; plot(F,X), xlabel('frequency / f_s') Source : University of Rhode Island Department of Electrical and Computer Engineering ELE 436: Communication Systems - FFT Tutorial Approximate Spectrum of a Sinusoid with the FF
  • 9. The Effect of Data Length can effect the resolution Source : Fast Fourier Transform (FFT) by Elena Punskaya MENU
  • 10. CHARACTERISTIC Advantage of FFT spectrum analyzer technology • Fast capture of waveform: In view of the fact that the waveform is analysed digitally, the waveform can be captured in a relatively short time, and then the subsequently analysed. This short capture time can have many advantages - it can allow for the capture of transients or short lived waveforms. • Able to capture non-repetitive events: The short capture time means that the FFT analyzer can capture non-repetitive waveforms, giving them a capability not possible with other spectrum analyzers. • Able to analyse signal phase: As part of the signal capture process, data is gained which can be processed to reveal the phase of signals. • Waveforms can be stored : Using FFT technology, it is possible to capture the waveform and analyse it later should this be required.
  • 11. MENU Disadvantages of the FFT spectrum analyzer technology • Frequency limitations: The main limit of the frequency and bandwidth of FFT spectrum analyzers is the analogue to digital converter, ADC that is used to convert the analogue signal into a digital format. While technology is improving this component still places a major limitation on the upper frequency limits or the bandwidth if a down-conversion stage is used. • Cost: The high level of performance required by the ADC means that this item is a very high cost item. In addition to all the other processing and display circuitry required, this results in the costs rising for these items. ENDSource: http://www.radio-electronics.com