Ztransforms
Z-transforms are a standard tool in digital signal processing for analyzing discrete-time signals and systems. The bilateral Z-transform of a sequence x[n] is X(z) = sum_{n=-∞}^{∞} x[n] z^{-n}, defined for complex z where the series converges. The unilateral Z-transform uses n ≥ 0: X(z) = sum_{n=0}^{∞} x[n] z^{-n}.
The region of convergence (ROC) is the set of z values for which the series converges. The
For many common sequences, X(z) is a rational function. Poles are the z-values where X(z) becomes unbounded;
Key properties include linearity; time-domain shifting corresponds to multiplication by z^{-k} (within the ROC); convolution in
The ROC and pole pattern relate to stability: for a causal LTI system, the ROC extends outward
On the unit circle, z = e^{jω}, the Z-transform reduces to the discrete-time Fourier transform, giving the
Applications include solving difference equations, digital filter design, and analysis of discrete-time control systems.