Inverse Z Transform of X(z): Finding x(n) for Causal Signal

AI Thread Summary
To find the discrete signal x(n) from the given z-transform X(z) = 5/(z-2)², it is essential to recognize that the signal is causal, which affects the convergence of the z-transform. The standard approach involves taking X(z)/z and performing a partial fraction expansion, particularly addressing the unique denominator (z-2)². By multiplying both sides of the equation by z and evaluating as z approaches infinity, the coefficients of the numerator can be determined. Inversion of the series term-by-term is necessary, especially considering the implications of the theorem involving factorials and step functions. This method will yield the desired discrete signal x(n).
etf
Messages
179
Reaction score
2
Hi!
My task is to find discrete signal x(n), if z transform of that signal is $$X(z)=\frac{5}{(z-2)^{2}}$$. It is known that signal is causal. Here is what I have done. Since signal x(n) is causal, convergence of z transform of that signal will be outside of circle with radius r:

Code_Cogs_Eqn_2.gif
We have in bracket sum which represents z transform of signal:

Code_Cogs_Eqn_3.gif


But I don't know what to do next :(
 
Last edited:
Physics news on Phys.org
Don't know about your approach.
The standard approach is
X(z) = 5/(z-2)2
Take X(z)/z
Form partial fraction expansion.
One of the denominators will be (z-2)2 which has to be dealt with uniquely. My hint:
multiply lhs and rhs of X(z)/z by z, then let z → ∞.
Now you'd have all the numerator coefficients of X(z)/z.
Now multiply by z to get X(z). Invert term-by-term. The term with (z-2)2 will probably throw you.
Hint: Consider the theorem {n(n-1)(n-2) ... (n-m+1)/m!αmnu[n] ⇔ z/(z-α)(m+1).
 
Back
Top