TPhaseMode Enumeration

Header: Dew.Signal/SignalTools.h · Cross-compiler

enum class TPhaseMode : unsigned int;

Defines how to handle the phase of the frequency spectrum.

Values

NameDescription
pm360The phase will be computed within -Pi..+Pi range in radians, or within -180..+180 range in degrees.
pmGroupDelayCompute group delay in samples.
pmIgnoreThe phase will not be calculated (via ArcTan2) and you can save some computation time.
pmPhaseDelayCompute the phase delay.