(New page: This page would give an example of how to perform the z-transform. Suppose <math>x[n] = \frac{-u[-n-1]}{2^n}</math> Using the definition of z-transform: :<math>X(Z) = \sum_{n=-\infty}...)
 
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
Using the definition of z-transform:
 
Using the definition of z-transform:
  
:<math>X(Z) = \sum_{n=-\infty}^{\infty}x[n]z^-n<math>
+
:<math>X(Z) = \sum_{n=-\infty}^{\infty}x[n]z^{-n}</math>
 +
 
 +
:<math>X(Z) = \sum_{n=-\infty}^{\infty}\frac{-u[-n-1]}{2^n}z^{-n}</math>
 +
 
 +
:<math>X(Z) = \sum_{n=-\infty}^{-1}-\frac{z^{-n}}{2^n}</math>
 +
 
 +
by letting m = -n
 +
 
 +
:<math>X(Z) = \sum_{m=1}^{\infty}-\frac{z^m}{2^{-m}}</math>
 +
 
 +
:<math>X(Z) = -\sum_{m=1}^{\infty}(2z)^{m}</math>
 +
 
 +
:<math>X(Z) = -\left(\sum_{m=0}^{\infty}(2z)^{m}-1\right)</math>
 +
 
 +
if |2z| is greater than or equal to 1 then x(z) diverges, else:
 +
 
 +
:<math>x(z) = -\left(\frac{1}{1-2z}-1\right)</math>
 +
 
 +
:<math>x(z) = \frac{2z}{2z-1}</math>
 +
 
 +
Therefore, the z-transform of <math>\frac{-u[-n-1]}{2^n}</math> is
 +
 
 +
:<math>\frac{2z}{2z-1}</math>

Latest revision as of 17:34, 28 November 2008

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}} $
$ X(Z) = -\sum_{m=1}^{\infty}(2z)^{m} $
$ X(Z) = -\left(\sum_{m=0}^{\infty}(2z)^{m}-1\right) $

if |2z| is greater than or equal to 1 then x(z) diverges, else:

$ x(z) = -\left(\frac{1}{1-2z}-1\right) $
$ x(z) = \frac{2z}{2z-1} $

Therefore, the z-transform of $ \frac{-u[-n-1]}{2^n} $ is

$ \frac{2z}{2z-1} $

Alumni Liaison

has a message for current ECE438 students.

Sean Hu, ECE PhD 2009