Control Systems/Z Transform Mappings

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Z Transform Mappings[edit | edit source]

There are a number of different mappings that can be used to convert a system from the complex Laplace domain into the Z-Domain. None of these mappings are perfect, and every mapping requires a specific starting condition, and focuses on a specific aspect to reproduce faithfully. One such mapping that has already been discussed is the bilinear transform, which, along with prewarping, can faithfully map the various regions in the s-plane into the corresponding regions in the z-plane. We will discuss some other potential mappings in this chapter, and we will discuss the pros and cons of each.

Bilinear Transform[edit | edit source]

The Bilinear transform converts from the Z-domain to the complex W domain. The W domain is not the same as the Laplace domain, although there are some similarities. Here are some of the similarities between the Laplace domain and the W domain:

  1. Stable poles are in the Left-Half Plane
  2. Unstable poles are in the right-half plane
  3. Marginally stable poles are on the vertical, imaginary axis

With that said, the bilinear transform can be defined as follows:


[Bilinear Transform]


[Inverse Bilinear Transform]

Graphically, we can show that the bilinear transform operates as follows:

Prewarping[edit | edit source]

The W domain is not the same as the Laplace domain, but if we employ the process of prewarping before we take the bilinear transform, we can make our results match more closely to the desired Laplace Domain representation.

Using prewarping, we can show the effect of the bilinear transform graphically:

The shape of the graph before and after prewarping is the same as it is without prewarping. However, the destination domain is the S-domain, not the W-domain.

Matched Z-Transform[edit | edit source]

If we have a function in the laplace domain that has been decomposed using partial fraction expansion, we generally have an equation in the form:

And once we are in this form, we can make a direct conversion between the s and z planes using the following mapping:


[Matched Z Transform]

Pro
A good direct mapping in terms of s and a single coefficient
Con
requires the Laplace-domain function be decomposed using partial fraction expansion.

Simpson's Rule[edit | edit source]


[Simpson's Rule]

CON
Essentially multiplies the order of the transfer function by a factor of 2. This makes things difficult when you are trying to physically implement the system. It has been shown that this transform produces unstable roots (outside of unit unit circle).

(w, v) Transform[edit | edit source]

Given the following system:

Then:

And:


[(w, v) Transform]

Pro
Directly maps a function in terms of z and s, into a function in terms of only z.
Con
Requires a function that is already in terms of s, z and α.

Z-Forms[edit | edit source]

Control Systems