enum class TPhaseMode : unsigned int;
Defines how to handle the phase of the frequency spectrum.
Values
| Name | Description |
|---|---|
| pm360 | The phase will be computed within -Pi..+Pi range in radians, or within -180..+180 range in degrees. |
| pmGroupDelay | Compute group delay in samples. |
| pmIgnore | The phase will not be calculated (via ArcTan2) and you can save some computation time. |
| pmPhaseDelay | Compute the phase delay. |