Revision as of 17:24, 28 November 2008 by Bchanyas (Talk)

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}} $

Alumni Liaison

BSEE 2004, current Ph.D. student researching signal and image processing.

Landis Huffman