Suppose x[n] = a?[n] + b?[n - 1] + c?[n - 2] and h[n] = d?[n] + e?[n - 1] + f?[n - 2],
where a =0, b =5, c=-4, d =4, e =-4, and f =0. Suppose y[n] = (x * h)[n]. What is y[1]?
Question 4
1 pts
Suppose x[n] = a?[n] + b?[n - 1] + c?[n - 2] and h[n] = d?[n] + e?[n - 1] + f?[n - 2],
where a =3, b =-3, c =-4, d =0, e =-5, and f =-4. Suppose y[n] = (x * h)[n]. What is y[2]?
-4