Bromio
- 59
- 0
Homework Statement
Calculate the Z-transform of the function x[n] = u[n]-u[-n-1].
Homework Equations
X(z) = ZT\{x[n]\} = \sum_{n=-\infty}^{\infty}x[n]z^{-n}
ZT\{u[n]\} = \displaystyle\frac{1}{1-z^{-1}}, ROC: |z| > 1.
ZT\{-u[-n-1]\} = \displaystyle\frac{1}{1-z^{-1}}, ROC: |z| < 1.
ZT\{x[n]\} = X(z), ROC: R1
ZT\{y[n]\} = Y(z), ROC: R2
ZT\{ax[n]+by[n]\} = aX(z)+bY(z), ROC: at least R1\cap R2
The Attempt at a Solution
Using formulas in section 2. it is obvious that X(z) = ZT\{x[n]\} = \displaystyle\frac{2}{1-z^{-1}}, but which is the ROC? The intersection between |z| > 1 and |z|< 1 is null.
Thank you.