Skip to content Skip to navigation

Connexions

You are here: Home » Content » The Z Transform: Definition

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

In these lenses

  • richb's DSP

    This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Signals and Systems"

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

Recently Viewed

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

The Z Transform: Definition

Module by: Benjamin Fite

Summary: A brief definition of the z-transform, explaining its relationship with the Fourier transform and its region of convergence, ROC.

Basic Definition of the Z-Transform

The z-transform of a sequence is defined as

Xz=n=-xnz-n Xz n x n z n (1)
Sometimes this equation is referred to as the bilateral z-transform. At times the z-transform is defined as
Xz=n=0xnz-n X z n 0 x n z n (2)
which is known as the unilateral z-transform.

There is a close relationship between the z-transform and the Fourier transform of a discrete time signal, which is defined as

Xω=n=-xn-ωn X ω n x n ω n (3)
Notice that that when the z-n z n is replaced with -ωn ω n the z-transform reduces to the Fourier Transform. When the Fourier Transform exists, z=ω z ω , which is to have the magnitude of zz equal to unity.

The Complex Plane

In order to get further insight into the relationship between the Fourier Transform and the Z-Transform it is useful to look at the complex plane or z-plane. Take a look at the complex plane:

Figure 1
Z-Plane
Z-Plane (zplane1.jpg)

The Z-plane is a complex plane with an imaginary and real axis referring to the complex-valued variable zz. The position on the complex plane is given by rω r ω , and the angle from the positive, real axis around the plane is denoted by ωω. XzXz is defined everywhere on this plane. Xω Xω on the other hand is defined only where |z|=1 z1 , which is referred to as the unit circle. So for example, ω=1ω1 at z=1z1 and ω=πω at z=-1z-1. This is useful because, by representing the Fourier transform as the z-transform on the unit circle, the periodicity of Fourier transform is easily seen.

Region of Convergence

The region of convergence, known as the ROC, is important to understand because it defines the region where the z-transform exists. The ROC for a given xn x n , is defined as the range of z z for which the z-transform converges. Since the z-transform is a power series, it converges when xnz-n x n z n is absolutely summable. Stated differently,

n=-|xnz-n|< n x n z n (4)
must be satisfied for convergence. This is best illustrated by looking at the different ROC's of the z-transforms of αnun α n u n and αnun-1 α n u n 1 .

Example 1

For

xn=αnun x n α n u n (5)

Figure 2: xn=αnun x n α n u n where α=0.5α0.5.
Figure 2 (sig1.png)

Xz=n=-xnz-n=n=-αnunz-n=n=0αnz-n=n=0αz-1n Xz n x n z n n α n u n z n n 0 α n z n n 0 α z 1 n (6)
This sequence is an example of a right-sided exponential sequence because it is nonzero for n0 n 0 . It only converges when |αz-1|<1 α z 1 . When it converges,
Xz=11-αz-1=zz-α Xz 1 1 α z z z α (7)
If |αz-1|1 α z 1 , then the series, n=0αz-1n n 0 α z n does not converge. Thus the ROC is the range of values where
|αz-1|<1 α z 1 (8)
or, equivalently,
|z|>|α| z α (9)

Figure 3: ROC for xn=αnun x n α n u n where α=0.5 α 0.5
Figure 3 (ROC1.jpg)

Example 2

For

xn=-αnu-n-1 x n α n u n 1 (10)

Figure 4: xn=-αnu-n-1 x n α n u n 1 where α=0.5α0.5.
Figure 4 (sig2_2.png)

Xz=n=-xnz-n=n=--αnu-n-1z-n=-n=--1αnz-n=-n=--1α-1z-n=-n=1α-1zn=1-n=0α-1zn Xz n x n z n n α n u -n 1 z n n -1 α n z n n -1 α -1 z n n 1 α -1 z n 1 n 0 α -1 z n (11)
The ROC in this case is the range of values where
|α-1z|<1 α -1 z 1 (12)
or, equivalently,
|z|<|α| z α (13)
If the ROC is satisfied, then
Xz=1-11-α-1z=zz-α Xz 1 1 1 α -1 z z z α (14)

Figure 5: ROC for xn=-αnu-n-1 x n α n u n 1
Figure 5 (ROC2.jpg)

Comments, questions, feedback, criticisms?

Send feedback