dsp.PhaseUnwrapper
Unwrap signal phase
Description
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?
Creation
Description
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
)
Properties
Usage
Syntax
Description
Input Arguments
Output Arguments
Object Functions
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)
Examples
Algorithms
This object implements the algorithm, inputs, and outputs described on the Unwrap block reference page. The object properties correspond to the Simulink® block parameters.
Extended Capabilities
Version History
Introduced in R2012a