TPhaseMode Enumeration

Source: SignalTools.cs · Assembly: Dew.Signal

public enum TPhaseMode

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.