Digital Signal Processing

Structures for FIR Systems

Question 1
Marks : +2 | -2
Pass Ratio : 100%
What is the output from the second stage lattice filter when two single stage lattice filers are cascaded with an input of x(n)?
K1K2x(n-1)+K2x(n-2)
x(n)+K1x(n-1)
x(n)+K1K2x(n-1)+K2x(n-2)
x(n)+K1(1+K2)x(n-1)+K2x(n-2)
Explanation:
When two single stage lattice filters are cascaded, then the output from the first filter is given by the equation
Question 2
Marks : +2 | -2
Pass Ratio : 100%
The constants K1 and K2 of the lattice structure are called as reflection coefficients.
True
False
Explanation:
The equation of the output from the second stage lattice filter is given by
Question 3
Marks : +2 | -2
Pass Ratio : 100%
What is the output of the single stage lattice filter if x(n) is the input?
x(n)+Kx(n+1)
x(n)+Kx(n-1)
x(n)+Kx(n-1)+Kx(n+1)
Kx(n-1)
Explanation:
The single stage lattice filter is as shown below.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
What is the general system function of an FIR system?
\\(\\sum_{k=0}^{M-1}b_k x(n-k)\\)
\\(\\sum_{k=0}^M b_k z^{-k}\\)
\\(\\sum_{k=0}^{M-1}b_k z^{-k}\\)
None of the mentioned
Explanation:
We know that the difference equation of an FIR system is given by y(n)=\\(\\sum_{k=0}^{M-1}b_k x(n-k)\\).
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following is the application of lattice filter?
Digital speech processing
Adaptive filter
Electroencephalogram
All of the mentioned
Explanation:
Lattice filters are used extensively in digital signal processing and in the implementation of adaptive filters.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
How many memory locations are used for storage of the output point of a sequence of length M in direct form realization?
M+1
M
M-1
None of the mentioned
Explanation:
The direct form realization follows immediately from the non-recursive difference equation given by y(n)=\\(\\sum_{k=0}^{M-1}b_k x(n-k)\\).
Question 7
Marks : +2 | -2
Pass Ratio : 100%
The FIR filter whose direct form structure is as shown below is a prediction error filter.
True
False
Explanation:
The FIR structure shown in the above figure is intimately related with the topic of linear prediction. Thus the top filter structure shown in the above figure is called a prediction error filter.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
The realization of FIR filter by frequency sampling realization can be viewed as cascade of how many filters?
Two
Three
Four
None of the mentioned
Explanation:
In frequency sampling realization, the system function H(z) is characterized by the set of frequency samples {H(k+ α)} instead of {h(n)}. We view this FIR filter realization as a cascade of two filters. One is an all-zero or a comb filter and the other consists of parallel bank of single pole filters with resonant frequencies.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
The direct form realization is often called a transversal or tapped-delay-line filter.
True
False
Explanation:
The structure of the direct form realization, resembles a tapped delay line or a transversal system.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
By combining two pairs of poles to form a fourth order filter section, by what factor we have reduced the number of multiplications?
25%
30%
40%
50%
Explanation:
We have to do 3 multiplications for every second order equation. So, we have to do 6 multiplications if we combine two second order equations and we have to perform 3 multiplications by directly calculating the fourth order equation. Thus the number of multiplications are reduced by a factor of 50%.