DiscreteChirpZTransform
DiscreteChirpZTransform[list] gives the chirp Z transform of list.
DiscreteChirpZTransform[list, n] returns a length n chirp Z transform.
DiscreteChirpZTransform[list, n, w] uses a spiral path on the complex z plane defined by w.
DiscreteChirpZTransform[list, n, w, a] uses a as the complex starting point.
Examples
Compute chirp Z transform:
DiscreteChirpZTransform[{1, 2, 3, 4}]Please visit the official Wolfram Language Reference for more details.