The signal:
x[n] = 2\delta[n - 1] + \delta[n - 2]
is passed though a system with the impulse response:
h[n] = 3\delta[n] + 4\delta[n - 1] + 2\delta[n - 3]
In the blank space provided, enter the output sequence
y[n] = x[n] * h[n] (starting at n = 0). Separate each value in the
output sequence by a comma (e.g. 1,2,3,4,5 with no spaces).