EugP
- 104
- 0
Homework Statement
For the discrete-time system:
y[k+2]+\frac{1}{6}y[k+1]-\frac{1}{6}y[k]=f[k+1]+f[k]
Find the impulse response.
Homework Equations
The Attempt at a Solution
Alright so I started like this:
h_0[k+2]+\frac{1}{6}h_0[k+1]-\frac{1}{6}h_0[k]=0
h_0[1]=0
h_0[2]=1
Now this is where I'm stuck. I know I need to get the equation for h_0[k], but I don't know how. The equation they got is:
h_0[k]=C_1(-\frac{1}{2})^k+C_2(\frac{1}{3})^k
Can anyone tell me how they got there?