Z-transform

From Wikipedia, the free encyclopedia
Jump to: navigation, search

In mathematics and signal processing, the Z-transform converts a time-domain signal, which is a sequence of real or complex numbers, into a complex frequency-domain representation.

It can be considered as a discrete-time equivalent of the Laplace transform. This similarity is explored in the theory of time scale calculus.

Contents

History[edit]

The basic idea now known as the Z-transform was known to Laplace, and re-introduced in 1947 by W. Hurewicz as a tractable way to solve linear, constant-coefficient difference equations.[1] It was later dubbed "the z-transform" by Ragazzini and Zadeh in the sampled-data control group at Columbia University in 1952.[2][3]

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

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.[6] 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[edit]

The Z-transform, like many integral transforms, can be defined as either a one-sided or two-sided transform.

Bilateral Z-transform[edit]

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

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

where n is an integer and z is, in general, a complex number:

z = A e^{j\phi} = A(\cos{\phi}+j\sin{\phi})\,

where A is the magnitude of z, j is the imaginary unit, and φ is the complex argument (also referred to as angle or phase) in radians.

Unilateral Z-transform[edit]

Alternatively, in cases where x[n] is defined only for n ≥ 0, the single-sided or unilateral Z-transform is defined as

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

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 x[n] is the probability that a discrete random variable takes the value n, and the function X(z) is usually written as X(s), in terms of s = z−1. The properties of Z-transforms (below) have useful interpretations in the context of probability theory.

Geophysical definition[edit]

In geophysics, the usual definition for the Z-transform is a power series in z as opposed to z−1. This convention is used by Robinson and Treitel and by Kanasewich.[citation needed] The geophysical definition is

X(z) = \mathcal{Z}\{x[n]\} =  \sum_{n} x[n] z^{n}.

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.[dubious ][citation needed] Thus, care is required to note which definition is being used by a particular author.

Inverse Z-transform[edit]

The inverse Z-transform is

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

where C 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 C must encircle all of the poles of X(z).

A special case of this contour integral occurs when C is the unit circle (and can be used when the ROC includes the unit circle which is always guaranteed when X(z) is stable, i.e. all the poles are within the unit circle). The inverse Z-transform simplifies to the inverse discrete-time Fourier transform:

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

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.

Region of convergence[edit]

The region of convergence (ROC) is the set of points in the complex plane for which the Z-transform summation converges.

ROC = \left\{ z : \left|\sum_{n=-\infty}^{\infty}x[n]z^{-n}\right| < \infty \right\}

Example 1 (no ROC)[edit]

Let x[n] = (0.5)n. Expanding x[n] on the interval (−∞, ∞) it becomes

x[n] = \left \{\cdots, 0.5^{-3}, 0.5^{-2}, 0.5^{-1}, 1, 0.5, 0.5^2, 0.5^3, \cdots \right \} = \left \{\cdots, 2^3, 2^2, 2, 1, 0.5, 0.5^2, 0.5^3, \cdots \right\}.

Looking at the sum

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

Therefore, there are no values of z that satisfy this condition.

Example 2 (causal ROC)[edit]

= 0.5 is shown as a dashed black circle

Let x[n] = 0.5^n u[n]\ (where u is the Heaviside step function). Expanding x[n] on the interval (−∞, ∞) it becomes

x[n] = \left \{\cdots, 0, 0, 0, 1, 0.5, 0.5^2, 0.5^3, \cdots \right \}.

Looking at the sum

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

The last equality arises from the infinite geometric series and the equality only holds if |0.5z−1| < 1 which can be rewritten in terms of z as |z| > 0.5. Thus, the ROC is |z| > 0.5. In this case the ROC is the complex plane with a disc of radius 0.5 at the origin "punched out".

Example 3 (anticausal ROC)[edit]

= 0.5 is shown as a dashed black circle

Let x[n] = -(0.5)^n u[-n-1]\ (where u is the Heaviside step function). Expanding x[n] on the interval (−∞, ∞) it becomes

x[n] = \left \{ \cdots, -(0.5)^{-3}, -(0.5)^{-2}, -(0.5)^{-1}, 0, 0, 0, 0, \cdots \right \}.

Looking at the sum

\sum_{n=-\infty}^{\infty}x[n]z^{-n} = -\sum_{n=-\infty}^{-1}0.5^nz^{-n} = -\sum_{m=1}^{\infty}\left(\frac{z}{0.5}\right)^{m} = 1-\frac{1}{1 - 0.5^{-1}z} =\frac{1}{1 - 0.5z^{-1}}

Using the infinite geometric series, again, the equality only holds if |0.5−1z| < 1 which can be rewritten in terms of z as |z| < 0.5. Thus, the ROC is |z| < 0.5. 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[edit]

Examples 2 & 3 clearly show that the Z-transform X(z) of x[n] 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 |z| = ∞ while the anticausal system in example 3 yields an ROC that includes |z| = 0.

< 0.75

In systems with multiple poles it is possible to have an ROC that includes neither |z| = ∞ nor |z| = 0. The ROC creates a circular band. For example,

x[n] = 0.5^nu[n] - 0.75^nu[-n-1]

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 (0.5)ν[n] and an anticausal term -(0.75)^nu[-n-1]\ .

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.

If you are provided a Z-transform of a system without an ROC (i.e., an ambiguous x[n]) you can determine a unique x[n] provided you desire the following:

  • Stability
  • Causality

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 x[n] can then be found.

Properties[edit]

Properties of the z-transform
Time domain Z-domain Proof ROC
Notation x[n]=\mathcal{Z}^{-1}\{X(z)\} X(z)=\mathcal{Z}\{x[n]\} r_2<|z|<r_1
Linearity a_1 x_1[n] + a_2 x_2[n] a_1 X_1(z) + a_2 X_2(z) \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} Contains ROC1 ∩ ROC2
Time expansion x_{(k)}[n] = \begin{cases} x[r], & n = rk \\ 0, & n \not= rk \end{cases}

r: integer

X(z^k) \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} R^{\frac{1}{k}}
Time shifting x[n-k] z^{-k}X(z) \begin{align} 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 < 0\\
&= z^{-k}X(z)\end{align} ROC, except z = 0 if k > 0 and z = ∞ if k < 0
Scaling in

the z-domain

a^n x[n] X(a^{-1}z) \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} |a|r_2 < |z|< |a|r_1
Time reversal x[-n] X(z^{-1}) \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} \tfrac{1}{r_1}<|z|<\tfrac{1}{r_2}
Complex conjugation x^*[n] X^*(z^*) \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}
Real part \operatorname{Re}\{x[n]\} \tfrac{1}{2}\left[X(z)+X^*(z^*) \right]
Imaginary part \operatorname{Im}\{x[n]\} \tfrac{1}{2j}\left[X(z)-X^*(z^*) \right]
Differentiation nx[n]  -z \frac{dX(z)}{dz} \begin{align} \mathcal{Z}\{nx(n)\} &= \sum_{n=-\infty}^{\infty} nx(n)z^{-n}\\
&= z \sum_{n=-\infty}^{\infty} nx(n)z^{-n-1}\\
&= -z \sum_{n=-\infty}^{\infty} x(n)(-nz^{-n-1})\\
&= -z \sum_{n=-\infty}^{\infty} x(n)\frac{d}{dz}(z^{-n}) \\
&= -z \frac{dX(z)}{dz}
\end{align}
Convolution x_1[n] * x_2[n] X_1(z)X_2(z) \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} Contains ROC1 ∩ ROC2
Cross-correlation r_{x_1,x_2}=x_1^*[-n] * x_2[n] R_{x_1,x_2}(z)=X_1^*(\tfrac{1}{z^*})X_2(z) Contains the intersection of ROC of X_1(\tfrac{1}{z^*}) and X_2(z)
First difference x[n] - x[n-1]  (1-z^{-1})X(z) Contains the intersection of ROC of X1(z) and z ≠ 0
Accumulation \sum_{k=-\infty}^{n} x[k]  \frac{1}{1-z^{-1} }X(z) \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}
Multiplication x_1[n]x_2[n] \frac{1}{j2\pi}\oint_C X_1(v)X_2(\tfrac{z}{v})v^{-1}\mathrm{d}v -

Parseval's theorem

\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

Initial value theorem: If x[n] causal, then

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

Final value theorem: If the poles of (z−1)X(z) are inside the unit circle, then

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

Table of common Z-transform pairs[edit]

Here:

u : n \mapsto u[n] = \begin{cases} 1, & n \ge 0 \\ 0, & n < 0 \end{cases}

is the unit (or Heaviside) step function and

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

is the discrete-time (or Dirac delta) unit impulse function. Both are usually not considered as true functions but as distributions due to their discontinuity (their value on n = 0 usually does not really matter, except when working in discrete time, in which case they become degenerate discrete series ; in this section they are chosen to take the value 1 on n = 0, both for the continuous and discrete time domains, otherwise the content of the ROC column below would not apply). The two "functions" are chosen together so that the unit step function is the integral of the unit impulse function (in the continuous time domain), or the summation of the unit impulse function is the unit step function (in the discrete time domain), hence the choice of making their value on n = 0 fixed here to 1.

Signal, x[n] Z-transform, X(z) ROC
1 \delta[n] 1 all z
2 \delta[n-n_0]  z^{-n_0}  z \neq 0
3 u[n] \,  \frac{1}{1-z^{-1} } |z| > 1
4 e^{-\alpha n} u[n]    1 \over 1-e^{-\alpha  }z^{-1}   |z| >  |e^{-\alpha}| \,
5   -u[-n-1]  \frac{1}{1 - z^{-1}} |z| < 1
6  n u[n]  \frac{z^{-1}}{( 1-z^{-1} )^2} |z| > 1
7  - n u[-n-1] \,  \frac{z^{-1} }{ (1 - z^{-1})^2 }  |z| < 1
8 n^2 u[n]   \frac{ z^{-1} (1 + z^{-1} )}{(1 - z^{-1})^3} |z| > 1\,
9  - n^2 u[-n - 1] \,   \frac{ z^{-1} (1 + z^{-1} )}{(1 - z^{-1})^3} |z| < 1\,
10 n^3 u[n]  \frac{z^{-1} (1 + 4 z^{-1} + z^{-2} )}{(1-z^{-1})^4} |z| > 1\,
11 - n^3 u[-n -1]  \frac{z^{-1} (1 + 4 z^{-1} + z^{-2} )}{(1-z^{-1})^4} |z| < 1\,
12 a^n u[n]  \frac{1}{1-a z^{-1}}  |z| > |a|
13 -a^n u[-n-1]  \frac{1}{1-a z^{-1}} |z| < |a|
14 n a^n u[n]  \frac{az^{-1} }{ (1-a z^{-1})^2 } |z| > |a|
15 -n a^n u[-n-1]  \frac{az^{-1} }{ (1-a z^{-1})^2 }  |z| < |a|
16 n^2 a^n u[n]  \frac{a z^{-1} (1 + a z^{-1}) }{(1-a z^{-1})^3} |z| > |a|
17 - n^2 a^n u[-n -1]  \frac{a z^{-1} (1 + a z^{-1}) }{(1-a z^{-1})^3} |z| < |a|
18 \cos(\omega_0 n) u[n]  \frac{ 1-z^{-1} \cos(\omega_0)}{ 1-2z^{-1}\cos(\omega_0)+ z^{-2}}  |z| >1
19 \sin(\omega_0 n) u[n]  \frac{ z^{-1} \sin(\omega_0)}{ 1-2z^{-1}\cos(\omega_0)+ z^{-2} }  |z| >1
20 a^n \cos(\omega_0 n) u[n] \frac{1-a z^{-1} \cos( \omega_0)}{1-2az^{-1}\cos(\omega_0)+ a^2 z^{-2}} |z|>|a|
21 a^n \sin(\omega_0 n) u[n]  \frac{ az^{-1} \sin(\omega_0) }{ 1-2az^{-1}\cos(\omega_0)+ a^2 z^{-2} } |z|>|a|

Relationship to Laplace transform[edit]

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 H(s) or H(z):

s =\frac{2}{T} \frac{(z-1)}{(z+1)}

from Laplace to z (Tustin transformation), or

z =\frac{2+sT}{2-sT}

from z to Laplace. 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 jΩ 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 jΩ axis) becomes the discrete-time Fourier transform. This assumes that the Fourier transform exists; i.e., that the jΩ axis is in the region of convergence of the Laplace transform.

Process of sampling[edit]

Consider a continuous time signal x(t). Its one sided Laplace transform is defined as

L\{x(t)\} \equiv X(s) \equiv \int_0^{\infty}{x(t)e^{-st}dt}

If the continuous time signal x(t) is uniformly sampled with a train of impulses to get a discrete time signal x*[k] = x(kT), then it can be represented as:

x^{*}[k] = x(kT) = \sum_{k=0}^{\infty}{x(t) \delta(t-kT)}

where T is the sampling interval.

Now the Laplace transform of the sampled signal (discrete time) is called Star transform and is given by:

 \begin{array}{l l l l l l}
L\{x(kT)\} & = & X^{*}(s) & = & \int_0^{\infty}{\sum_{k=0}^{\infty}{x(t).\delta(t-kT)} e^{-st}dt} \\
& = & \sum_{k=0}^{\infty}{x^{*}(k).z^{-k}}, z = e^{sT} \\
\left. L\{x(kT)\}\right|_{s = \frac{\ln{(z)}}{T}} & = & \left.X^{*}(s)\right|_{s = \frac{\ln{(z)}}{T}} & = & Z\{x^{*}(k)\}
\end{array}

It can be seen that the Laplace transform of an impulse sampled signal is the star transform and is the same as the Z transform of the corresponding sequence when s = ln(z)/T. Similar relationship holds when a continuous time system is converted into a sampled data system by cascading an actual impulse sampler at the input and a fictitious impulse sampler at the output.[7]

Relationship to Fourier transform[edit]

The Z-transform is a generalization of the discrete-time Fourier transform (DTFT). The DTFT can be found by evaluating the Z-transform X(z) at z = e (where ω is the normalized frequency) or, in other words, evaluated on the unit circle. In order to determine the frequency response of the system the Z-transform must be evaluated on the unit circle, meaning that the system's region of convergence must contain the unit circle. This is the case where DTFT exists and converges uniformly, if unit circle is not in region of convergence of z-transform, but the signal is finite energy (not absolutely sumable) DTFT exists but converges only in mean square error, which means Gibbs phenomenon can happen. Also, using Dirac delta function, periodic signals which are not absolutely sumable can be represented in DTFT form.

Linear constant-coefficient difference equation[edit]

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

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

Both sides of the above equation can be divided by α0, if it is not zero, normalizing α0 = 1 and the LCCD equation can be written

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

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

Transfer function[edit]

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

Y(z) \sum_{p=0}^{N}z^{-p}\alpha_{p} = X(z) \sum_{q=0}^{M}z^{-q}\beta_{q}

and rearranging results in

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}.

Zeros and poles[edit]

From the fundamental theorem of algebra the numerator has M roots (corresponding to zeros of H) and the denominator has N roots (corresponding to poles). Rewriting the transfer function in terms of poles and zeros

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})}

where qk is the k-th zero and pk is the k-th 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 z = 0 and z = ∞. 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[edit]

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

See also[edit]

References[edit]

  1. ^ E. R. Kanasewich (1981). Time sequence analysis in geophysics (3rd ed.). University of Alberta. pp. 185–186. ISBN 978-0-88864-074-1. 
  2. ^ J. R. Ragazzini and L. A. Zadeh (1952). "The analysis of sampled-data systems". Trans. Am. Inst. Elec. Eng. 71 (II): 225–234. 
  3. ^ Cornelius T. Leondes (1996). Digital control systems implementation and computational techniques. Academic Press. p. 123. ISBN 978-0-12-012779-5. 
  4. ^ Eliahu Ibrahim Jury (1958). Sampled-Data Control Systems. John Wiley & Sons. 
  5. ^ Eliahu Ibrahim Jury (1973). Theory and Application of the Z-Transform Method. Krieger Pub Co. ISBN 0-88275-122-0. 
  6. ^ Eliahu Ibrahim Jury (1964). Theory and Application of the Z-Transform Method. John Wiley & Sons. p. 1. 
  7. ^ Ogata, Katsuhiko. Discrete-Time Control Systems. India: Pearson Education. pp. 75–77,98–103. ISBN 81-7808-335-3. 

Further reading[edit]

  • 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[edit]