SignalUtils.PhaseWrap Method

procedure PhaseWrap(const Src: TVec; const Dst: TVec; PhaseLag: Double; Radians: Boolean);

Add phase lag to the unwrapped phase.

#NameTypeDescription
1SrcTVec
2DstTVec
3PhaseLagDoublescalar
4RadiansBoolean

Result: stored in self (calling object)

Remarks:

Phase lag, as returned by the PhaseUnwrap routine, will be added to Src and the result will be placed in Dst. If Radians is True, the phaseLag was computed in radians.

See Also: SignalUtils.PhaseUnwrap, SignalUtils.FrequencyResponse, SignalUtils.CplxCepstrumInv