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

Compute the chirp z-transform.

Pascal
procedure Czt(const Src: TVec; k: integer; const aResult: TVec; RStart: double = 1; RStop: double = 1); overload;

Compute the chirp z-transform of Src and place it in aResult. The starting frequency is zero and the stop frequency and FStop is at FS/2. k defines the number of steps within that band. RStart is the starting radius of the circle in the z-domain and RStop is the final radius of the circle in the z-domain.

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