This page would give an example of how to perform the z-transform.
Suppose
$ x[n] = \frac{-u[-n-1]}{2^n} $
Using the definition of z-transform:
- $ X(Z) = \sum_{n=-\infty}^{\infty}x[n]z^{-n} $
- $ X(Z) = \sum_{n=-\infty}^{\infty}\frac{-u[-n-1]}{2^n}z^{-n} $
- $ X(Z) = \sum_{n=-\infty}^{-1}-\frac{z^{-n}}{2^n} $
by letting m = -n
- $ X(Z) = \sum_{m=1}^{\infty}-\frac{z^m}{2^{-m}} $