Unwrap signal phase
The dsp.PhaseUnwrapper
System
object™ unwraps the phase of the input signal specified in radians.
To unwrap the signal phase input:
Create the dsp.PhaseUnwrapper
object and set its properties.
Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects? (MATLAB).
returns a
phase unwrapper System
object that adds or subtracts appropriate multiples of to each input element to remove phase discontinuities (unwrap).phUnwrap
= dsp.PhaseUnwrapper
returns a phase unwrapper System
object with each specified property set to the specified value.phUnwrap
= dsp.PhaseUnwrapper(Name,Value
)
To use an object function, specify the
System
object as the first input argument. For
example, to release system resources of a System
object named obj
, use
this syntax:
release(obj)
This object implements the algorithm, inputs, and outputs described on the Unwrap block reference page. The object properties correspond to the Simulink® block parameters.