You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TPhaseMode Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TPhaseMode Enumeration

Defines how to handle the phase of the frequency spectrum.

Syntax
C#
Visual Basic
public enum TPhaseMode : uint { pmIgnore, pm360, pmPhaseDelay, pmGroupDelay }

SignalTools.cs

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!