czt
Chirp Z-transform
Syntax
Description
returns the length-y
= czt(x
,m
,w
,a
)m
chirp Z-transform (CZT) of x
along the spiral contour on the z-plane defined by
w
and a
through z =
.a
*w
.^-(0:m
-1)
With the default values of m
, w
, and
a
, czt
returns the Z-transform of
x
at m
equally spaced points around the unit
circle, a result equivalent to the discrete Fourier transform (DFT) of
x
as given by
.fft
(x
)
Examples
Input Arguments
Output Arguments
Algorithms
czt
uses the next power-of-2 length FFT to perform a fast convolution
when computing the Z-transform on a specified chirp contour [1].
References
[1] Rabiner, Lawrence R., and Bernard Gold. Theory and Application of Digital Signal Processing. Englewood Cliffs, NJ: Prentice-Hall, 1975.
Extended Capabilities
Version History
Introduced before R2006a