Electronics and Communication Engineering - Exam Questions Papers - Discussion

Discussion Forum : Exam Questions Papers - Exam Paper 6 (Q.No. 39)
39.
If h1[n] = 3δ[n] + δ[n - 1], h2[n] = 2δ[n] + δ[n - 2]
h3[n] = δ[n] - 3δ[n - 1] + 7δ[n - 4] + 6δ[n - 6]
h[n] = h1[n] * h2[n] + h3[n] * h1[n] has value
{6, 18, 7, 4, 0, - 6, 9}
{9, 0, - 6, 21, 7, 6, 1}
{7, - 1, 3, 1, 7, 0, 6}
{9, - 6, 0, 1, 21, 7, 18, 6}
Answer: Option
Explanation:

h1[n] * h2[n] + h3[n] * h1[n] = h1[n] * (h2[n] + h3[n])

Distributive property for convolution,

(h2[n] + h3[n]) = 3δ(n) - 3δ(n - 1) + δ(n - 2) + 7δ(n -4) + 6δ(n - 6) then h1(n) * (h2(n) + h3(n))

{9, - 6, 0, 1, 21, 7, 18, 6}.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.