In mathematics, a function that results when a given function is multiplied by a so-called kernel function, and the product is integrated (see integration) between suitable limits. Its value lies in its ability to simplify intractable differential equations (subject to particular boundary conditions) by transforming the derivatives and boundary conditions into terms of an algebraic equation that may easily be solved. The solution yielded must be converted to the final solution using an inverse transformation. Several integral transforms are named for the mathematicians who introduced them (Fourier transform, Laplace transform).
Learn more about integral transform with a free trial on Britannica.com.
It is like a discrete equivalent of the Laplace Transform. This similarity is explored in the theory of time scale calculus.
The Z-transform and advanced Z-transform were introduced (under the Z-transform name) by E. I. Jury in 1958 in Sampled-Data Control Systems (John Wiley & Sons). The idea contained within the Z-transform was previously known as the "generating function method".
The Z-transform, like many other integral transforms, can be defined as either a one-sided or two-sided transform.
The bilateral or two-sided Z-transform of a discrete-time signal x[n] is the function X(z) defined as
where n is an integer and z is, in general, a complex number:
Alternatively, in cases where x[n] is defined only for n ≥ 0, the single-sided or unilateral Z-transform is defined as
In signal processing, this definition is used when the signal is causal.
An important example of the unilateral Z-transform is the probability-generating function, where the component is the probability that a discrete random variable takes the value , and the function is usually written as , in terms of . The properties of Z-transforms (below) have useful interpretations in the context of probability theory.
In geophysics, the usual definition for the Z-transform is a polynomial in z as opposed to . This convention is used by Robinson and Treitel and by Kanasewich. The geophysical definition is
The two definitions are equivalent; however, the difference results in a number of changes. For example, the location of zeros and poles move from inside the unit circle, using one definition, to outside the unit circle, using the other definition (and vice versa). Thus, care is required to note which definition is being used by a particular author.
The inverse Z-transform is
where is a counterclockwise closed path encircling the origin and entirely in the region of convergence (ROC). The contour or path, , must encircle all of the poles of .
A special case of this contour integral occurs when is the unit circle (and can be used when the ROC includes the unit circle). The inverse Z-transform simplifies to the inverse discrete-time Fourier transform:
The Z-transform with a finite range of n and a finite number of uniformly-spaced z values can be computed efficiently via Bluestein's FFT algorithm. The discrete-time Fourier transform (DTFT) (not to be confused with the discrete Fourier transform (DFT)) is a special case of such a Z-transform obtained by restricting z to lie on the unit circle.
Looking at the sum
There are no such values of that satisfy this condition.
Let (where is the Heaviside step function). Expanding on the interval it becomes
Looking at the sum
The last equality arises from the infinite geometric series and the equality only holds if which can be rewritten in terms of as . Thus, the ROC is . In this case the ROC is the complex plane with a disc of radius 0.5 at the origin "punched out".
Let (where is the Heaviside step function). Expanding on the interval it becomes
Looking at the sum
Using the infinite geometric series, again, the equality only holds if which can be rewritten in terms of as . Thus, the ROC is . In this case the ROC is a disc centered at the origin and of radius 0.5.
What differentiates this example from the previous example is only the ROC. This is intentional to demonstrate that the transform result alone is insufficient.
In example 2, the causal system yields an ROC that includes while the anticausal system in example 3 yields an ROC that includes .
In systems with multiple poles it is possible to have an ROC that includes neither nor . The ROC creates a circular band. For example, has poles at 0.5 and 0.75. The ROC will be , which includes neither the origin nor infinity. Such a system is called a mixed-causality system as it contains a causal term and an anticausal term .
The stability of a system can also be determined by knowing the ROC alone. If the ROC contains the unit circle (i.e., ) then the system is stable. In the above systems the causal system (Example 2) is stable because contains the unit circle.
If you are provided a Z-transform of a system without an ROC (i.e., an ambiguous ) you can determine a unique provided you desire the following:
If you need stability then the ROC must contain the unit circle. If you need a causal system then the ROC must contain infinity and the system function will be a right-sided sequence. If you need an anticausal system then the ROC must contain the origin and the system function will be a left-sided sequence. If you need both, stability and causality, all the poles of the system function must be inside the unit circle.
The unique can then be found.
Here:
| Signal, | Z-transform, | ROC | |
|---|---|---|---|
| 1 | |||
| 2 | |||
| 3 | >z| > 1, | ||
| 4 | >z| < 1, | ||
| 5 | >z| > 1, | ||
| 6 | >z| < 1 , | ||
| 7 | >z| > 1, | ||
| 8 | >z| < 1, | ||
| 9 | >z| > 1, | ||
| 10 | >z| < 1, | ||
| 11 | >z| > |a|, | ||
| 12 | >z| < |a|, | ||
| 13 | >z| > |a|, | ||
| 14 | >z| < |a|, | ||
| 15 | >z| > |a|, | ||
| 16 | >z| < |a|, | ||
| 17 | >z| >1, | ||
| 18 | >z| >1, | ||
| 19 | >z| > |a|, | ||
| 20 | >z| > |a|, |
where is the continuous-time function being sampled, the nth sample, is the sampling period, and with the substitution: .
Likewise the unilateral Z-transform is simply the one-sided Laplace transform of the ideal sampled function. Both assume that the sampled function is zero for all negative time indices.
The Bilinear transform is a useful approximation for converting continuous time filters (represented in Laplace space) into discrete time filters (represented in z space), and vice versa. To do this, you can use the following substitutions in or :
from Laplace to z (Tustin transformation);
from z to Laplace.
Both sides of the above equation can be divided by , if it is not zero, normalizing and the LCCD equation can be written
This form of the LCCD equation is favorable to make it more explicit that the "current" output is a function of past outputs , current input , and previous inputs .
and rearranging results in
Where is the zero and is the pole. The zeros and poles are commonly complex and when plotted on the complex plane (z-plane) it is called the pole-zero plot.
In simple words, zeros are the solutions to the equation obtained by setting the numerator equal to zero, while poles are the solutions to the equation obtained by setting the denominator equal to zero.
In addition, there may also exist zeros and poles at and . If we take these poles and zeros as well as multiple-order zeros and poles into consideration, the number of zeros and poles are always equal.
By factoring the denominator, partial fraction decomposition can be used, which can then be transformed back to the time domain. Doing so would result in the impulse response and the linear constant coefficient difference equation of the system.