unwrap - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


MTM

  

unwrap

  

element-wise unwrap

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

unwrap(A)

Parameters

A

-

array

Description

• 

The unwrap(M) function modifies phase angles in radians in the array M by adding integer multiples of 2*Pi to ensure the difference between consecutive elements in the result is less than Pi.

Examples

> 

with⁡MTM:

> 

A≔3.8699,0.62832,−1.2566,0

A≔3.86990.62832−1.25660

(1)
> 

unwrap⁡A

3.86996.9115053085.0265853086.283185308

(2)

Compatibility

• 

The MTM[unwrap] command was introduced in Maple 2017.

• 

For more information on Maple 2017 changes, see Updates in Maple 2017.

See Also

frem