Advanced Z-transform
From Wikipedia, the free encyclopedia
In mathematics and signal processing, the advanced Z-transform is an extension of the Z-transform, to incorporate ideal delays that are not multiples of the sampling time. It takes the form
- <math>F(z, m) = \sum_{k=0}^{\infty} f(k T + m)z^{-k}</math>
where
- T is the sampling period
- m (the "delay parameter") is a fraction of the sampling period <math>[0, T).</math>
It is also known as the modified Z-transform.
The advanced Z-transform is widely applied, for example to model accurately processing delays in digital control.
Contents |
[edit] Properties
If the delay parameter, m, is considered fixed then all the properties of the Z-transform hold for the advanced Z-transform.
[edit] Linearity
- <math>Z \left[ \sum_{k=1}^{m} c_k f_k(t) \right] = \sum_{k=1}^{m} c_k F(z, m).</math>
[edit] Time shift
- <math>Z \left[ u(t - n T)f(t - n T) \right] = z^{-n} F(z, m).</math>
[edit] Damping
- <math>Z \left[ f(t) e^{-a\, t} \right] = e^{-a\, m} F(e^{a\, T} z, m).</math>
[edit] Time multiplication
- <math>Z \left[ t^y f(t) \right] = \left(-T z \frac{d}{dz} + m \right)^y F(z, m).</math>
[edit] Final value theorem
- <math>\lim_{k = \infty} f(k T + m) = \lim_{z = 1} (1-z^{-1})F(z, m).</math>
[edit] Example
Consider the following example where <math>f(t) = \cos(\omega t)</math>
- <math>F(z, m) = Z \left[\cos \left(\omega \left(k T + m \right) \right) \right]</math>
- <math>F(z, m) = Z \left[\cos (\omega k T) \cos (\omega m) - \sin (\omega k T) \sin (\omega m) \right]</math>
- <math>F(z, m) = \cos(\omega m) Z \left[ \cos (\omega k T) \right] - \sin (\omega m) Z \left[ \sin (\omega k T) \right]</math>
- <math>F(z, m) = \cos(\omega m) \frac{z \left(z - \cos (\omega T) \right)}{z^2 - 2z \cos(\omega T) + 1} - \sin(\omega m) \frac{z \sin(\omega T)}{z^2 - 2z \cos(\omega T) + 1}</math>
- <math>F(z, m) = \frac{z^2 \cos(\omega m) - z \cos(\omega(T - m))}{z^2 - 2z \cos(\omega T) + 1}.</math>
If <math>m=0</math> then <math>F(z, m)</math> reduces to the Z-transform
- <math>F(z, m) = \frac{z^2 - z \cos(\omega T)}{z^2 - 2z \cos(\omega T) + 1}</math>
which is clearly just the Z-transform of <math>f(t).</math>
[edit] See also
[edit] Bibliography
- Eliahu Ibraham Jury, Theory and Application of the Z-Transform Method, Krieger Pub Co, 1973. ISBN 0-88275-122-0.
| Digital Signal Processing |
|---|
| Theory — Nyquist–Shannon sampling theorem, estimation theory, detection theory |
| Sub-fields — audio signal processing | control engineering | digital image processing | speech processing | statistical signal processing |
| Techniques — Discrete Fourier transform (DFT) | Discrete-time Fourier transform (DTFT) | bilinear transform | Z-transform, advanced Z-transform |
| Sampling — oversampling | undersampling | downsampling | upsampling | aliasing | anti-aliasing filter | sampling rate | Nyquist rate/frequency |
pl:Zmodyfikowana transformata Z ru:Модифицированное Z-преобразование

