You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.Czt Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.Czt Function

Computes the chirp z-transform.

Pascal
procedure Czt(const Src: TVec; const Dst: TVec; const State: TCztState); overload;

If the parameters to CZT function do not change between calls, some variables can be pre-computed and stored in to a state variable. 

The result is placed in to the Dst variable. The State variable needs to be initialized with a call to CztInit method.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!