I was trying to solve a problem given in my textbook. I have attached the solution given in the book.
I thought some modifications where needed to it and tried to solve in a different way. I ended up getting absurd results. Where's the mistake in my approach ?
Answer
Your approach is correct, but the problem is that the given response is not the response to a unit step, but to a scaled step. That's why you get $\alpha y[-1]=-11/2$ and $1-\alpha y[-1]=8$, which is incompatible. If you assume a scaled step $ku[n]$, you end up with the following $\mathcal{Z}$-transform of the output signal:
Y(z)=k−αy[−1]+αy[−1]z−1(1−z−1)(1+αz−1)
Comparing $(1)$ to the $\mathcal{Z}$-transform of the given response you get
k−αy[−1]=8,αy[−1]=−112,α=−12
from which you obtain
y[−1]=11andk=52
The values of $\alpha$ and $y[-1]$ do not change, but now the result is compatible with the given response.
No comments:
Post a Comment