Show pageOld revisionsBacklinksExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Z-transform ====== The Z-transform converts a discrete-time signal into a complex frequency-domain representation. It is the discrete-time equivalent of the [[kb:laplace_transform]]. ===== Definition ===== Bilateral/two-sided Z-transform: $$ x[n] \leftrightarrow X(z) $$ $$ X(z) = \mathcal{Z}\{x[n]\} = \sum_{n = -\infty}^{\infty} x[n]z^{-n} $$ $$ x[n] = \mathcal{Z}^{-1}\{x[n]\} = \frac{1}{2\pi} \int_{-\pi}^{\pi} X(z) z^n d\Omega |_{z = \bar{r}e^{j\Omega}} $$ ===== Inverse Z-transform ===== Usually, we will compute the inverse Z-transform by inspection, not by using the explicit formula. For a rational Z-domain transfer function, this can be done by partial fractions. Separate the fraction into multiple terms, each of which corresponds to a single pole. Then, each of these terms can be transformed to the time domain. Keep in mind that the time domain function depends on the [[kb:region_of_convergence|region of convergence]]. ^ Z-domain representation ^ Region of convergence ^ Time-domain representation ^ | $H(z)=\frac{1}{z-p}$ | $|z| > p$ | $h[n]=p^{n-1}u[n-1]$ | | $H(z)=\frac{1}{z-p}$ | $|z| < p$ | $h[n]=-p^{n-1}u[-n]$ | kb/z-transform.txt Last modified: 2024-04-30 04:03by 127.0.0.1