Handout - 6 The Discrete Fourier Transform
Handout - 6 The Discrete Fourier Transform
y[0] =𝑥 0−1 4 =𝑥 −1 + 4 4 = 𝑥 3 4 = 𝑥 3 =4
y[1] =𝑥 1−1 4 =𝑥 0 4 = 𝑥 0 =1
y[2] =𝑥 2−1 4 =𝑥 1 4 = 𝑥 1 =2
y[3] =𝑥 3−1 4 =𝑥 2 4 = 𝑥 2 =3
Properties of the DFT
Illustration of circular shift:
𝒏=𝟎 𝒏=𝟎
7 1 7 1
6 2 6 2
5 3 5 3
4 4
Properties of the DFT
Example of circular shift:
𝑛=0 𝑛=0
7 1 1 7
6 2 2 6
5 3 3 5
4 4
Properties of the DFT
1. Linearity:
𝐷𝐹𝑇
𝑎1 𝑥1 [𝑛] + 𝑎2 𝑥2 [𝑛] 𝑎1 𝑋1 [𝑘] + 𝑎2 𝑋[𝑘]
2. Time Shifting
𝐷𝐹𝑇 𝑘𝑛 2𝜋
𝑥 𝑛 − 𝑛0 𝑁 𝑊𝑁 0 𝑋[𝑘] 𝑊𝑁 = 𝑒 −𝑗 𝑁
3. Frequency Shifting
−𝑛𝑘0 𝐷𝐹𝑇
𝑊𝑁 𝑥[𝑛] 𝑋 𝑘 − 𝑘0 𝑁
4. Circular Convolution
𝑁−1
𝐷𝐹𝑇
𝑥1 𝑛 ⊛ 𝑥2 𝑛 = 𝑥1 𝑚 𝑥2 𝑛 − 𝑚 𝑁 𝑋1 [𝑘]𝑋2 [𝑘]
𝑚=0
Properties of the DFT
Example of Circular Convolution
Perform the 4-point circular convolution of the following sequences
ℎ[𝑛] =[1,-1,1,0] 𝑥[𝑛] =[1,2,3,3]
ℎ −𝑚 4 =[1,0,1,-1]
3
𝑦 𝑛 = 𝑥 𝑚 ℎ[ 𝑛 − 𝑚 4 ]
𝑚=0
𝑦 1 = 𝑥 𝑚 ℎ 1−𝑚 4 =
𝑘=0
𝑦[2] = 𝑥 𝑚 ℎ[ 2 − 𝑚 4 ] = 2
𝑘=0
3
𝑦[3] = 𝑥 𝑚 ℎ[ 3 − 𝑚 4 ] = 2 Note:CW
𝑘=0
Thus,
𝑦[𝑛] = ℎ[𝑛] ⊛ 𝑥[𝑛] = 𝛿[𝑛] + 4𝛿[𝑛 − 1] + 2𝛿[𝑛 − 2] + 2𝛿[𝑛 − 3]
Properties of the DFT
Circular Convolution Using Tabular Method 𝑥[𝑛]
𝑥[𝑛]
1 2 3 3
1 1 2 3 3 1 2 3 3
-1 -1 -2 -3 -3 -1 -2 -3 -3
ℎ[𝑛]
1 1 2 3 3 1 2 3 3 ℎ[𝑛]
0 0 0 0 0 0 0 0 0
𝑦[𝑛] 1 4 2 2