FIR Filters Design Comparison MCQ [Free PDF] – Objective Question Answer for FIR Filters Design Comparison Quiz

11. What is the duration of the unit sample response of a digital filter?

A. Finite
B. Infinite
C. Impulse(very small)
D. Zero

Answer: B

Digital filters are the filters that can be designed from analog filters which have infinite duration unit sample response.

 

12. Which of the following methods are used to convert the analog filter into a digital filter?

A. Approximation of Derivatives
B. Bilinear transformation
C. Impulse invariance
D. All of the mentioned

Answer: D

There are many techniques that are used to convert analog filters into digital filters of which some of which are Approximation of derivatives, bilinear transformation, impulse invariance, and many other methods.

 

13. Which of the following is the difference equation of the FIR filter of length M, input x(n) and output y(n)?

A. y(n)=\(\sum_{k=0}^{M+1} b_k x(n+k)\)

B. y(n)=\(\sum_{k=0}^{M+1} b_k x(n-k)\)

C. y(n)=\(\sum_{k=0}^{M-1} b_k x(n-k)\)

D. None of the mentioned

Answer: C

An FIR filter of length M with input x(n) and output y(n) is described by the difference equation

y(n)=\(\sum_{k=0}^{M-1} b_k x(n-k)\)

where {bk} is the set of filter coefficients.

 

14. What is the relation between h(t) and Ha(s)?

A. Ha(s)=\( \int_{-\infty}^{\infty} h(t)e^{-st} dt\)

B. Ha(s)=\(\int_0^{\infty} h(t)e^{st} dt\)

C. Ha(s)=\( \int_{-\infty}^{\infty} h(t)e^{st} dt\)

D. None of the mentioned

Answer: A

We know that the impulse response h(t) and the Laplace transform Ha(s) are related by the equation.

Ha(s)= \( \int_{-\infty}^{\infty} h(t)e^{-st} dt\)

 

15. Which of the following is a representation of system function?

A. Normal system function
B. Laplace transform
C. Rational system function
D. All of the mentioned

Answer: D

There are many ways how we represent a system function of which one is normal representation i.e., output/input and other ways like Laplace transform and rational system function.

 

16. For an analog LTI system to be stable, where should the poles of system function H(s) lie?

A. Right half of s-plane
B. Left half of s-plane
C. On the imaginary axis
D. At origin

Answer: B

An analog linear time-invariant system with system function H(s) is stable if all its poles lie on the left half of the s-plane.

 

17. If the conversion technique is to be effective, the jΩ axis in the s-plane should map into the unit circle in the z-plane.

A. True
B. False

Answer: A

If the conversion technique is to be effective, the jΩ axis in the s-plane should map into the unit circle in the z-plane. Thus there will be a direct relationship between the two frequency variables in the two domains.

 

18. If the conversion technique is to be effective, then the LHP of the s-plane should be mapped into _____________

A. Outside of unit circle
B. Unit circle
C. Inside unit circle
D. Does not matter

Answer: C

If the conversion technique is to be effective, then the LHP of the s-plane should be mapped into the inside of the unit circle in the z-plane. Thus a stable analog filter will be converted to a stable digital filter.

 

19. Physically realizable and stable IIR filters cannot have a linear phase.

A. True
B. False

Answer: A

If an IIR filter is stable and if it can be physically realizable, then the filter cannot have a linear phase.

 

20. What is the condition on the system function of a linear phase filter?

A. H(z)=\(z^{-N} H(z^{-1})\)

B. H(z)=\(z^N H(z^{-1})\)

C. H(z)=\(±z^N H(z^{-1})\)

D. H(z)=\(±z^{-N} H(z^{-1})\)

Answer: D

A linear phase filter must have a system function that satisfies the condition

H(z)=\(±z^{-N} H(z^{-1})\)

where z(-N) represents a delay of N units of time.

 

21. If the filter is in a linear phase, then the filter would have a mirror-image pole outside the unit circle for every pole inside the unit circle.

A. True
B. False

Answer: A

For a linear phase filter, we know that

H(z)=\(±z^{-N} H(z^{-1})\)

where z(-N) represents a delay of N units of time. But if this were the case, the filter would have a mirror image pole outside the unit circle for every pole inside the unit circle. Hence the filter would be unstable.

 

22. What is the order of operations to be performed in order to realize linear phase IIR filter?

A.  Passing x(-n) through a digital filter H(z)
B. Time reversing the output of H(z)
C. Time reversal of the input signal x(n)
D. Passing the result through H(z)

Answer: B

The order of operations to be performed in order to realize linear phase IIR filter

(i) Passing x(-n) through a digital filter H(z)
(ii) Time reversing the output of H(z)
(iii) Time reversal of the input signal x(n)
(iv) Passing the result through H(z)

If the restriction on physical reliability is removed, it is possible to obtain a linear phase IIR filter, at least in principle. This approach involves performing a time-reversal of the input signal x(n), passing x(-n) through a digital filter H(z), time reversing the output of H(z), and finally, passing the result through H(z) again.

 

23. When an application requires a linear phase filter, it should be an FIR filter.

A. True
B. False

Answer: A

The signal processing is computationally cumbersome and appears to offer no advantages over linear phase FIR filters. Consequently, when an application requires a linear phase, it should be an FIR filter.

 

24. An analog filter can be converted into a digital filter by approximating the differential equation by an equivalent difference equation.

A. True
B. False

Answer: A

One of the simplest methods for converting an analog filter into a digital filter is to approximate the differential equation by an equivalent difference equation.

 

25. Which of the following is the backward difference for the derivative of y(t) with respect to ‘t’ for t=nT?

A. [y(n)+y(n+1)]/T
B. [y(n)+y(n-1)]/T
C. [y(n)-y(n+1)]/T
D. [y(n)-y(n-1)]/T

Answer: D

For the derivative dy(t)/dt at time t=nT, we substitute the backward difference [y(nT)-y(nT-T)]/T. Thus
dy(t)/dt =[y(nT)-y(nT-T)]/T
=[y(n)-y(n-1)]/T

where T represents the sampling interval and y(n)=y(nT).

 

26. Which of the following is true relation among s-domain and z-domain?

A. s=(1+z-1)/T
B. s=(1+z )/T
C. s=(1-z-1)/T
D. None of the mentioned

Answer: C

The analog differentiator with output dy(t)/dt has the system function H(s)=s, while the digital system that produces the output [y(n)-y(n-1)]/T has the system function H(z) =(1-z-1)/T. Thus the relation between s-domain and z-domain is given as
s=(1-z-1)/T.

 

27. What is the second difference that is used to replace the second order derivate of y(t)?

A. [y(n)-2y(n-1)+y(n-2)]/T
B. [y(n)-2y(n-1)+y(n-2)]/T2
C. [y(n)+2y(n-1)+y(n-2)]/T
D. [y(n)+2y(n-1)+y(n-2)]/T2

Answer: B

We know that dy(t)/dt =[ y(n)-y(n-1)]/T

Second order derivative of y(t) is d(dy(t)/dt)/dt=[y(n)-2y(n-1)+y(n-2)]/T2.

 

28. Which of the following in z-domain is equal to s-domain of second order derivate?

A. \((\frac{1-z^{-1}}{T})^2\)

B. \((\frac{1+z^{-1}}{T})^2\)

C. \((\frac{1+z^{-1}}{T})^{-2}\)

D. None of the mentioned

Answer: A

We know that for a second order derivative

d2y(t)/dt2=[y(n)-2y(n-1)+y(n-2)]/T2

=>s2 = \(\frac{1-2z^{-1}+z^{-2}}{T^2} = (\frac{1-z^{-1}}{T})^2\)

Scroll to Top