procedure PhaseWrap(const Src: TVec; const Dst: TVec; PhaseLag: Double; Radians: Boolean);
Add phase lag to the unwrapped phase.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | |
| 2 | Dst | TVec | |
| 3 | PhaseLag | Double | scalar |
| 4 | Radians | Boolean |
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.