- #1
Larrytsai
- 228
- 0
Homework Statement
δ = dirac delta
x[n] = δ[n] + 2δ[n-1] - δ[n-3]
h[n] = 2δ[n+1] + 2δ[n-1]
y[n] = x[n]*h[n]
Homework Equations
y[n] = x[n]h[n] = [tex]\sum[/tex]h[k]x[n-k]
The Attempt at a Solution
I have graphed the x[-k] and h[n], the solution saids
y[n] = h[-1]*x[n+1] + h[1]*x[n-1]
= 2x[n+1] + 2x[n-1]
I do not understand why, it seems like the solution forgot about the value at n = 3 for x[n].
can anyone help explain to me what happened in the solution and why n = 3 is not considered in the convolution.