Matlab question: Recursive solution method to find and plot the impulse response
This needs to be done ONLY in Matlab. I know how to do it by hand, but everything needs to be found and plotted in Matlab. Please post your script, I'm trying to learn!
Use the recursive solution method to find and plot the impulse response h[n] of the system.
Hint: Remember the impulse response is equal to zero for n < 0. You can start by plugging in n = -1 and finding h[0], then trying n = 1 and finding h[1], and so on.
F2
E
(E - 1)y[n] = x[n]
(1
3
2