TRunningPhase Enumeration

Source: SignalUtils.cs · Assembly: Dew.Signal

public enum TRunningPhase

Type used by the PhaseUnwrap procedure.

Values

NameDescription
rpConstPhaseThe phase will be unwrapped and, if actual amount of zero padding is known, the resulting phase spectrum will be showing the exact phase relations between frequencies with the first value of the phase spectrum having zero phase. This type of a phase spectrum can be used to compute the delay in ms separately for each frequency.
rpDefaultThe phase will be unwrapped and no further processing will be applied.
rpIntegerLagInteger lag will be subtracted, but the phase will not be unwrapped.
rpPartialThe phase will be unwrapped and the resulting phase spectrum will be showing the approximate phase relations between frequencies with the first value and the value at FS/2 (at Pi radians) having zero phase.