Z-Transform
The discrete-time counterpart to the Laplace transform — turning a sequence of samples into a function of a complex variable, and the foundation of digital filter design.
The Z-transform is the discrete-time counterpart to the Laplace transform: where Laplace turns a continuous signal into a function , the Z-transform turns a discrete sequence of samples into a function of a complex variable :
It's the natural tool for analyzing digital filters and discrete-time systems — anything working on sampled data (audio processed by a computer, sensor readings, a stock price's daily closes) rather than a continuous function of time.
For the sequence for and otherwise (the discrete "step" signal):
(a geometric series, convergent for ) — directly analogous to how the continuous unit step has Laplace transform .
Why does computing the Z-transform of an infinite sequence sometimes reduce to summing a geometric series?
Solution
Many useful sequences (like the decaying exponential for ) have a constant ratio between consecutive terms — exactly the defining property of a geometric series. Multiplying by in the Z-transform sum preserves this geometric structure, so the transform often reduces to the same well-known closed-form sum used for ordinary geometric series, just with playing the role of the common ratio.
Related concepts
Needs first