Digital Signal Processing Questions and Answers – Analysis of Discrete time LTI Systems

This set of Digital Signal Processing Multiple Choice Questions & Answers (MCQs) focuses on “Analysis of Discrete time LTI Systems”.

1. Resolve the sequence The sum of weighted impulse sequences is 2(n+1)+4(n)+3(n-2) into a sum of weighted impulse sequences.
a) 2δ(n)+4δ(n-1)+3δ(n-3)
b) 2δ(n+1)+4δ(n)+3δ(n-2)
c) 2δ(n)+4δ(n-1)+3δ(n-2)
d) None of the mentioned
View Answer

Answer: b
Explanation: We know that, x(n)δ(n-k)=x(k)δ(n-k)
x(-1)=2=2δ(n+1)
x(0)=4=4δ(n)
x(2)=3=3δ(n-2)
Therefore, x(n)= 2δ(n+1)+4δ(n)+3δ(n-2).

2. The formula y(n)=\(\sum_{k=-\infty}^{\infty}x(k)h(n-k)\) that gives the response y(n) of the LTI system as the function of the input signal x(n) and the unit sample response h(n) is known as ______________
a) Convolution sum
b) Convolution product
c) Convolution Difference
d) None of the mentioned
View Answer

Answer: a
Explanation: The input x(n) is convoluted with the impulse response h(n) to yield the output y(n). As we are summing the different values, we call it as Convolution sum.

3. What is the order of the four operations that are needed to be done on h(k) in order to convolute x(k) and h(k)?
Step-1:Folding
Step-2:Multiplication with x(k)
Step-3:Shifting
Step-4:Summation
a) 1-2-3-4
b) 1-2-4-3
c) 2-1-3-4
d) 1-3-2-4
View Answer

Answer: d
Explanation: First the signal h(k) is folded to get h(-k). Then it is shifted by n to get h(n-k). Then it is multiplied by x(k) and then summed over -∞ to ∞.
advertisement
advertisement

4. The impulse response of a LTI system is h(n)={1,1,1}. What is the response of the signal to the input x(n)={1,2,3}?
a) {1,3,6,3,1}
b) {1,2,3,2,1}
c) {1,3,6,5,3}
d) {1,1,1,0,0}
View Answer

Answer: c
Explanation: Let y(n)=x(n)*h(n)(‘*’ symbol indicates convolution symbol)
From the formula of convolution we get,
y(0)=x(0)h(0)=1.1=1
y(1)=x(0)h(1)+x(1)h(0)=1.1+2.1=3
y(2)=x(0)h(2)+x(1)h(1)+x(2)h(0)=1.1+2.1+3.1=6
y(3)=x(1)h(2)+x(2)h(1)=2.1+3.1=5
y(4)=x(2)h(2)=3.1=3
Therefore, y(n)=x(n)*h(n)={1,3,6,5,3}.

5. Determine the output y(n) of a LTI system with impulse response h(n)=anu(n), |a|<1with the input sequence x(n)=u(n).
a) \(\frac{1-a^{n+1}}{1-a}\)
b) \(\frac{1-a^{n-1}}{1-a}\)
c) \(\frac{1+a^{n+1}}{1+a}\)
d) None of the mentioned
View Answer

Answer: a
Explanation: Now fold the signal x(n) and shift it by one unit at a time and sum as follows
y(0)=x(0)h(0)=1
y(1)=h(0)x(1)+h(1)x(0)=1.1+a.1=1+a
y(2)=h(0)x(2)+h(1)x(1)+h(2)x(0)=1.1+a.1+a2.1=1+a+a2
Similarly, y(n)=1+a+a2+….an=\(\frac{1-a^{n+1}}{1-a}\).
Sanfoundry Certification Contest of the Month is Live. 100+ Subjects. Participate Now!

6. x(n)*(h1(n)*h2(n))=(x(n)*h1(n))*h2(n).
a) True
b) False
View Answer

Answer: a
Explanation: According to the properties of convolution, Convolution of three signals obeys Associative property.

7. Determine the impulse response for the cascade of two LTI systems having impulse responses h1(n)=\((\frac{1}{2})^2\) u(n) and h2(n)=\((\frac{1}{4})^2\) u(n).
a) \((\frac{1}{2})^n[2-(\frac{1}{2})^n]\), n<0
b) \((\frac{1}{2})^n[2-(\frac{1}{2})^n]\), n>0
c) \((\frac{1}{2})^n[2+(\frac{1}{2})^n]\), n<0
d) \((\frac{1}{2})^n[2+(\frac{1}{2})^n]\), n>0
View Answer

Answer: b
Explanation: Let h2(n) be shifted and folded.
so, h(k)=h1(n)*h2(n)=\(\sum_{k=-\infty}^{\infty} h_1 (k)h_2 (n-k)\)
For k<0, h1(n)= h2(n)=0 since the unit step function is defined only on the right hand side.
Therefore, h(k)=\((\frac{1}{2})^k (\frac{1}{4})^{n-k}\)
=>h(n)=\(\sum_{k=0}^n (\frac{1}{2})^k (\frac{1}{4})^{n-k}\)
=\((\frac{1}{4})^n \sum_{k=0}^n(2)^k\)
=\((\frac{1}{4})^n.(2^{n+1}-1)\)
=\((\frac{1}{2})^n[2-(\frac{1}{2})^n], n>0\)
advertisement

8. x(n)*[h1(n)+h2(n)]=x(n)*h1(n)+x(n)*h2(n).
a) True
b) False
View Answer

Answer: a
Explanation: According to the properties of the convolution, convolution exhibits distributive property.

9. An LTI system is said to be causal if and only if?
a) Impulse response is non-zero for positive values of n
b) Impulse response is zero for positive values of n
c) Impulse response is non-zero for negative values of n
d) Impulse response is zero for negative values of n
View Answer

Answer: d
Explanation: Let us consider a LTI system having an output at time n=n0 given by the convolution formula
y(n)=\(\sum_{k=-{\infty}}^{\infty}h(k)x(n_0-k)\)
We split the summation into two intervals.
=>y(n)=\(\sum_{k=-{\infty}}^{-1}h(k)x(n_0-k)+\sum_{k=0}^{\infty}h(k)x(n_0-k)\)
=(h(0)x(n0)+h(1)x(n0-1)+h(2)x(n0-2)+….)+(h(-1)x(n0+1)+h(-2)x(n0+2)+…)
As per the definition of the causality, the output should depend only on the present and past values of the input. So, the coefficients of the terms x(n0+1), x(n0+2)…. should be equal to zero.
that is, h(n)=0 for n<0 .
advertisement

10. x(n)*δ(n-n0)=?
a) x(n+n0)
b) x(n-n0)
c) x(-n-n0)
d) x(-n+n0)
View Answer

Answer: b
Explanation: x(n)*δ(n-n0)=\(\sum_{k=-{\infty}}^{\infty} x(k)\delta(n-k-n_0)\)
=x(k)|k=n-n0
=x(n-n0)

11. Is the system with impulse response h(n)=2nu(n-1) stable.
a) True
b) False
View Answer

Answer: b
Explanation: Let S=\(\sum_{n=-{\infty}}^{\infty}|h(n)|\)
=\(\sum_{n=-{\infty}}^{\infty}2^n u(n-1)\)
=\(\sum_{n=-{\infty}}^{\infty}2^n\)
=2+4+8+…=∞
So, the system is not stable.

Sanfoundry Global Education & Learning Series – Digital Signal Processing.

To practice all areas of Digital Signal Processing, here is complete set of 1000+ Multiple Choice Questions and Answers.

If you find a mistake in question / option / answer, kindly take a screenshot and email to [email protected]

advertisement
advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.