You are here: Symbol Reference > SignalTools Namespace > Structs, Records, Enums > SignalTools.TPhaseMode Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalTools.TPhaseMode Enumeration

Defines how to handle the phase of the frequency spectrum.

Pascal
TPhaseMode = (
  pmIgnore,
  pm360,
  pmPhaseDelay,
  pmGroupDelay
);
Members 
Description 
pmIgnore 
The phase will not be calculated (via ArcTan2) and you can save some computation time. 
pm360 
The phase will be computed within -Pi..+Pi range in radians, or within -180..+180 range in degrees. 
pmPhaseDelay 
Compute the phase delay. 
pmGroupDelay 
Compute group delay in samples. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!