Z-transform

From HandWiki
Short description: Mathematical transform which converts signals from the time domain to the frequency domain


In mathematics and signal processing, the Z-transform converts a discrete-time signal, which is a sequence of real or complex numbers, into a complex valued frequency-domain (the z-domain or z-plane) representation.[1][2]

It can be considered a discrete-time equivalent of the Laplace transform (the s-domain or s-plane).[3] This similarity is explored in the theory of time-scale calculus.

While the continuous-time Fourier transform is evaluated on the s-domain's vertical axis (the imaginary axis), the discrete-time Fourier transform is evaluated along the z-domain's unit circle. The s-domain's left half-plane maps to the area inside the z-domain's unit circle, while the s-domain's right half-plane maps to the area outside of the z-domain's unit circle.

One of the means of designing digital filters is to take analog designs, subject them to a bilinear transform which maps them from the s-domain to the z-domain, and then produce the digital filter by inspection, manipulation, or numerical approximation. Such methods tend not to be accurate except in the vicinity of the complex unity, i.e. at low frequencies.

History

The basic idea now known as the Z-transform was known to Laplace, and it was re-introduced in 1947 by W. Hurewicz[4][5] and others as a way to treat sampled-data control systems used with radar. It gives a tractable way to solve linear, constant-coefficient difference equations. It was later dubbed "the z-transform" by Ragazzini and Zadeh in the sampled-data control group at Columbia University in 1952.[6][7]

The modified or advanced Z-transform was later developed and popularized by E. I. Jury.[8][9]

The idea contained within the Z-transform is also known in mathematical literature as the method of generating functions which can be traced back as early as 1730 when it was introduced by de Moivre in conjunction with probability theory.[10] From a mathematical view the Z-transform can also be viewed as a Laurent series where one views the sequence of numbers under consideration as the (Laurent) expansion of an analytic function.

Definition

The Z-transform can be defined as either a one-sided or two-sided transform. (Just like we have the one-sided Laplace transform and the two-sided Laplace transform.)[11]

Bilateral Z-transform

The bilateral or two-sided Z-transform of a discrete-time signal [math]\displaystyle{ x[n] }[/math] is the formal power series [math]\displaystyle{ X(z) }[/math] defined as:

[math]\displaystyle{ X(z) = \mathcal{Z}\{x[n]\} = \sum_{n=-\infty}^{\infty} x[n] z^{-n} }[/math]

 

 

 

 

(Eq.1)

where [math]\displaystyle{ n }[/math] is an integer and [math]\displaystyle{ z }[/math] is, in general, a complex number. In polar form, [math]\displaystyle{ z }[/math] may be written as:

[math]\displaystyle{ z = A e^{j\phi} = A\cdot(\cos{\phi}+j\sin{\phi}) }[/math]

where [math]\displaystyle{ A }[/math] is the magnitude of [math]\displaystyle{ z }[/math], [math]\displaystyle{ j }[/math] is the imaginary unit, and [math]\displaystyle{ \phi }[/math] is the complex argument (also referred to as angle or phase) in radians.

Unilateral Z-transform

Alternatively, in cases where [math]\displaystyle{ x[n] }[/math] is defined only for [math]\displaystyle{ n \ge 0 }[/math], the single-sided or unilateral Z-transform is defined as:

[math]\displaystyle{ X(z) = \mathcal{Z}\{x[n]\} = \sum_{n=0}^{\infty} x[n] z^{-n}. }[/math]

 

 

 

 

(Eq.2)

In signal processing, this definition can be used to evaluate the Z-transform of the unit impulse response of a discrete-time causal system.

An important example of the unilateral Z-transform is the probability-generating function, where the component [math]\displaystyle{ x[n] }[/math] is the probability that a discrete random variable takes the value [math]\displaystyle{ n }[/math], and the function [math]\displaystyle{ X(z) }[/math] is usually written as [math]\displaystyle{ X(s) }[/math] in terms of [math]\displaystyle{ s=z^{-1} }[/math]. The properties of Z-transforms (listed in § Properties) have useful interpretations in the context of probability theory.

Inverse Z-transform

The inverse Z-transform is:

[math]\displaystyle{ x[n] = \mathcal{Z}^{-1} \{X(z) \}= \frac{1}{2 \pi j} \oint_{C} X(z) z^{n-1} dz }[/math]

 

 

 

 

(Eq.3)

where [math]\displaystyle{ C }[/math] is a counterclockwise closed path encircling the origin and entirely in the region of convergence (ROC). In the case where the ROC is causal (see Example 2), this means the path [math]\displaystyle{ C }[/math] must encircle all of the poles of [math]\displaystyle{ X(z) }[/math].

A special case of this contour integral occurs when [math]\displaystyle{ C }[/math] is the unit circle. This contour can be used when the ROC includes the unit circle, which is always guaranteed when [math]\displaystyle{ X(z) }[/math] is stable, that is, when all the poles are inside the unit circle. With this contour, the inverse Z-transform simplifies to the inverse discrete-time Fourier transform, or Fourier series, of the periodic values of the Z-transform around the unit circle:

[math]\displaystyle{ x[n] = \frac{1}{2 \pi} \int_{-\pi}^{+\pi} X(e^{j \omega}) e^{j \omega n} d \omega. }[/math]

 

 

 

 

(Eq.4)

The Z-transform with a finite range of [math]\displaystyle{ n }[/math] and a finite number of uniformly spaced [math]\displaystyle{ z }[/math] 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 [math]\displaystyle{ z }[/math] to lie on the unit circle.

Region of convergence

The region of convergence (ROC) is the set of points in the complex plane for which the Z-transform summation converges (i.e. doesn't blow up in magnitude to infinity):

[math]\displaystyle{ \mathrm{ROC} = \left\{ z : \left|\sum_{n=-\infty}^{\infty}x[n]z^{-n}\right| \lt \infty \right\} }[/math]

Example 1 (no ROC)

Let [math]\displaystyle{ x[n] = (.5)^n\ . }[/math] Expanding [math]\displaystyle{ x[n] }[/math] on the interval [math]\displaystyle{ (-\infty, \infty) }[/math] it becomes

[math]\displaystyle{ x[n] = \left \{\dots, (.5)^{-3}, (.5)^{-2}, (.5)^{-1}, 1, (.5), (.5)^2, (.5)^3, \dots \right \} = \left \{\dots, 2^3, 2^2, 2, 1, (.5), (.5)^2, (.5)^3, \dots \right\}. }[/math]

Looking at the sum

[math]\displaystyle{ \sum_{n=-\infty}^{\infty}x[n]z^{-n} \to \infty. }[/math]

Therefore, there are no values of [math]\displaystyle{ z }[/math] that satisfy this condition.

Example 2 (causal ROC)

ROC (blue), |z| = .5 (dashed black circle), and the unit circle (dotted grey circle).

Let [math]\displaystyle{ x[n] = (.5)^n \, u[n] }[/math] (where [math]\displaystyle{ u }[/math] is the Heaviside step function). Expanding [math]\displaystyle{ x[n] }[/math] on the interval [math]\displaystyle{ (-\infty, \infty) }[/math] it becomes

[math]\displaystyle{ x[n] = \left \{\dots, 0, 0, 0, 1, (.5), (.5)^2, (.5)^3, \dots \right \}. }[/math]

Looking at the sum

[math]\displaystyle{ \sum_{n=-\infty}^{\infty}x[n]z^{-n} = \sum_{n=0}^{\infty}(.5)^nz^{-n} = \sum_{n=0}^{\infty}\left(\frac{.5}{z}\right)^n = \frac{1}{1 - (.5)z^{-1}}. }[/math]

The last equality arises from the infinite geometric series and the equality only holds if [math]\displaystyle{ |(.5)z^{-1}| \lt 1 , }[/math] which can be rewritten in terms of [math]\displaystyle{ z }[/math] as [math]\displaystyle{ |z| \gt (.5). }[/math] Thus, the ROC is [math]\displaystyle{ |z| \gt (.5). }[/math] In this case the ROC is the complex plane with a disc of radius 0.5 at the origin "punched out".

Example 3 (anti causal ROC)

ROC (blue), |z| = .5 (dashed black circle), and the unit circle (dotted grey circle).

Let [math]\displaystyle{ x[n] = -(.5)^n \, u[-n-1] }[/math] (where [math]\displaystyle{ u }[/math] is the Heaviside step function). Expanding [math]\displaystyle{ x[n] }[/math] on the interval [math]\displaystyle{ (-\infty, \infty) }[/math] it becomes

[math]\displaystyle{ x[n] = \left \{ \dots, -(.5)^{-3}, -(.5)^{-2}, -(.5)^{-1}, 0, 0, 0, 0, \dots \right \}. }[/math]

Looking at the sum

[math]\displaystyle{ \begin{align} \sum_{n=-\infty}^{\infty}x[n] \, z^{-n} &= -\sum_{n=-\infty}^{-1}(.5)^n \, z^{-n} \\ &= -\sum_{m=1}^{\infty}\left(\frac{z}{.5}\right)^{m} \\ &= -\frac{(.5)^{-1}z}{1 - (.5)^{-1}z} \\ &= -\frac{1}{(.5)z^{-1}-1} \\ &= \frac{1}{1 - (.5)z^{-1}} \\ \end{align} }[/math]

and using the infinite geometric series again, the equality only holds if [math]\displaystyle{ |(.5)^{-1} z| \lt 1 }[/math] which can be rewritten in terms of [math]\displaystyle{ z }[/math] as [math]\displaystyle{ |z| \lt (.5). }[/math] Thus, the ROC is [math]\displaystyle{ |z| \lt (.5). }[/math] 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.

Examples conclusion

Examples 2 & 3 clearly show that the Z-transform [math]\displaystyle{ X(z) }[/math] of [math]\displaystyle{ x[n] }[/math] is unique when and only when specifying the ROC. Creating the pole–zero plot for the causal and anticausal case show that the ROC for either case does not include the pole that is at 0.5. This extends to cases with multiple poles: the ROC will never contain poles.

In example 2, the causal system yields an ROC that includes [math]\displaystyle{ |z| = \infty }[/math] while the anticausal system in example 3 yields an ROC that includes [math]\displaystyle{ |z| = 0 . }[/math]

ROC shown as a blue ring 0.5 < |z| < 0.75

In systems with multiple poles it is possible to have a ROC that includes neither [math]\displaystyle{ |z| = \infty }[/math] nor [math]\displaystyle{ |z| = 0 . }[/math] The ROC creates a circular band. For example,

[math]\displaystyle{ x[n] = (.5)^n \, u[n] - (.75)^n \, u[-n-1] }[/math]

has poles at 0.5 and 0.75. The ROC will be 0.5 < |z| < 0.75, which includes neither the origin nor infinity. Such a system is called a mixed-causality system as it contains a causal term [math]\displaystyle{ (.5)^n \, u[n] }[/math] and an anticausal term [math]\displaystyle{ -(.75)^n \, u[-n-1] . }[/math]

The stability of a system can also be determined by knowing the ROC alone. If the ROC contains the unit circle (i.e., |z| = 1) then the system is stable. In the above systems the causal system (Example 2) is stable because |z| > 0.5 contains the unit circle.

Let us assume we are provided a Z-transform of a system without a ROC (i.e., an ambiguous [math]\displaystyle{ x[n] }[/math]). We can determine a unique [math]\displaystyle{ x[n] }[/math] provided we desire the following:

  • Stability
  • Causality

For stability the ROC must contain the unit circle. If we need a causal system then the ROC must contain infinity and the system function will be a right-sided sequence. If we need an anticausal system then the ROC must contain the origin and the system function will be a left-sided sequence. If we need both stability and causality, all the poles of the system function must be inside the unit circle.

The unique [math]\displaystyle{ x[n] }[/math] can then be found.

Properties

Properties of the z-transform

Property

Time domain Z-domain Proof ROC
Definition of Z-transform [math]\displaystyle{ x[n] }[/math] [math]\displaystyle{ X(z) }[/math] [math]\displaystyle{ X(z)=\mathcal{Z}\{x[n]\} }[/math] (definition of the z-transform)

[math]\displaystyle{ x[n]=\mathcal{Z}^{-1}\{X(z)\} }[/math] (definition of the inverse z-transform)

[math]\displaystyle{ r_2\lt |z|\lt r_1 }[/math]
Linearity [math]\displaystyle{ a_1 x_1[n] + a_2 x_2[n] }[/math] [math]\displaystyle{ a_1 X_1(z) + a_2 X_2(z) }[/math] [math]\displaystyle{ \begin{align}X(z) &= \sum_{n=-\infty}^{\infty} (a_1x_1(n)+a_2x_2(n))z^{-n} \\ &= a_1\sum_{n=-\infty}^{\infty} x_1(n) \, z^{-n} + a_2\sum_{n=-\infty}^{\infty}x_2(n) \, z^{-n} \\ &= a_1X_1(z) + a_2X_2(z) \end{align} }[/math] Contains ROC1 ∩ ROC2
Time expansion [math]\displaystyle{ x_K[n] = \begin{cases} x[r], & n = Kr \\ 0, & n \notin K\mathbb{Z} \end{cases} }[/math]

with [math]\displaystyle{ K\mathbb{Z} := \{Kr: r \in \mathbb{Z}\} }[/math]

[math]\displaystyle{ X(z^K) }[/math] [math]\displaystyle{ \begin{align} X_K(z) &=\sum_{n=-\infty}^{\infty} x_K(n)z^{-n} \\ &= \sum_{r=-\infty}^{\infty}x(r)z^{-rK}\\ &= \sum_{r=-\infty}^{\infty}x(r)(z^{K})^{-r}\\ &= X(z^{K}) \end{align} }[/math] [math]\displaystyle{ R^{\frac{1}{K}} }[/math]
Decimation [math]\displaystyle{ x[Kn] }[/math] [math]\displaystyle{ \frac{1}{K} \sum_{p=0}^{K-1} X\left(z^{\tfrac{1}{K}} \cdot e^{-i \tfrac{2\pi}{K} p}\right) }[/math] ohio-state.edu or ee.ic.ac.uk
Time delay [math]\displaystyle{ x[n-k] }[/math]

with [math]\displaystyle{ k\gt 0 }[/math] and [math]\displaystyle{ x : x[n]=0\ \forall \, n\lt 0 }[/math]

[math]\displaystyle{ z^{-k}X(z) }[/math] [math]\displaystyle{ \begin{align} \mathcal{Z}\{x[n-k]\} &= \sum_{n=0}^{\infty} x[n-k]z^{-n}\\ &= \sum_{j=-k}^{\infty} x[j]z^{-(j+k)}&& j = n-k \\ &= \sum_{j=-k}^{\infty} x[j]z^{-j}z^{-k} \\ &= z^{-k}\sum_{j=-k}^{\infty}x[j]z^{-j}\\ &= z^{-k}\sum_{j=0}^{\infty}x[j]z^{-j} && x[\beta] = 0, \beta \lt 0\\ &= z^{-k}X(z)\end{align} }[/math] ROC, except [math]\displaystyle{ z{=}0 }[/math] if [math]\displaystyle{ k \gt 0 }[/math] and [math]\displaystyle{ z {=} \infty }[/math] if [math]\displaystyle{ k \lt 0 }[/math]
Time advance [math]\displaystyle{ x[n+k] }[/math]

with [math]\displaystyle{ k\gt 0 }[/math]

Bilateral Z-transform:

[math]\displaystyle{ z^kX(z) }[/math] Unilateral Z-transform:[12] [math]\displaystyle{ z^k \, X(z)-z^k\sum^{k-1}_{n=0}x[n] \, z^{-n} }[/math]

First difference backward [math]\displaystyle{ x[n] - x[n-1] }[/math]

with [math]\displaystyle{ x[n]{=}0 }[/math] for [math]\displaystyle{ n \lt 0 }[/math]

[math]\displaystyle{ (1-z^{-1}) \, X(z) }[/math] Contains the intersection of ROC of [math]\displaystyle{ X_1(z) }[/math] and [math]\displaystyle{ z \neq 0 }[/math]
First difference forward [math]\displaystyle{ x[n+1] - x[n] }[/math] [math]\displaystyle{ (z-1) \, X(z)-z \, x[0] }[/math]
Time reversal [math]\displaystyle{ x[-n] }[/math] [math]\displaystyle{ X(z^{-1}) }[/math] [math]\displaystyle{ \begin{align} \mathcal{Z}\{x(-n)\} &= \sum_{n=-\infty}^{\infty} x(-n)z^{-n} \\ &= \sum_{m=-\infty}^{\infty} x(m)z^{m}\\ &= \sum_{m=-\infty}^{\infty} x(m){(z^{-1})}^{-m}\\ &= X(z^{-1}) \\ \end{align} }[/math] [math]\displaystyle{ \tfrac{1}{r_1}\lt |z|\lt \tfrac{1}{r_2} }[/math]
Scaling in the z-domain [math]\displaystyle{ a^n x[n] }[/math] [math]\displaystyle{ X(a^{-1}z) }[/math] [math]\displaystyle{ \begin{align}\mathcal{Z} \left \{a^n x[n] \right \} &= \sum_{n=-\infty}^{\infty} a^{n}x(n)z^{-n} \\ &= \sum_{n=-\infty}^{\infty} x(n)(a^{-1}z)^{-n} \\ &= X(a^{-1}z) \end{align} }[/math] [math]\displaystyle{ |a|r_2 \lt |z|\lt |a|r_1 }[/math]
Complex conjugation [math]\displaystyle{ x^*[n] }[/math] [math]\displaystyle{ X^*(z^*) }[/math] [math]\displaystyle{ \begin{align} \mathcal{Z} \{x^*(n)\} &= \sum_{n=-\infty}^{\infty} x^*(n)z^{-n}\\ &= \sum_{n=-\infty}^{\infty} \left [x(n)(z^*)^{-n} \right ]^*\\ &= \left [ \sum_{n=-\infty}^{\infty} x(n)(z^*)^{-n}\right ]^*\\ &= X^*(z^*) \end{align} }[/math]
Real part [math]\displaystyle{ \operatorname{Re}\{x[n]\} }[/math] [math]\displaystyle{ \tfrac{1}{2}\left[X(z)+X^*(z^*) \right] }[/math]
Imaginary part [math]\displaystyle{ \operatorname{Im}\{x[n]\} }[/math] [math]\displaystyle{ \tfrac{1}{2j}\left[X(z)-X^*(z^*) \right] }[/math]
Differentiation in the z-domain [math]\displaystyle{ n \, x[n] }[/math] [math]\displaystyle{ -z \frac{dX(z)}{dz} }[/math] [math]\displaystyle{ \begin{align} \mathcal{Z}\{n \, x(n)\} &= \sum_{n=-\infty}^{\infty} n \, x(n)z^{-n}\\ &= z \sum_{n=-\infty}^{\infty} n \, x(n)z^{-n-1}\\ &= -z \sum_{n=-\infty}^{\infty} x(n)(-n \, z^{-n-1})\\ &= -z \sum_{n=-\infty}^{\infty} x(n)\frac{d}{dz}(z^{-n}) \\ &= -z \frac{dX(z)}{dz} \end{align} }[/math] ROC, if [math]\displaystyle{ X(z) }[/math] is rational;

ROC possibly excluding the boundary, if [math]\displaystyle{ X(z) }[/math] is irrational[13]

Convolution [math]\displaystyle{ x_1[n] * x_2[n] }[/math] [math]\displaystyle{ X_1(z) \, X_2(z) }[/math] [math]\displaystyle{ \begin{align} \mathcal{Z}\{x_1(n)*x_2(n)\} &= \mathcal{Z} \left \{\sum_{l=-\infty}^{\infty} x_1(l)x_2(n-l) \right \} \\ &= \sum_{n=-\infty}^{\infty} \left [\sum_{l=-\infty}^{\infty} x_1(l)x_2(n-l) \right ]z^{-n}\\ &=\sum_{l=-\infty}^{\infty} x_1(l) \left [\sum_{n=-\infty}^{\infty} x_2(n-l)z^{-n} \right ]\\ &= \left [\sum_{l=-\infty}^{\infty} x_1(l)z^{-l} \right ] \! \!\left [\sum_{n=-\infty}^{\infty} x_2(n)z^{-n} \right ] \\ &=X_1(z)X_2(z) \end{align} }[/math] Contains ROC1 ∩ ROC2
Cross-correlation [math]\displaystyle{ r_{x_1,x_2}=x_1^*[-n] * x_2[n] }[/math] [math]\displaystyle{ R_{x_1,x_2}(z)=X_1^*(\tfrac{1}{z^*})X_2(z) }[/math] Contains the intersection of ROC of [math]\displaystyle{ X_1(\tfrac{1}{z^*}) }[/math] and [math]\displaystyle{ X_2(z) }[/math]
Accumulation [math]\displaystyle{ \sum_{k=-\infty}^{n} x[k] }[/math] [math]\displaystyle{ \frac{1}{1-z^{-1}}X(z) }[/math] [math]\displaystyle{ \begin{align} \sum_{n=-\infty}^{\infty}\sum_{k=-\infty}^{n} x[k] z^{-n}&=\sum_{n=-\infty}^{\infty}(x[n]+\cdots + x[-\infty])z^{-n}\\ &=X(z) \left (1+z^{-1}+z^{-2}+\cdots \right )\\ &=X(z) \sum_{j=0}^{\infty}z^{-j} \\ &=X(z) \frac{1}{1-z^{-1}}\end{align} }[/math]
Multiplication [math]\displaystyle{ x_1[n] \, x_2[n] }[/math] [math]\displaystyle{ \frac{1}{j2\pi}\oint_C X_1(v)X_2(\tfrac{z}{v})v^{-1}\mathrm{d}v }[/math] -

Parseval's theorem

[math]\displaystyle{ \sum_{n=-\infty}^{\infty} x_1[n]x^*_2[n] \quad = \quad \frac{1}{j2\pi}\oint_C X_1(v)X^*_2(\tfrac{1}{v^*})v^{-1}\mathrm{d}v }[/math]

Initial value theorem: If [math]\displaystyle{ x[n] }[/math] is causal, then

[math]\displaystyle{ x[0]=\lim_{z\to \infty}X(z). }[/math]

Final value theorem: If the poles of [math]\displaystyle{ (z - 1) X(z) }[/math] are inside the unit circle, then

[math]\displaystyle{ x[\infty]=\lim_{z\to 1}(z-1)X(z). }[/math]

Table of common Z-transform pairs

Here:

[math]\displaystyle{ u : n \mapsto u[n] = \begin{cases} 1, & n \ge 0 \\ 0, & n \lt 0 \end{cases} }[/math]

is the unit (or Heaviside) step function and

[math]\displaystyle{ \delta : n \mapsto \delta[n] = \begin{cases} 1, & n = 0 \\ 0, & n \ne 0 \end{cases} }[/math]

is the discrete-time unit impulse function (cf Dirac delta function which is a continuous-time version). The two functions are chosen together so that the unit step function is the accumulation (running total) of the unit impulse function.

Signal, [math]\displaystyle{ x[n] }[/math] Z-transform, [math]\displaystyle{ X(z) }[/math] ROC
1 [math]\displaystyle{ \delta[n] }[/math] 1 all z
2 [math]\displaystyle{ \delta[n-n_0] }[/math] [math]\displaystyle{ z^{-n_0} }[/math] [math]\displaystyle{ z \neq 0 }[/math]
3 [math]\displaystyle{ u[n] \, }[/math] [math]\displaystyle{ \frac{1}{1-z^{-1} } }[/math] [math]\displaystyle{ |z| \gt 1 }[/math]
4 [math]\displaystyle{ -u[-n-1] }[/math] [math]\displaystyle{ \frac{1}{1 - z^{-1}} }[/math] [math]\displaystyle{ |z| \lt 1 }[/math]
5 [math]\displaystyle{ n u[n] }[/math] [math]\displaystyle{ \frac{z^{-1}}{( 1-z^{-1} )^2} }[/math] [math]\displaystyle{ |z| \gt 1 }[/math]
6 [math]\displaystyle{ - n u[-n-1] \, }[/math] [math]\displaystyle{ \frac{z^{-1} }{ (1 - z^{-1})^2 } }[/math] [math]\displaystyle{ |z| \lt 1 }[/math]
7 [math]\displaystyle{ n^2 u[n] }[/math] [math]\displaystyle{ \frac{ z^{-1} (1 + z^{-1} )}{(1 - z^{-1})^3} }[/math] [math]\displaystyle{ |z| \gt 1\, }[/math]
8 [math]\displaystyle{ - n^2 u[-n - 1] \, }[/math] [math]\displaystyle{ \frac{ z^{-1} (1 + z^{-1} )}{(1 - z^{-1})^3} }[/math] [math]\displaystyle{ |z| \lt 1\, }[/math]
9 [math]\displaystyle{ n^3 u[n] }[/math] [math]\displaystyle{ \frac{z^{-1} (1 + 4 z^{-1} + z^{-2} )}{(1-z^{-1})^4} }[/math] [math]\displaystyle{ |z| \gt 1\, }[/math]
10 [math]\displaystyle{ - n^3 u[-n -1] }[/math] [math]\displaystyle{ \frac{z^{-1} (1 + 4 z^{-1} + z^{-2} )}{(1-z^{-1})^4} }[/math] [math]\displaystyle{ |z| \lt 1\, }[/math]
11 [math]\displaystyle{ a^n u[n] }[/math] [math]\displaystyle{ \frac{1}{1-a z^{-1}} }[/math] [math]\displaystyle{ |z| \gt |a| }[/math]
12 [math]\displaystyle{ -a^n u[-n-1] }[/math] [math]\displaystyle{ \frac{1}{1-a z^{-1}} }[/math] [math]\displaystyle{ |z| \lt |a| }[/math]
13 [math]\displaystyle{ n a^n u[n] }[/math] [math]\displaystyle{ \frac{az^{-1} }{ (1-a z^{-1})^2 } }[/math] [math]\displaystyle{ |z| \gt |a| }[/math]
14 [math]\displaystyle{ -n a^n u[-n-1] }[/math] [math]\displaystyle{ \frac{az^{-1} }{ (1-a z^{-1})^2 } }[/math] [math]\displaystyle{ |z| \lt |a| }[/math]
15 [math]\displaystyle{ n^2 a^n u[n] }[/math] [math]\displaystyle{ \frac{a z^{-1} (1 + a z^{-1}) }{(1-a z^{-1})^3} }[/math] [math]\displaystyle{ |z| \gt |a| }[/math]
16 [math]\displaystyle{ - n^2 a^n u[-n -1] }[/math] [math]\displaystyle{ \frac{a z^{-1} (1 + a z^{-1}) }{(1-a z^{-1})^3} }[/math] [math]\displaystyle{ |z| \lt |a| }[/math]
17 [math]\displaystyle{ \left(\begin{array}{c} n + m - 1 \\ m - 1 \end{array} \right) a^n u[n] }[/math] [math]\displaystyle{ \frac{1}{(1-a z^{-1})^m} }[/math], for positive integer [math]\displaystyle{ m }[/math][13] [math]\displaystyle{ |z| \gt |a| }[/math]
18 [math]\displaystyle{ (-1)^m \left(\begin{array}{c} -n - 1 \\ m - 1 \end{array} \right) a^n u[-n -m] }[/math] [math]\displaystyle{ \frac{1}{(1-a z^{-1})^m} }[/math], for positive integer [math]\displaystyle{ m }[/math][13] [math]\displaystyle{ |z| \lt |a| }[/math]
19 [math]\displaystyle{ \cos(\omega_0 n) u[n] }[/math] [math]\displaystyle{ \frac{ 1-z^{-1} \cos(\omega_0)}{ 1-2z^{-1}\cos(\omega_0)+ z^{-2}} }[/math] [math]\displaystyle{ |z| \gt 1 }[/math]
20 [math]\displaystyle{ \sin(\omega_0 n) u[n] }[/math] [math]\displaystyle{ \frac{ z^{-1} \sin(\omega_0)}{ 1-2z^{-1}\cos(\omega_0)+ z^{-2} } }[/math] [math]\displaystyle{ |z| \gt 1 }[/math]
21 [math]\displaystyle{ a^n \cos(\omega_0 n) u[n] }[/math] [math]\displaystyle{ \frac{1-a z^{-1} \cos( \omega_0)}{1-2az^{-1}\cos(\omega_0)+ a^2 z^{-2}} }[/math] [math]\displaystyle{ |z|\gt |a| }[/math]
22 [math]\displaystyle{ a^n \sin(\omega_0 n) u[n] }[/math] [math]\displaystyle{ \frac{ az^{-1} \sin(\omega_0) }{ 1-2az^{-1}\cos(\omega_0)+ a^2 z^{-2} } }[/math] [math]\displaystyle{ |z|\gt |a| }[/math]

Relationship to Fourier series and Fourier transform

For values of [math]\displaystyle{ z }[/math] in the region [math]\displaystyle{ |z| {=} 1 }[/math], known as the unit circle, we can express the transform as a function of a single real variable [math]\displaystyle{ \omega }[/math] by defining [math]\displaystyle{ z {=} e^{j \omega}. }[/math] And the bi-lateral transform reduces to a Fourier series:

[math]\displaystyle{ \sum_{n=-\infty}^{\infty} x[n]\ z^{-n} = \sum_{n=-\infty}^{\infty} x[n]\ e^{-j\omega n}, }[/math]

 

 

 

 

(Eq.4)

which is also known as the discrete-time Fourier transform (DTFT) of the [math]\displaystyle{ x[n] }[/math] sequence. This [math]\displaystyle{ 2\pi }[/math]-periodic function is the periodic summation of a Fourier transform, which makes it a widely used analysis tool. To understand this, let [math]\displaystyle{ X(f) }[/math] be the Fourier transform of any function, [math]\displaystyle{ x(t) }[/math], whose samples at some interval [math]\displaystyle{ T }[/math] equal the [math]\displaystyle{ x[n] }[/math] sequence. Then the DTFT of the [math]\displaystyle{ x[n] }[/math] sequence can be written as follows.

[math]\displaystyle{ \underbrace{ \sum_{n=-\infty}^{\infty} \overbrace{x(nT)}^{x[n]}\ e^{-j 2\pi f nT} }_{\text{DTFT}} = \frac{1}{T}\sum_{k=-\infty}^{\infty} X(f-k/T), }[/math]

 

 

 

 

(Eq.5)

where [math]\displaystyle{ T }[/math] has units of seconds, [math]\displaystyle{ f }[/math] has units of hertz. Comparison of the two series reveals that [math]\displaystyle{ \omega {=} 2\pi fT }[/math] is a normalized frequency with unit of radian per sample. The value [math]\displaystyle{ \omega{=}2\pi }[/math] corresponds to [math]\displaystyle{ f {=} \frac{1}{T} }[/math]. And now, with the substitution [math]\displaystyle{ f{=}\frac{\omega }{2\pi T}, }[/math] Eq.4 can be expressed in terms of [math]\displaystyle{ X( \tfrac{\omega - 2\pi k}{2\pi T} ) }[/math](a Fourier transform):

[math]\displaystyle{ \sum_{n=-\infty}^{\infty} x[n]\ e^{-j\omega n} = \frac{1}{T}\sum_{k=-\infty}^{\infty} \underbrace{X\left(\tfrac{\omega}{2\pi T} - \tfrac{k}{T}\right)}_{X\left(\frac{\omega - 2\pi k}{2\pi T}\right)}. }[/math]

 

 

 

 

(Eq.6)

As parameter T changes, the individual terms of Eq.5 move farther apart or closer together along the f-axis. In Eq.6 however, the centers remain 2π apart, while their widths expand or contract. When sequence [math]\displaystyle{ x(nT) }[/math] represents the impulse response of an LTI system, these functions are also known as its frequency response. When the [math]\displaystyle{ x(nT) }[/math] sequence is periodic, its DTFT is divergent at one or more harmonic frequencies, and zero at all other frequencies. This is often represented by the use of amplitude-variant Dirac delta functions at the harmonic frequencies. Due to periodicity, there are only a finite number of unique amplitudes, which are readily computed by the much simpler discrete Fourier transform (DFT). (See Discrete-time Fourier transform § Periodic data.)

Relationship to Laplace transform

Bilinear transform

Main page: Bilinear transform

The bilinear transform can be used to convert continuous-time filters (represented in the Laplace domain) into discrete-time filters (represented in the Z-domain), and vice versa. The following substitution is used:

[math]\displaystyle{ s =\frac{2}{T} \frac{(z-1)}{(z+1)} }[/math]

to convert some function [math]\displaystyle{ H(s) }[/math] in the Laplace domain to a function [math]\displaystyle{ H(z) }[/math] in the Z-domain (Tustin transformation), or

[math]\displaystyle{ z =e^{sT}\approx \frac{1+sT/2}{1-sT/2} }[/math]

from the Z-domain to the Laplace domain. Through the bilinear transformation, the complex s-plane (of the Laplace transform) is mapped to the complex z-plane (of the z-transform). While this mapping is (necessarily) nonlinear, it is useful in that it maps the entire [math]\displaystyle{ j\omega }[/math] axis of the s-plane onto the unit circle in the z-plane. As such, the Fourier transform (which is the Laplace transform evaluated on the [math]\displaystyle{ j\omega }[/math] axis) becomes the discrete-time Fourier transform. This assumes that the Fourier transform exists; i.e., that the [math]\displaystyle{ j\omega }[/math] axis is in the region of convergence of the Laplace transform.

Starred transform

Main page: Starred transform

Given a one-sided Z-transform [math]\displaystyle{ X(z) }[/math] of a time-sampled function, the corresponding starred transform produces a Laplace transform and restores the dependence on [math]\displaystyle{ T }[/math] (the sampling parameter):

[math]\displaystyle{ \bigg. X^*(s) = X(z)\bigg|_{\displaystyle z = e^{sT}} }[/math]

The inverse Laplace transform is a mathematical abstraction known as an impulse-sampled function.

Linear constant-coefficient difference equation

The linear constant-coefficient difference (LCCD) equation is a representation for a linear system based on the autoregressive moving-average equation:

[math]\displaystyle{ \sum_{p=0}^{N}y[n-p]\alpha_{p} = \sum_{q=0}^{M}x[n-q]\beta_{q} . }[/math]

Both sides of the above equation can be divided by [math]\displaystyle{ \alpha_0 }[/math] if it is not zero. By normalizing with [math]\displaystyle{ \alpha_0{=}1, }[/math] the LCCD equation can be written

[math]\displaystyle{ y[n] = \sum_{q=0}^{M}x[n-q]\beta_{q} - \sum_{p=1}^{N}y[n-p]\alpha_{p}. }[/math]

This form of the LCCD equation is favorable to make it more explicit that the "current" output [math]\displaystyle{ y[n] }[/math] is a function of past outputs [math]\displaystyle{ y[n-p], }[/math] current input [math]\displaystyle{ x[n], }[/math] and previous inputs [math]\displaystyle{ x[n-q]. }[/math]

Transfer function

Taking the Z-transform of the above equation (using linearity and time-shifting laws) yields:

[math]\displaystyle{ Y(z) \sum_{p=0}^{N}z^{-p}\alpha_{p} = X(z) \sum_{q=0}^{M}z^{-q}\beta_{q} }[/math]

where [math]\displaystyle{ X(z) }[/math] and [math]\displaystyle{ Y(z) }[/math] are the z-transform of [math]\displaystyle{ x[n] }[/math] and [math]\displaystyle{ y[n], }[/math] respectively. (Notation conventions typically use capitalized letters to refer to the z-transform of a signal denoted by a corresponding lower case letter, similar to the convention used for notating Laplace transforms.)

Rearranging results in the system's transfer function:

[math]\displaystyle{ H(z) = \frac{Y(z)}{X(z)} = \frac{\sum_{q=0}^{M}z^{-q}\beta_{q}}{\sum_{p=0}^{N}z^{-p}\alpha_{p}} = \frac{\beta_0 + z^{-1} \beta_1 + z^{-2} \beta_2 + \cdots + z^{-M} \beta_M}{\alpha_0 + z^{-1} \alpha_1 + z^{-2} \alpha_2 + \cdots + z^{-N} \alpha_N}. }[/math]

Zeros and poles

From the fundamental theorem of algebra the numerator has [math]\displaystyle{ M }[/math] roots (corresponding to zeros of [math]\displaystyle{ H }[/math]) and the denominator has [math]\displaystyle{ N }[/math] roots (corresponding to poles). Rewriting the transfer function in terms of zeros and poles

[math]\displaystyle{ H(z) = \frac{(1 - q_1 z^{-1})(1 - q_2 z^{-1})\cdots(1 - q_M z^{-1}) } { (1 - p_1 z^{-1})(1 - p_2 z^{-1})\cdots(1 - p_N z^{-1})} , }[/math]

where [math]\displaystyle{ q_k }[/math] is the [math]\displaystyle{ k^\text{th} }[/math] zero and [math]\displaystyle{ p_k }[/math] is the [math]\displaystyle{ k^\text{th} }[/math] 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 addition, there may also exist zeros and poles at [math]\displaystyle{ z{=}0 }[/math] and [math]\displaystyle{ z{=}\infty. }[/math] 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.

Output response

If such a system [math]\displaystyle{ H(z) }[/math] is driven by a signal [math]\displaystyle{ X(z) }[/math] then the output is [math]\displaystyle{ Y(z) = H(z)X(z). }[/math] By performing partial fraction decomposition on [math]\displaystyle{ Y(z) }[/math] and then taking the inverse Z-transform the output [math]\displaystyle{ y[n] }[/math] can be found. In practice, it is often useful to fractionally decompose [math]\displaystyle{ \textstyle \frac{Y(z)}{z} }[/math] before multiplying that quantity by [math]\displaystyle{ z }[/math] to generate a form of [math]\displaystyle{ Y(z) }[/math] which has terms with easily computable inverse Z-transforms.

See also

References

  1. Mandal, Jyotsna Kumar (2020). "Z-Transform-Based Reversible Encoding". Reversible Steganography and Authentication via Transform Encoding. Studies in Computational Intelligence. 901. Singapore: Springer Singapore. pp. 157–195. doi:10.1007/978-981-15-4397-5_7. ISBN 978-981-15-4396-8. "Z is a complex variable. Z-transform converts the discrete spatial domain signal into complex frequency domain representation. Z-transform is derived from the Laplace transform." 
  2. Lynn, Paul A. (1986). "The Laplace Transform and the z-transform". Electronic Signals and Systems. London: Macmillan Education UK. pp. 225–272. doi:10.1007/978-1-349-18461-3_6. ISBN 978-0-333-39164-8. "Laplace Transform and the z-transform are closely related to the Fourier Transform. z-transform is especially suitable for dealing with discrete signals and systems. It offers a more compact and convenient notation than the discrete-time Fourier Transform." 
  3. Palani, S. (2021-08-26). "The z-Transform Analysis of Discrete Time Signals and Systems". Signals and Systems. Cham: Springer International Publishing. pp. 921–1055. doi:10.1007/978-3-030-75742-7_9. ISBN 978-3-030-75741-0. "z-transform is the discrete counterpart of Laplace transform. z-transform converts difference equations of discrete time systems to algebraic equations which simplifies the discrete time system analysis. Laplace transform and z-transform are common except that Laplace transform deals with continuous time signals and systems." 
  4. E. R. Kanasewich (1981). Time Sequence Analysis in Geophysics. University of Alberta. pp. 186, 249. ISBN 978-0-88864-074-1. https://books.google.com/books?id=k8SSLy-FYagC&q=inauthor%3AKanasewich++poles+stability&pg=PA249. 
  5. E. R. Kanasewich (1981). Time sequence analysis in geophysics (3rd ed.). University of Alberta. pp. 185–186. ISBN 978-0-88864-074-1. https://books.google.com/books?id=k8SSLy-FYagC&pg=PA185. 
  6. Ragazzini, J. R.; Zadeh, L. A. (1952). "The analysis of sampled-data systems". Transactions of the American Institute of Electrical Engineers, Part II: Applications and Industry 71 (5): 225–234. doi:10.1109/TAI.1952.6371274. 
  7. Cornelius T. Leondes (1996). Digital control systems implementation and computational techniques. Academic Press. p. 123. ISBN 978-0-12-012779-5. https://books.google.com/books?id=aQbk3uidEJoC&pg=PA123. 
  8. Eliahu Ibrahim Jury (1958). Sampled-Data Control Systems. John Wiley & Sons. 
  9. Eliahu Ibrahim Jury (1973). Theory and Application of the Z-Transform Method. Krieger Pub Co. ISBN 0-88275-122-0. 
  10. Eliahu Ibrahim Jury (1964). Theory and Application of the Z-Transform Method. John Wiley & Sons. p. 1. 
  11. Jackson, Leland B. (1996). "The z Transform". Digital Filters and Signal Processing. Boston, MA: Springer US. pp. 29–54. doi:10.1007/978-1-4757-2458-5_3. ISBN 978-1-4419-5153-3. "z transform is to discrete-time systems what the Laplace transform is to continuous-time systems. z is a complex variable. This is sometimes referred to as the two-sided z transform, with the one-sided z transform being the same except for a summation from n = 0 to infinity. The primary use of the one sided transform ... is for causal sequences, in which case the two transforms are the same anyway. We will not, therefore, make this distinction and will refer to ... as simply the z transform of x(n)." 
  12. Bolzern, Paolo; Scattolini, Riccardo; Schiavoni, Nicola (2015) (in it). Fondamenti di Controlli Automatici. MC Graw Hill Education. ISBN 978-88-386-6882-1. 
  13. 13.0 13.1 13.2 A. R. Forouzan (2016). "Region of convergence of derivative of Z transform". Electronics Letters 52 (8): 617–619. doi:10.1049/el.2016.0189. Bibcode2016ElL....52..617F. 

Further reading

  • Refaat El Attar, Lecture notes on Z-Transform, Lulu Press, Morrisville NC, 2005. ISBN 1-4116-1979-X.
  • Ogata, Katsuhiko, Discrete Time Control Systems 2nd Ed, Prentice-Hall Inc, 1995, 1987. ISBN 0-13-034281-5.
  • Alan V. Oppenheim and Ronald W. Schafer (1999). Discrete-Time Signal Processing, 2nd Edition, Prentice Hall Signal Processing Series. ISBN 0-13-754920-2.

External links

  • Hazewinkel, Michiel, ed. (2001), "Z-transform", Encyclopedia of Mathematics, Springer Science+Business Media B.V. / Kluwer Academic Publishers, ISBN 978-1-55608-010-4, https://www.encyclopediaofmath.org/index.php?title=p/z130010 
  • Merrikh-Bayat, Farshad (2014). "Two Methods for Numerical Inversion of the Z-Transform". arXiv:1409.1727 [math.NA].
  • Z-Transform table of some common Laplace transforms
  • Mathworld's entry on the Z-transform
  • Z-Transform threads in Comp.DSP
  • A graphic of the relationship between Laplace transform s-plane to Z-plane of the Z transform
  • A video-based explanation of the Z-Transform for engineers
  • What is the z-Transform?