- #1
freezer
- 76
- 0
Homework Statement
Consider the FIR filter with {bk} = {3, 4, -4, -3}. These are the filter coefficients for k = 0, 1, 2, and 3, respectively. Sketch the output y[n] where the input is:
x[n] = δ[n]
x[n] = (u[n] - u[n-2])
x[n] - u[n]
Homework Equations
[itex]\sum^{M}_{k=0}b_k x[n-k][/itex]
The Attempt at a Solution
I am not sure how to process this form.
I would build a table
for the first one x[0] = 3, x[2] = 4, etc..
for second x[0] = 3,..., x[3]=(3-4) = -1
I my notes don't have anything with u[n]