Discrete Fourier Transform Properties MCQ Quiz – Objective Question with Answer for Discrete Fourier Transform Properties

31. In which of the following methods, the input sequence is considered as shown in the below diagram?

A. Overlap save method
B. Overlap add method
C. Overlap add & save method
D. None of the mentioned

Answer: A

From the figure given, we can notice that each data block consists of the last M-1 data points of the previous data block followed by L new data points to form a data sequence of length N+L+M-1 which is the same as in the case of Overlap save method.

 

32. In which of the following methods, the output sequence is considered as shown in the below diagram?

A. Overlap save method
B. Overlap add method
C. Overlap add & save method
D. None of the mentioned

Answer: B

From the figure given, it is clear that the last M-1 points of the first sequence and the first M-1 points of the next sequence are added and nothing is discarded because there is no aliasing in the input sequence. This is the same as in the case of the Overlap add method.

 

33. What is the value of x(n)*h(n), 0≤n≤11 for the sequences x(n)={1,2,0,-3,4,2,-1,1,-2,3,2,1,-3} and h(n)={1,1,1} if we perform using overlap add fast convolution technique?

A. {1,3,3,1,1,3,5,2,2,2,3,6}
B. {1,2,0,-3,4,2,-1,1,-2,3,2,1,-3}
C. {1,2,0,3,4,2,1,1,2,3,2,1,3}
D. {1,3,3,-1,1,3,5,2,-2,2,3,6}

Answer: D

Since M=3, we chose the transform length for DFT and IDFT computations as L=2M=23=8.

Since L=M+N-1, we get N=6.

According to Overlap add method, we get

x1‘(n)={1,2,0,-3,4,2,0,0} and h'(n)={1,1,1,0,0,0,0,0}
y1(n)=x1‘(n)*N h'(n) (circular convolution)={1,3,3,-1,1,3,6,2}
x2‘(n)={-1,1,-2,3,2,1,0,0} and h'(n)={1,1,1,0,0,0,0,0}
y2(n) = x2‘(n)*N h'(n)={-1,0,-2,2,3,6,3,1}

Thus we get, y(n) = {1,3,3,-1,1,3,5,2,-2,2,3,6}.

 

34. What is the value of x(n)*h(n), 0≤n≤11 for the sequences x(n)={1,2,0,-3,4,2,-1,1,-2,3,2,1,-3} and h(n)={1,1,1} if we perform using overlap save fast convolution technique?

A. {1,3,3,-1,1,3,5,2,-2,2,3,6}
B. {1,2,0,-3,4,2,-1,1,-2,3,2,1,-3}
C. {1,2,0,3,4,2,1,1,2,3,2,1,3}
D. {1,3,3,1,1,3,5,2,2,2,3,6}

Answer: A

Since M=3, we chose the transform length for DFT and IDFT computations as L=2M=23=8.

Since L=M+N-1, we get N=6.

According to Overlap save technique, we get

x1‘(n)={0,0,1,2,0,-3,4,2} and h'(n)={1,1,1,0,0,0,0,0}
=>y1(n)={1,3,3,-1,1,3}
x2‘(n)={4,2,-1,1,-2,3,2,1} and h'(n)={1,1,1,0,0,0,0,0}
=>y2(n)={5,2,-2,2,3,6}
=>y(n)= {1,3,3,-1,1,3,5,2,-2,2,3,6}.

 

35. If the signal to be analyzed is an analog signal, we would pass it through an anti-aliasing filter with B as the bandwidth of the filtered signal and then the signal is sampled at a rate _______

A. Fs ≤ 2B
B. Fs ≤ B
C. Fs ≥ 2B
D. Fs = 2B

Answer: C

The filtered signal is sampled at a rate of Fs≥ 2B, where B is the bandwidth of the filtered signal to prevent aliasing.

 

36. What is the highest frequency that is contained in the sampled signal?

A. 2Fs
B. Fs/2
C. Fs
D. None of the mentioned

Answer: B

We know that, after passing the signal through an anti-aliasing filter, the filtered signal is sampled at a rate of Fs≥ 2B=>B≤ Fs/2.Thus the maximum frequency of the sampled signal is Fs/2.

 

37. The finite observation interval for the signal places a limit on the frequency resolution.

A. True
B. False

Answer: A

After sampling the signal, we limit the duration of the signal to the time interval T0=LT, where L is the number of samples and T is the sample interval.

So, it limits our ability to distinguish two frequency components that are separated by less than 1/T0=1/LT in frequency. So, the finite observation interval for the signal places a limit on the frequency resolution.

 

38. If {x(n)} is the signal to be analyzed, limiting the duration of the sequence to L samples, in the interval 0≤ n≤ L-1, is equivalent to multiplying {x(n)} by?

A. Kaiser window
B. Hamming window
C. Hanning window
D. Rectangular window

Answer: D

The equation of the rectangular window w(n) is given as
w(n)=1, 0≤ n≤ L-1 =0

Thus, we can limit the duration of the signal x(n) to L samples by multiplying it with a rectangular window of length L.

 

39. What is the Fourier transform of rectangular window of length L?

A. \(\frac{sin⁡(\frac{ωL}{2})}{sin⁡(\frac{ω}{2})} e^{jω(L+1)/2}\)

B. \(\frac{sin⁡(\frac{ωL}{2})}{sin⁡(\frac{ω}{2})} e^{jω(L-1)/2}\)

C. \(\frac{sin⁡(\frac{ωL}{2})}{sin⁡(\frac{ω}{2})} e^{-jω(L-1)/2}\)

D. None of the mentioned

Answer: C

We know that the equation for the rectangular window w(n) is given as

w(n)=1, 0≤ n≤ L-1 =0, otherwise

We know that the Fourier transform of a signal x(n) is given as

X(ω)=\(\sum_{n=-∞}^∞ x(n)e^{-jωn}\)

=>W(ω)=\(\sum_{n=0}^{L-1} e^{-jωn}=\frac{sin⁡(\frac{ωL}{2})}{sin⁡(\frac{ω}{2})} e^{-jω(L-1)/2}\)

 

40. If x(n)=cosω0n and W(ω) is the Fourier transform of the rectangular signal w(n), then what is the Fourier transform of the signal x(n).w(n)?

A. 1/2[W(ω-ω0)- W(ω+ω0)]
B. 1/2[W(ω-ω0)+ W(ω+ω0)]
C. [W(ω-ω0)+ W(ω+ω0)]
D. [W(ω-ω0)- W(ω+ω0)]

Answer: B

According to the exponential properties of Fourier transform, we get

Fourier transform of x(n).w(n)= 1/2[W(ω-ω0)+ W(ω+ω0)]

 

41. The characteristic of windowing the signal called “Leakage” is the power that is leaked out into the entire frequency range.

A. True
B. False

Answer: A

We note that the windowed spectrum \(\hat{X}\)(w) is not localized to a single frequency, but instead it is spread out over the whole frequency range.

Thus the power of the original signal sequence x(n) that was concentrated at a single frequency has been spread by the window into the entire frequency range.

We say that the power has been leaked out into the entire frequency range and this phenomenon is called “Leakage”.

 

42. Which of the following is the advantage of the Hanning window over the rectangular window?

A. More side lobes
B. Less side lobes
C. More width of the main lobe
D. None of the mentioned

Answer: B

The advantage of the Hanning window has less side lobes and the leakage is less in this windowing technique.

 

43. Which of the following is the disadvantage of the Hanning window over the rectangular window?

A. More side lobes
B. Less side lobes
C. More width of main lobe
D. None of the mentioned

Answer: C

In the magnitude response of the signal windowed using the Hanning window, the width of the main lobe is more which is the disadvantage of this technique over the rectangular windowing technique.

 

44. The condition with less number of samples L should be avoided.

A. True
B. False

Answer: A

When the number of samples L is small, the window spectrum masks the signal spectrum, and, consequently, the DFT of the data reflects the spectral characteristics of the window function. So, this situation should be avoided.

Scroll to Top