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][3]
It can be considered a discrete-time counterpart of the Laplace transform (the s-domain or s-plane).[4] 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.
In signal processing, 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[5][6] 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.[7][8]
The modified or advanced Z-transform was later developed and popularized by E. I. Jury.[9][10]
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.[11] 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 (similarly to the one-sided Laplace transform and the two-sided Laplace transform).[12]
The bilateral or two-sided Z-transform of a discrete-time signal
is the formal power series
defined as:
where
is an integer and
is, in general, a complex number. In polar form,
may be written as:

where
is the magnitude of
,
is the imaginary unit, and
is the complex argument (also referred to as angle or phase) in radians.
Alternatively, in cases where
is defined only for
, the single-sided or unilateral Z-transform is defined as:
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
is the probability that a discrete random variable takes the value
. The properties of Z-transforms (listed in § Properties) have useful interpretations in the context of probability theory.
The inverse Z-transform is:
where
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
must encircle all of the poles of
.
A special case of this contour integral occurs when
is the unit circle. This contour can be used when the ROC includes the unit circle, which is always guaranteed when
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:
The Z-transform with a finite range of
and a finite number of uniformly spaced
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
to lie on the unit circle.
The following three methods are often used for the evaluation of the inverse -transform,
Direct evaluation by contour integration
This method involves applying the Cauchy Residue Theorem to evaluate the inverse Z-transform. By integrating around a closed contour in the complex plane, the residues at the poles of the Z-transform function inside the ROC are summed. This technique is particularly useful when working with functions expressed in terms of complex variables.
Expansion into a series of terms in the variables z and z−1
In this method, the Z-transform is expanded into a power series. This approach is useful when the Z-transform function is rational, allowing for the approximation of the inverse by expanding into a series and determining the signal coefficients term by term.
Partial-fraction expansion and table lookup
This technique decomposes the Z-transform into a sum of simpler fractions, each corresponding to known Z-transform pairs. The inverse Z-transform is then determined by looking up each term in a standard table of Z-transform pairs. This method is widely used for its efficiency and simplicity, especially when the original function can be easily broken down into recognizable components.
Example
[13]
A) Determine the inverse Z-transform of the following by series expansion method,
Solution:
Case 1:
ROC:
Since the ROC is the exterior of a circle,
is causal (signal existing for
).
Thus,
(arrow indicates term at
).
Note that in each step of long division process we eliminate lowest power term of
.
Case 2:
ROC:
Since the ROC is the interior of a circle,
is anticausal (signal existing for
).
By performing long division we get
(arrow indicates term at
).
Note that in each step of long division process we eliminate lowest power term of
.
Note:
- When the signal is causal, we get positive powers of
and when the signal is anticausal, we get negative powers of
.
indicates term at
and
indicates term at
.
B) Determine the inverse Z-transform of the following by series expansion method,
Eliminating negative powers if
and dividing by
,
By partial fraction expansion,
Case 1:
ROC:
Both the terms are causal, hence
is causal.
Case 2:
ROC:
Both the terms are anticausal, hence
is anticausal.
Case 3:
ROC:
One of the terms is causal (
provides the causal part) and other is anticausal (
provides the anticausal part), hence
is both sided.
Region of convergence
The region of convergence (ROC) is the set of points in the complex plane for which the Z-transform summation absolutely converges:
![{\displaystyle \mathrm {ROC} =\left\{z:\sum _{n=-\infty }^{\infty }\left|x[n]z^{-n}\right|<\infty \right\}}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/be526fbdde2155d84128328df2240b5e403794ab.svg)
Example 1 (no ROC)
Let
. Expanding
on the interval
it becomes
![{\displaystyle x[n]=\left\{\dots ,(0.5)^{-3},(0.5)^{-2},(0.5)^{-1},1,0.5,(0.5)^{2},(0.5)^{3},\dots \right\}=\left\{\dots ,2^{3},2^{2},2,1,0.5,(0.5)^{2},(0.5)^{3},\dots \right\}.}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/bf593aba91f321833b35457b77fdec1c7aa7f042.svg)
Looking at the sum
![{\displaystyle \sum _{n=-\infty }^{\infty }x[n]z^{-n}\to \infty .}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/e39c1521fe62d231dfb0fae8a8583d4fad0882b0.svg)
Therefore, there are no values of
that satisfy this condition.
Example 2 (causal ROC)
Let
(where
is the Heaviside step function). Expanding
on the interval
it becomes
![{\displaystyle x[n]=\left\{\dots ,0,0,0,1,0.5,(0.5)^{2},(0.5)^{3},\dots \right\}.}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/4d69a607835e016acd092d1475c2593acf30cce0.svg)
Looking at the sum
![{\displaystyle \sum _{n=-\infty }^{\infty }x[n]z^{-n}=\sum _{n=0}^{\infty }(0.5)^{n}z^{-n}=\sum _{n=0}^{\infty }\left({\frac {0.5}{z}}\right)^{n}={\frac {1}{1-0.5\,z^{-1}}}.}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/e1951f51244a8ccaf8baa9eb69cdf96c5a2cfa3c.svg)
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
at the origin "punched out".
Example 3 (anticausal ROC)
Let
(where
is the Heaviside step function). Expanding
on the interval
it becomes
![{\displaystyle x[n]=\left\{\dots ,-(0.5)^{-3},-(0.5)^{-2},-(0.5)^{-1},0,0,0,0,\dots \right\}.}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/a16fbdf6dcdf10cb142e151b02dabc1df3e32ad2.svg)
Looking at the sum
![{\displaystyle {\begin{aligned}\sum _{n=-\infty }^{\infty }x[n]\,z^{-n}&=-\sum _{n=-\infty }^{-1}(0.5)^{n}\,z^{-n}\\&=-\sum _{m=1}^{\infty }\left({\frac {z}{0.5}}\right)^{m}\\&=-{\frac {(0.5)^{-1}z}{1-(0.5)^{-1}z}}\\&=-{\frac {1}{0.5\,z^{-1}-1}}\\&={\frac {1}{1-0.5\,z^{-1}}}\\\end{aligned}}}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/730b15cfbc0c8b04857437c7aac6050a2a77e1de.svg)
and 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
.
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 and 3 clearly show that the Z-transform
of
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
. This extends to cases with multiple poles: the ROC will never contain poles.
In example 2, the causal system yields a 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 a ROC that includes neither
nor
. The ROC creates a circular band. For example,
![{\displaystyle x[n]=(0.5)^{n}\,u[n]-(0.75)^{n}\,u[-n-1]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/24757e0ebe39ff24fbadb18b584dd3e4844c47dc.svg)
has poles at
and
. 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.
Let us assume we are provided a Z-transform of a system without a ROC (i.e., an ambiguous
). We can determine a unique
provided we desire the following:
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
can then be found.
Properties
Properties of the z-transform
|
Property
|
Time domain
|
Z-domain
|
Proof
|
ROC
|
| Definition of Z-transform
|
|
|
(definition of the z-transform)
(definition of the inverse z-transform)
|
|
| Linearity
|
|
|
|
Contains ROC1 ∩ ROC2
|
| Time expansion
|
with
|
|
|
|
| Decimation
|
|
|
ohio-state.edu or ee.ic.ac.uk
|
|
| Time delay
|
with and
|
|
|
ROC, except if and if
|
| Time advance
|
with
|
Bilateral Z-transform:
Unilateral Z-transform:[14]
|
|
|
| First difference backward
|
with for
|
|
|
Contains the intersection of ROC of and
|
| First difference forward
|
|
|
|
|
| Time reversal
|
|
|
|
|
| Scaling in the z-domain
|
|
|
|
|
| Complex conjugation
|
|
|
|
|
| Real part
|
|
|
|
|
| Imaginary part
|
|
|
|
|
| Differentiation in the z-domain
|
|
|
|
ROC, if is rational;
ROC possibly excluding the boundary, if is irrational[15]
|
| Convolution
|
|
|
|
Contains ROC1 ∩ ROC2
|
| Cross-correlation
|
|
|
|
Contains the intersection of ROC of and
|
| Accumulation
|
|
|
|
|
| Multiplication
|
|
|
|
-
|
Parseval's theorem
![{\displaystyle \sum _{n=-\infty }^{\infty }x_{1}[n]x_{2}^{*}[n]\quad =\quad {\frac {1}{2\pi i}}\oint _{C}X_{1}(v)X_{2}^{*}({\tfrac {1}{v^{*}}})v^{-1}\mathrm {d} v}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/f8228bef5537755f4f34be5407aa5546904bec4f.svg)
Initial value theorem : If
is causal, then
Final value theorem: If the poles of
are inside the unit circle, then
Here:
![{\displaystyle u:n\mapsto u[n]={\begin{cases}1,&n\geq 0\\0,&n<0\end{cases}}}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/08c15373dbd58410ab17d3c2c7ebe2123e276298.svg)
is the unit (or Heaviside) step function and
![{\displaystyle \delta :n\mapsto \delta [n]={\begin{cases}1,&n=0\\0,&n\neq 0\end{cases}}}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/37c07b1365b8d2566271e4752535678f92aedafa.svg)
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, ![{\displaystyle x[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/864cbbefbdcb55af4d9390911de1bf70167c4a3d.svg) |
Z-transform,  |
ROC
|
| 1 |
![{\displaystyle \delta [n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/f2a6caf535cb44fa3526b2f320330a805edfdfaa.svg) |
1 |
all z
|
| 2 |
![{\displaystyle \delta [n-n_{0}]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/2bdb0265027e056f16fce87ab282b57cb03c4f8c.svg) |
 |
|
| 3 |
![{\displaystyle u[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/e6f1362207606428a09d907db25527859eab6ac3.svg) |
 |
|
| 4 |
![{\displaystyle -u[-n-1]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/34dd7dba0f892e5bcad792136d96cd5f5548a327.svg) |
 |
|
| 5 |
![{\displaystyle nu[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/d8a28e84b105a96db578fb6e6b047465468b77ec.svg) |
 |
|
| 6 |
![{\displaystyle -nu[-n-1]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/3b021f5fde2100add13fc60a385413ba5337c686.svg) |
 |
|
| 7 |
![{\displaystyle n^{2}u[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/ea874c2bd6b83f29b93caf0cbe50ee9131eaebc2.svg) |
 |
|
| 8 |
![{\displaystyle -n^{2}u[-n-1]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/71b5d5d032825d4247beb433afa9d9e6d6a611c5.svg) |
 |
|
| 9 |
![{\displaystyle n^{3}u[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/e9e2a53a00fc122eed75716c0c58cf9e58a0f38d.svg) |
 |
|
| 10 |
![{\displaystyle -n^{3}u[-n-1]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/7bd111768ef860fc18a2c93e5dc2fb4b03dfab8c.svg) |
 |
|
| 11 |
![{\displaystyle a^{n}u[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/bef62e50254aa3175939a01611766c01f9bf7b39.svg) |
 |
|
| 12 |
![{\displaystyle -a^{n}u[-n-1]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/4718b1c4477718ebeb49ac1fc41415cadeadf1e7.svg) |
 |
|
| 13 |
![{\displaystyle na^{n}u[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/d5885cf352282908bc931ed56ad572fa84f6235c.svg) |
 |
|
| 14 |
![{\displaystyle -na^{n}u[-n-1]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/34d2fae6bc70beb0ec9d5881b38a29d427823fad.svg) |
 |
|
| 15 |
![{\displaystyle n^{2}a^{n}u[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/8b68eda406d1e088553723c0395d4ce2cdeff46e.svg) |
 |
|
| 16 |
![{\displaystyle -n^{2}a^{n}u[-n-1]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/97bf891898f79a3cd0cf05030244592b6aaad421.svg) |
 |
|
| 17 |
[14] |
, for positive integer [15] |
|
| 18 |
![{\displaystyle (-1)^{m}\left({\begin{array}{c}-n-1\\m-1\end{array}}\right)a^{n}u[-n-m]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/a9f894d3f5dec20ad275029a35dcef5edc7c6193.svg) |
, for positive integer [15] |
|
| 19 |
![{\displaystyle \cos(\omega _{0}n)u[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/6911a3c468c99d1dc042b3b5015b48108d9476aa.svg) |
 |
|
| 20 |
![{\displaystyle \sin(\omega _{0}n)u[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/f59eccb10aa95ef5ba0a1ed904aee27526fe377d.svg) |
 |
|
| 21 |
![{\displaystyle a^{n}\cos(\omega _{0}n)u[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/9b90c4e4b46e7725d99960e3f99a846c65a5d5da.svg) |
 |
|
| 22 |
![{\displaystyle a^{n}\sin(\omega _{0}n)u[n]}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/4663af1f68929f4e26833381893076c001dfbebb.svg) |
 |
|
For values of
in the region
, known as the unit circle, we can express the transform as a function of a single real variable
by defining
. The bilateral transform reduces to a Fourier series:
|
| | Eq.1 |
which is also known as the discrete-time Fourier transform (DTFT) of the
sequence. This
-periodic function is the periodic summation of a Fourier transform, which makes it a widely used analysis tool. To understand this, let
be the Fourier transform of any function,
, whose samples at some interval
equal the
sequence. Then the DTFT of the
sequence can be written as follows.
|
| | Eq.2 |
where
has units of seconds,
has units of hertz. Comparison of the two series reveals that
is a normalized frequency with unit of radian per sample. The value
corresponds to
. And now, with the substitution
, Eq.1 can be expressed in terms of
(a Fourier transform):
|
| | Eq.3 |
As parameter T changes, the individual terms of Eq.2 move farther apart or closer together along the f-axis. In Eq.3 however, the centers remain 2π apart, while their widths expand or contract. When sequence
represents the impulse response of an LTI system, these functions are also known as its frequency response. When the
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.)
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:

to convert some function
in the Laplace domain to a function
in the Z-domain (Tustin transformation), or

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
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
axis) becomes the discrete-time Fourier transform. This assumes that the Fourier transform exists; i.e., that the
axis is in the region of convergence of the Laplace transform.
Given a one-sided Z-transform
of a time-sampled function, the corresponding starred transform produces a Laplace transform and restores the dependence on
(the sampling parameter):

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:
![{\displaystyle \sum _{p=0}^{N}y[n-p]\alpha _{p}=\sum _{q=0}^{M}x[n-q]\beta _{q}.}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/f5fb60ed165f7ce5a60a48d0451fd542cc95f468.svg)
Both sides of the above equation can be divided by
if it is not zero. By normalizing with
, the LCCD equation can be written
![{\displaystyle y[n]=\sum _{q=0}^{M}x[n-q]\beta _{q}-\sum _{p=1}^{N}y[n-p]\alpha _{p}.}](./_assets_/eb734a37dd21ce173a46342d1cc64c92/fea05d580f1b1fecb9f9aa3ec3d80a9e0d8b02b1.svg)
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
.
Transfer function
Taking the Z-transform of the above equation (using linearity and time-shifting laws) yields:

where
and
are the Z-transform of
and
, 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:

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

where
is the
th zero and
is the
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
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.
Output response
If such a system
is driven by a signal
then the output is
. By performing partial fraction decomposition on
and then taking the inverse Z-transform the output
can be found. In practice, it is often useful to fractionally decompose
before multiplying that quantity by
to generate a form of
which has terms with easily computable inverse Z-transforms.
See also
References
- ^ Mandal, Jyotsna Kumar (2020). "Z-Transform-Based Reversible Encoding". Reversible Steganography and Authentication via Transform Encoding. Studies in Computational Intelligence. Vol. 901. Singapore: Springer Singapore. pp. 157–195. doi:10.1007/978-981-15-4397-5_7. ISBN 978-981-15-4396-8. ISSN 1860-949X. S2CID 226413693.
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.
- ^ 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.
- ^ Jury, Eliahu Ibrahim (1964). Theory and application of the z-transform method. New York: John Wiley & Sons. pp. XIII, 330 s.
- ^ 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. S2CID 238692483.
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.
- ^ E. R. Kanasewich (1981). Time Sequence Analysis in Geophysics. University of Alberta. pp. 186, 249. ISBN 978-0-88864-074-1.
- ^ E. R. Kanasewich (1981). Time sequence analysis in geophysics (3rd ed.). University of Alberta. pp. 185–186. ISBN 978-0-88864-074-1.
- ^ 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. S2CID 51674188.
- ^ Cornelius T. Leondes (1996). Digital control systems implementation and computational techniques. Academic Press. p. 123. ISBN 978-0-12-012779-5.
- ^
Eliahu Ibrahim Jury (1958). Sampled-Data Control Systems. John Wiley & Sons.
- ^
Eliahu Ibrahim Jury (1973). Theory and Application of the Z-Transform Method. Krieger Pub Co. ISBN 0-88275-122-0.
- ^
Eliahu Ibrahim Jury (1964). Theory and Application of the Z-Transform Method. John Wiley & Sons. p. 1.
- ^ 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).
- ^ Proakis, John; Manolakis, Dimitris. Digital Signal Processing Principles, Algorithms and Applications (3rd ed.). PRENTICE-HALL INTERNATIONAL, INC.
- ^ Bolzern, Paolo; Scattolini, Riccardo; Schiavoni, Nicola (2015). Fondamenti di Controlli Automatici (in Italian). MC Graw Hill Education. ISBN 978-88-386-6882-1.
- ^ a b c A. R. Forouzan (2016). "Region of convergence of derivative of Z transform". Electronics Letters. 52 (8): 617–619. Bibcode:2016ElL....52..617F. doi:10.1049/el.2016.0189. S2CID 124802942.
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
Authority control databases |
|---|
| National | |
|---|
| Other | |
|---|