SlideShare a Scribd company logo
1 of 33
Download to read offline
Pharos University in Alexandria
Faculty of Engineering
Computer Engineering Department
Digital Signal Processing
EC362
Spring 2022-2023
Chapter 2
Discrete Fourier Transform(DFT)
Discrete Fourier Transform(DFT)
𝐗𝐗 𝒌𝒌 = �
𝒏𝒏=𝟎𝟎
𝑵𝑵−𝟏𝟏
𝒙𝒙(𝒏𝒏)𝒆𝒆
−𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋
𝑵𝑵 Where k=0,1,2…….N-1
• Requires N2 complex multiplies and N(N-1) complex additions
n=0,1,2,3
N=4
k=0,1,2,3
2
3
DFT with Twiddle Factor
• The forward DFT, frequency domain output in the range 0≤k≤N-1 is
given by:
𝐗𝐗 𝒌𝒌 = �
𝒏𝒏=𝟎𝟎
𝑵𝑵−𝟏𝟏
𝒙𝒙(𝒏𝒏)𝑾𝑾𝑵𝑵
𝒏𝒏𝒏𝒏
𝑾𝑾𝑵𝑵
𝒏𝒏𝒏𝒏
= 𝒆𝒆
−𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋
𝑵𝑵
Twiddle Factor
DFT in Matrix Form
X(0)
X(1)
X(2)
X(3)
=
𝑊𝑊4
0
𝑊𝑊4
0
𝑊𝑊4
0
𝑊𝑊4
0
𝑊𝑊4
0
𝑊𝑊4
1
𝑊𝑊4
2
𝑊𝑊4
3
𝑊𝑊4
0
𝑊𝑊4
2
𝑊𝑊4
4
𝑊𝑊4
6
𝑊𝑊4
0
𝑊𝑊4
3
𝑊𝑊4
6
𝑊𝑊4
9
𝑥𝑥(0)
𝑥𝑥(1)
𝑥𝑥(2)
𝑥𝑥(3)
X(0)
X(1)
X(2)
X(3)
=
1 1 1 1
1 −j −1 j
1 −1 1 −1
1 j −1 −j
𝑥𝑥(0)
𝑥𝑥(1)
𝑥𝑥(2)
𝑥𝑥(3)
For N=4
Matrix Relations
can be expanded as NXN DFT matrix
















=
−
−
−
−
−
−
=
∑
2
)
1
(
)
1
(
2
)
1
(
)
1
(
2
4
2
)
1
(
2
1
1
0
1
1
1
1
1
1
1
N
N
N
N
N
N
N
N
N
N
N
N
N
N
N
k
nk
N
W
W
W
W
W
W
W
W
W
W









∑
−
=
1
0
N
k
nk
N
W
For 8 point DFT: N=8
W8
0x0 W8
0x1 W8
0x2 W8
0x3 W8
0x4 W8
0x5 W8
0x6 W8
0x7
W8
1x0 W8
1x1 W8
1x2 W8
1x3 W8
1x4 W8
1x5 W8
1x6 W8
1x7
W8
2x0 W8
2x1 W8
2x2 W8
2x3 W8
2x4 W8
2x5 W8
2x6 W8
2x7
W8
3x0 W8
3x1 W8
3x2 W8
3x3 W8
3x4 W8
3x5 W8
3x6 W8
3x7
W8
4x0 W8
4x1 W8
4x2 W8
4x3 W8
4x4 W8
4x5 W8
4x6 W8
4x7
W8
5x0 W8
5x1 W8
5x2 W8
5x3 W8
5x4 W8
5x5 W8
5x6 W8
5x7
W8
6x0 W8
6x1 W8
6x2 W8
6x3 W8
6x4 W8
6x5 W8
6x6 W8
6x7
W8
7x0 W8
7x1 W8
7x2 W8
7x0 W8
7x4 W8
7x5 W8
7x6 W8
7x7
The characteristic matrix of 8-point DFT is:
1
1
1
1
1
1
1
1
1
1 j
−
2
j
−
1 j
+
( )
−
2
1
−
1 j
−
( )
−
2
j
1 j
+
2
1
j
−
1
−
j
1
j
−
1
−
j
1
1 j
+
( )
−
2
j
1 j
−
2
1
−
1 j
+
2
j
−
1 j
−
( )
−
2
1
1
−
1
1
−
1
1
−
1
1
−
1
1 j
−
( )
−
2
j
−
1 j
+
2
1
−
1 j
−
2
j
1 j
+
( )
−
2
1
j
1
−
j
−
1
j
1
−
j
−
1
1 j
+
2
j
1 j
−
( )
−
2
1
−
1 j
+
( )
−
2
j
−
1 j
−
( )
2


































Example1:
Find the DFT for 𝑥𝑥(𝑛𝑛)={1,1,0,1}
Example2:
Find the DFT using matrix form for 𝑥𝑥(𝑛𝑛)={2,3,4,5}
X(k)={14,-2+2j,-2,-2-j2}
Properties of Twiddle Factor
1. Periodicity
2. Symmetry
3. Exponential
Inverse Discrete Fourier Transform(IDFT)
𝒙𝒙 𝒏𝒏 =
𝟏𝟏
𝑵𝑵
�
𝒌𝒌=𝟎𝟎
𝑵𝑵−𝟏𝟏
𝐗𝐗(𝒌𝒌)𝒆𝒆
𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋
𝑵𝑵 Where n=0,1,2…….N-1
IDFT with Twiddle Factor
• While the Inverse DFT, time domain output, again, in the
range 0≤k≤N-1 is denoted by
𝒙𝒙 𝒏𝒏 =
𝟏𝟏
𝑵𝑵
�
𝒌𝒌=𝟎𝟎
𝑵𝑵−𝟏𝟏
𝐗𝐗(𝒌𝒌)𝑾𝑾𝑵𝑵
−𝒏𝒏𝒏𝒏
IDFT matrix form
𝑥𝑥(0)
𝑥𝑥(1)
𝑥𝑥(2)
𝑥𝑥(3)
=
1
𝑁𝑁
𝑊𝑊4
0
𝑊𝑊4
0
𝑊𝑊4
0
𝑊𝑊4
0
𝑊𝑊4
0
𝑊𝑊4
−1
𝑊𝑊4
−2
𝑊𝑊4
−3
𝑊𝑊4
0
𝑊𝑊4
−2
𝑊𝑊4
−4
𝑊𝑊4
−6
𝑊𝑊4
0
𝑊𝑊4
−3
𝑊𝑊4
−6
𝑊𝑊4
−9
X(0)
X(1)
X(2)
X(3)
𝑥𝑥(0)
𝑥𝑥(1)
𝑥𝑥(2)
𝑥𝑥(3)
=
1
4
1 1 1 1
1 j −1 −j
1 −1 1 −1
1 − j −1 j
X(0)
X(1)
X(2)
X(3)
For N=4
DFT and its Inverse
Conversion in system matrices of DFT and IDFT
obtained by replacing by j by –j..
1
1
1
1
1
1
1
1
1
1 j
−
2
j
−
1 j
+
( )
−
2
1
−
1 j
−
( )
−
2
j
1 j
+
2
1
j
−
1
−
j
1
j
−
1
−
j
1
1 j
+
( )
−
2
j
1 j
−
2
1
−
1 j
+
2
j
−
1 j
−
( )
−
2
1
1
−
1
1
−
1
1
−
1
1
−
1
1 j
−
( )
−
2
j
−
1 j
+
2
1
−
1 j
−
2
j
1 j
+
( )
−
2
1
j
1
−
j
−
1
j
1
−
j
−
1
1 j
+
2
j
1 j
−
( )
−
2
1
−
1 j
+
( )
−
2
j
−
1 j
−
( )
2


































1
8
1
1
1
1
1
1
1
1
1
1 j
+
2
j
1 j
−
2
−
1
−
1 j
+
2
−
j
−
1 j
−
2
1
j
1
−
j
−
1
j
1
−
j
−
1
1 j
−
2
−
j
−
1 j
+
2
1
−
1 j
−
2
j
1 j
+
2
−
1
1
−
1
1
−
1
1
−
1
1
−
1
1 j
+
2
−
j
1 j
−
2
1
−
1 j
+
2
j
−
1 j
−
2
−
1
j
−
1
−
j
1
j
−
1
−
j
1
1 j
−
2
j
−
1 j
+
2
−
1
−
1 j
−
2
−
j
1 j
+
2




































































⋅
DFT IDFT
Example3:
Find the IDFT using matrix form for X(𝑘𝑘)={3,1,-1,1}
lec_3.pdf

More Related Content

What's hot

Discrete Fourier Transform
Discrete Fourier TransformDiscrete Fourier Transform
Discrete Fourier TransformAbhishek Choksi
 
Dsp U Lec10 DFT And FFT
Dsp U   Lec10  DFT And  FFTDsp U   Lec10  DFT And  FFT
Dsp U Lec10 DFT And FFTtaha25
 
3F3 – Digital Signal Processing (DSP) - Part1
3F3 – Digital Signal Processing (DSP) - Part13F3 – Digital Signal Processing (DSP) - Part1
3F3 – Digital Signal Processing (DSP) - Part1op205
 
Coherent systems
Coherent systemsCoherent systems
Coherent systemsCKSunith1
 
Signal Processing Introduction using Fourier Transforms
Signal Processing Introduction using Fourier TransformsSignal Processing Introduction using Fourier Transforms
Signal Processing Introduction using Fourier TransformsArvind Devaraj
 
Discrete fourier transform
Discrete fourier transformDiscrete fourier transform
Discrete fourier transformMOHAMMAD AKRAM
 
Fourier series and applications of fourier transform
Fourier series and applications of fourier transformFourier series and applications of fourier transform
Fourier series and applications of fourier transformKrishna Jangid
 
All Digital Phase Lock Loop 03 12 09
All Digital Phase Lock Loop 03 12 09All Digital Phase Lock Loop 03 12 09
All Digital Phase Lock Loop 03 12 09imranbashir
 
Dsp U Lec05 The Z Transform
Dsp U   Lec05 The Z TransformDsp U   Lec05 The Z Transform
Dsp U Lec05 The Z Transformtaha25
 
Z-transform and Its Inverse.ppt
Z-transform and Its Inverse.pptZ-transform and Its Inverse.ppt
Z-transform and Its Inverse.pptNahi20
 
Chapter1 - Signal and System
Chapter1 - Signal and SystemChapter1 - Signal and System
Chapter1 - Signal and SystemAttaporn Ninsuwan
 
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processingDsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processingAmr E. Mohamed
 
fourier representation of signal and systems
fourier representation of signal and systemsfourier representation of signal and systems
fourier representation of signal and systemsSugeng Widodo
 
Design of IIR filters
Design of IIR filtersDesign of IIR filters
Design of IIR filtersop205
 
Fft presentation
Fft presentationFft presentation
Fft presentationilker Şin
 
Laplace transform & fourier series
Laplace transform & fourier seriesLaplace transform & fourier series
Laplace transform & fourier seriesvaibhav tailor
 

What's hot (20)

Discrete Fourier Transform
Discrete Fourier TransformDiscrete Fourier Transform
Discrete Fourier Transform
 
Dsp U Lec10 DFT And FFT
Dsp U   Lec10  DFT And  FFTDsp U   Lec10  DFT And  FFT
Dsp U Lec10 DFT And FFT
 
3F3 – Digital Signal Processing (DSP) - Part1
3F3 – Digital Signal Processing (DSP) - Part13F3 – Digital Signal Processing (DSP) - Part1
3F3 – Digital Signal Processing (DSP) - Part1
 
Coherent systems
Coherent systemsCoherent systems
Coherent systems
 
Digital filter structures
Digital filter structuresDigital filter structures
Digital filter structures
 
digital filters
digital filtersdigital filters
digital filters
 
Signal Processing Introduction using Fourier Transforms
Signal Processing Introduction using Fourier TransformsSignal Processing Introduction using Fourier Transforms
Signal Processing Introduction using Fourier Transforms
 
Discrete fourier transform
Discrete fourier transformDiscrete fourier transform
Discrete fourier transform
 
Fourier series and applications of fourier transform
Fourier series and applications of fourier transformFourier series and applications of fourier transform
Fourier series and applications of fourier transform
 
All Digital Phase Lock Loop 03 12 09
All Digital Phase Lock Loop 03 12 09All Digital Phase Lock Loop 03 12 09
All Digital Phase Lock Loop 03 12 09
 
Dsp U Lec05 The Z Transform
Dsp U   Lec05 The Z TransformDsp U   Lec05 The Z Transform
Dsp U Lec05 The Z Transform
 
Z-transform and Its Inverse.ppt
Z-transform and Its Inverse.pptZ-transform and Its Inverse.ppt
Z-transform and Its Inverse.ppt
 
Chapter1 - Signal and System
Chapter1 - Signal and SystemChapter1 - Signal and System
Chapter1 - Signal and System
 
Fourier transform
Fourier transformFourier transform
Fourier transform
 
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processingDsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
 
fourier representation of signal and systems
fourier representation of signal and systemsfourier representation of signal and systems
fourier representation of signal and systems
 
Design of IIR filters
Design of IIR filtersDesign of IIR filters
Design of IIR filters
 
Design of Filters PPT
Design of Filters PPTDesign of Filters PPT
Design of Filters PPT
 
Fft presentation
Fft presentationFft presentation
Fft presentation
 
Laplace transform & fourier series
Laplace transform & fourier seriesLaplace transform & fourier series
Laplace transform & fourier series
 

Similar to lec_3.pdf

Digital Signal Processing Tutorial:Chapt 3 frequency analysis
Digital Signal Processing Tutorial:Chapt 3 frequency analysisDigital Signal Processing Tutorial:Chapt 3 frequency analysis
Digital Signal Processing Tutorial:Chapt 3 frequency analysisChandrashekhar Padole
 
Lecture4 kenrels functions_rkhs
Lecture4 kenrels functions_rkhsLecture4 kenrels functions_rkhs
Lecture4 kenrels functions_rkhsStéphane Canu
 
DSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier TransformDSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier TransformAmr E. Mohamed
 
4 matched filters and ambiguity functions for radar signals-2
4 matched filters and ambiguity functions for radar signals-24 matched filters and ambiguity functions for radar signals-2
4 matched filters and ambiguity functions for radar signals-2Solo Hermelin
 
Stereographic Circular Normal Moment Distribution
Stereographic Circular Normal Moment DistributionStereographic Circular Normal Moment Distribution
Stereographic Circular Normal Moment Distributionmathsjournal
 
Solutions_Chapter3.pdf
Solutions_Chapter3.pdfSolutions_Chapter3.pdf
Solutions_Chapter3.pdfTessydee
 
Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Alexander Litvinenko
 
MLP輪読スパース8章 トレースノルム正則化
MLP輪読スパース8章 トレースノルム正則化MLP輪読スパース8章 トレースノルム正則化
MLP輪読スパース8章 トレースノルム正則化Akira Tanimoto
 
E041046051
E041046051E041046051
E041046051inventy
 
Applied Mathematics Multiple Integration by Mrs. Geetanjali P.Kale.pdf
Applied Mathematics Multiple Integration by Mrs. Geetanjali P.Kale.pdfApplied Mathematics Multiple Integration by Mrs. Geetanjali P.Kale.pdf
Applied Mathematics Multiple Integration by Mrs. Geetanjali P.Kale.pdfGeetanjaliRao6
 

Similar to lec_3.pdf (20)

Decimation in Time
Decimation in TimeDecimation in Time
Decimation in Time
 
Dsp lecture vol 2 dft & fft
Dsp lecture vol 2 dft & fftDsp lecture vol 2 dft & fft
Dsp lecture vol 2 dft & fft
 
Digital Signal Processing Tutorial:Chapt 3 frequency analysis
Digital Signal Processing Tutorial:Chapt 3 frequency analysisDigital Signal Processing Tutorial:Chapt 3 frequency analysis
Digital Signal Processing Tutorial:Chapt 3 frequency analysis
 
Radix-2 DIT FFT
Radix-2 DIT FFT Radix-2 DIT FFT
Radix-2 DIT FFT
 
Dft
DftDft
Dft
 
Sub1567
Sub1567Sub1567
Sub1567
 
Lecture4 kenrels functions_rkhs
Lecture4 kenrels functions_rkhsLecture4 kenrels functions_rkhs
Lecture4 kenrels functions_rkhs
 
DSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier TransformDSP_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_FOEHU - Lec 08 - The Discrete Fourier Transform
 
DSP 2
DSP 2DSP 2
DSP 2
 
Ch13
Ch13Ch13
Ch13
 
4 matched filters and ambiguity functions for radar signals-2
4 matched filters and ambiguity functions for radar signals-24 matched filters and ambiguity functions for radar signals-2
4 matched filters and ambiguity functions for radar signals-2
 
Properties of dft
Properties of dftProperties of dft
Properties of dft
 
Stereographic Circular Normal Moment Distribution
Stereographic Circular Normal Moment DistributionStereographic Circular Normal Moment Distribution
Stereographic Circular Normal Moment Distribution
 
Solutions_Chapter3.pdf
Solutions_Chapter3.pdfSolutions_Chapter3.pdf
Solutions_Chapter3.pdf
 
Ph ddefence
Ph ddefencePh ddefence
Ph ddefence
 
Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...
 
legendre.pptx
legendre.pptxlegendre.pptx
legendre.pptx
 
MLP輪読スパース8章 トレースノルム正則化
MLP輪読スパース8章 トレースノルム正則化MLP輪読スパース8章 トレースノルム正則化
MLP輪読スパース8章 トレースノルム正則化
 
E041046051
E041046051E041046051
E041046051
 
Applied Mathematics Multiple Integration by Mrs. Geetanjali P.Kale.pdf
Applied Mathematics Multiple Integration by Mrs. Geetanjali P.Kale.pdfApplied Mathematics Multiple Integration by Mrs. Geetanjali P.Kale.pdf
Applied Mathematics Multiple Integration by Mrs. Geetanjali P.Kale.pdf
 

Recently uploaded

《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...ur8mqw8e
 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service LucknowAlambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service Lucknowmakika9823
 
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...Call Girls in Nagpur High Profile
 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gapedkojalkojal131
 
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...anilsa9823
 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...Pooja Nehwal
 
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一ga6c6bdl
 
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...ranjana rawat
 
Thane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsThane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsPooja Nehwal
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...Pooja Nehwal
 
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样qaffana
 
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...Pooja Nehwal
 
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...nagunakhan
 
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...Pooja Nehwal
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一ga6c6bdl
 
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls KolkataCall Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...Suhani Kapoor
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
《伯明翰城市大学毕业证成绩单购买》学历证书学位证书区别《复刻原版1:1伯明翰城市大学毕业证书|修改BCU成绩单PDF版》Q微信741003700《BCU学...
 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
 
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service LucknowAlambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
 
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
 
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
 
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
如何办理(UCLA毕业证书)加州大学洛杉矶分校毕业证成绩单留信学历认证原版一比一
 
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
(SANA) Call Girls Landewadi ( 7001035870 ) HI-Fi Pune Escorts Service
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
 
Thane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsThane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call Girls
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
 
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
 
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
 
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
 
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
 
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls KolkataCall Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
 

lec_3.pdf

  • 1. Pharos University in Alexandria Faculty of Engineering Computer Engineering Department Digital Signal Processing EC362 Spring 2022-2023
  • 2. Chapter 2 Discrete Fourier Transform(DFT)
  • 3. Discrete Fourier Transform(DFT) 𝐗𝐗 𝒌𝒌 = � 𝒏𝒏=𝟎𝟎 𝑵𝑵−𝟏𝟏 𝒙𝒙(𝒏𝒏)𝒆𝒆 −𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋 𝑵𝑵 Where k=0,1,2…….N-1 • Requires N2 complex multiplies and N(N-1) complex additions
  • 5. 2 3
  • 6.
  • 7.
  • 8. DFT with Twiddle Factor • The forward DFT, frequency domain output in the range 0≤k≤N-1 is given by: 𝐗𝐗 𝒌𝒌 = � 𝒏𝒏=𝟎𝟎 𝑵𝑵−𝟏𝟏 𝒙𝒙(𝒏𝒏)𝑾𝑾𝑵𝑵 𝒏𝒏𝒏𝒏 𝑾𝑾𝑵𝑵 𝒏𝒏𝒏𝒏 = 𝒆𝒆 −𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋 𝑵𝑵 Twiddle Factor
  • 9.
  • 10.
  • 11.
  • 12. DFT in Matrix Form X(0) X(1) X(2) X(3) = 𝑊𝑊4 0 𝑊𝑊4 0 𝑊𝑊4 0 𝑊𝑊4 0 𝑊𝑊4 0 𝑊𝑊4 1 𝑊𝑊4 2 𝑊𝑊4 3 𝑊𝑊4 0 𝑊𝑊4 2 𝑊𝑊4 4 𝑊𝑊4 6 𝑊𝑊4 0 𝑊𝑊4 3 𝑊𝑊4 6 𝑊𝑊4 9 𝑥𝑥(0) 𝑥𝑥(1) 𝑥𝑥(2) 𝑥𝑥(3) X(0) X(1) X(2) X(3) = 1 1 1 1 1 −j −1 j 1 −1 1 −1 1 j −1 −j 𝑥𝑥(0) 𝑥𝑥(1) 𝑥𝑥(2) 𝑥𝑥(3) For N=4
  • 13. Matrix Relations can be expanded as NXN DFT matrix                 = − − − − − − = ∑ 2 ) 1 ( ) 1 ( 2 ) 1 ( ) 1 ( 2 4 2 ) 1 ( 2 1 1 0 1 1 1 1 1 1 1 N N N N N N N N N N N N N N N k nk N W W W W W W W W W W          ∑ − = 1 0 N k nk N W
  • 14. For 8 point DFT: N=8 W8 0x0 W8 0x1 W8 0x2 W8 0x3 W8 0x4 W8 0x5 W8 0x6 W8 0x7 W8 1x0 W8 1x1 W8 1x2 W8 1x3 W8 1x4 W8 1x5 W8 1x6 W8 1x7 W8 2x0 W8 2x1 W8 2x2 W8 2x3 W8 2x4 W8 2x5 W8 2x6 W8 2x7 W8 3x0 W8 3x1 W8 3x2 W8 3x3 W8 3x4 W8 3x5 W8 3x6 W8 3x7 W8 4x0 W8 4x1 W8 4x2 W8 4x3 W8 4x4 W8 4x5 W8 4x6 W8 4x7 W8 5x0 W8 5x1 W8 5x2 W8 5x3 W8 5x4 W8 5x5 W8 5x6 W8 5x7 W8 6x0 W8 6x1 W8 6x2 W8 6x3 W8 6x4 W8 6x5 W8 6x6 W8 6x7 W8 7x0 W8 7x1 W8 7x2 W8 7x0 W8 7x4 W8 7x5 W8 7x6 W8 7x7
  • 15. The characteristic matrix of 8-point DFT is: 1 1 1 1 1 1 1 1 1 1 j − 2 j − 1 j + ( ) − 2 1 − 1 j − ( ) − 2 j 1 j + 2 1 j − 1 − j 1 j − 1 − j 1 1 j + ( ) − 2 j 1 j − 2 1 − 1 j + 2 j − 1 j − ( ) − 2 1 1 − 1 1 − 1 1 − 1 1 − 1 1 j − ( ) − 2 j − 1 j + 2 1 − 1 j − 2 j 1 j + ( ) − 2 1 j 1 − j − 1 j 1 − j − 1 1 j + 2 j 1 j − ( ) − 2 1 − 1 j + ( ) − 2 j − 1 j − ( ) 2                                  
  • 16. Example1: Find the DFT for 𝑥𝑥(𝑛𝑛)={1,1,0,1}
  • 17. Example2: Find the DFT using matrix form for 𝑥𝑥(𝑛𝑛)={2,3,4,5}
  • 19. Properties of Twiddle Factor 1. Periodicity 2. Symmetry 3. Exponential
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28. Inverse Discrete Fourier Transform(IDFT) 𝒙𝒙 𝒏𝒏 = 𝟏𝟏 𝑵𝑵 � 𝒌𝒌=𝟎𝟎 𝑵𝑵−𝟏𝟏 𝐗𝐗(𝒌𝒌)𝒆𝒆 𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋𝒋 𝑵𝑵 Where n=0,1,2…….N-1
  • 29. IDFT with Twiddle Factor • While the Inverse DFT, time domain output, again, in the range 0≤k≤N-1 is denoted by 𝒙𝒙 𝒏𝒏 = 𝟏𝟏 𝑵𝑵 � 𝒌𝒌=𝟎𝟎 𝑵𝑵−𝟏𝟏 𝐗𝐗(𝒌𝒌)𝑾𝑾𝑵𝑵 −𝒏𝒏𝒏𝒏
  • 31. DFT and its Inverse Conversion in system matrices of DFT and IDFT obtained by replacing by j by –j.. 1 1 1 1 1 1 1 1 1 1 j − 2 j − 1 j + ( ) − 2 1 − 1 j − ( ) − 2 j 1 j + 2 1 j − 1 − j 1 j − 1 − j 1 1 j + ( ) − 2 j 1 j − 2 1 − 1 j + 2 j − 1 j − ( ) − 2 1 1 − 1 1 − 1 1 − 1 1 − 1 1 j − ( ) − 2 j − 1 j + 2 1 − 1 j − 2 j 1 j + ( ) − 2 1 j 1 − j − 1 j 1 − j − 1 1 j + 2 j 1 j − ( ) − 2 1 − 1 j + ( ) − 2 j − 1 j − ( ) 2                                   1 8 1 1 1 1 1 1 1 1 1 1 j + 2 j 1 j − 2 − 1 − 1 j + 2 − j − 1 j − 2 1 j 1 − j − 1 j 1 − j − 1 1 j − 2 − j − 1 j + 2 1 − 1 j − 2 j 1 j + 2 − 1 1 − 1 1 − 1 1 − 1 1 − 1 1 j + 2 − j 1 j − 2 1 − 1 j + 2 j − 1 j − 2 − 1 j − 1 − j 1 j − 1 − j 1 1 j − 2 j − 1 j + 2 − 1 − 1 j − 2 − j 1 j + 2                                                                     ⋅ DFT IDFT
  • 32. Example3: Find the IDFT using matrix form for X(𝑘𝑘)={3,1,-1,1}