Digital Signal Processing

Linear Filtering Methods Based on DFT

Question 1
Marks : +2 | -2
Pass Ratio : 100%
In Overlap add method, what is the length of the input data block?
L-1
L
L+1
None of the mentioned
Explanation:
In this method the size of the input data block is L points and the size of the DFTs and IDFT is N=L+M-1.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
The first M-1 values of the output sequence in every step of Overlap save method of filtering of long sequence are discarded.
True
False
Explanation:
Since the data record of length N, the first M-1 points of ym(n) are corrupted by aliasing and must be discarded. The last L points of ym(n) are exactly as same as the result from linear convolution.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
By means of the DFT and IDFT, determine the response of the FIR filter with impulse response h(n)={1,2,3} to the input sequence x(n)={1,2,2,1}?
{1,4,11,9,8,3}
{1,4,9,11,8,3}
{1,4,9,11,3,8}
{1,4,9,3,8,11}
Explanation:
The input sequence has a length N=4 and impulse response has a length M=3. So, the response must have a length of 6(4+3-1).
Question 4
Marks : +2 | -2
Pass Ratio : 100%
In Overlap save method of long sequence filtering, how many zeros are appended to the impulse response of the FIR filter?
L+M
L
L+1
L-1
Explanation:
The impulse of the FIR filter is increased in length by appending L-1 zeros and an N-point DFT of the sequence is computed once and stored.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
In which of the following methods, the output sequence is considered as shown in the below diagram?
Overlap save method
Overlap add method
Overlap add & save method
None of the mentioned
Explanation:
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 same as in the case of Overlap add method.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
What is the sequence y(n) that results from the use of four point DFTs if the impulse response is h(n)={1,2,3} and the input sequence x(n)={1,2,2,1}?
{9,9,7,11}
{1,4,9,11,8,3}
{7,9,7,11}
{9,7,9,11}
Explanation:
The four point DFT of h(n) is H(k)=1+2e-jkπ/2+3 e-jkπ (k=0,1,2,3)
Question 7
Marks : +2 | -2
Pass Ratio : 100%
Which of the following is true in case of Overlap add method?
M zeros are appended at last of each data block
M zeros are appended at first of each data block
M-1 zeros are appended at last of each data block
M-1 zeros are appended at first of each data block
Explanation:
In Overlap add method, to each data block we append M-1 zeros at last and compute N point DFT, so that the length of the input sequence is L+M-1=N.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Overlap add and Overlap save are the two methods for linear FIR filtering a long sequence on a block-by-block basis using DFT.
True
False
Explanation:
In these two methods, the input sequence is segmented into blocks and each block is processed via DFT and IDFT to produce a block of output data. The output blocks are fitted together to form an overall output sequence which is identical to the sequence obtained if the long block had been processed via time domain convolution. So, Overlap add and Overlap save are the two methods for linear FIR filtering a long sequence on a block-by-block basis using DFT.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
In Overlap save method of long sequence filtering, what is the length of the input sequence block?
L+M+1
L+M
L+M-1
None of the mentioned
Explanation:
In this method, 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.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
In which of the following methods, the input sequence is considered as shown in the below diagram?
Overlap save method
Overlap add method
Overlap add & save method
None of the mentioned
Explanation:
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 same as in the case of Overlap save method.