You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.PhaseWrap Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.PhaseWrap Function

Add phase lag to the unwrapped phase.

Pascal
procedure PhaseWrap(const Src: TVec; const Dst: TVec; PhaseLag: double; Radians: boolean = false);

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!