MTM
unwrap
element-wise unwrap
Calling Sequence
Parameters
Description
Examples
Compatibility
unwrap(A)
A
-
array
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.
with⁡MTM:
A≔3.8699,0.62832,−1.2566,0
A≔3.86990.62832−1.25660
unwrap⁡A
3.86996.9115053085.0265853086.283185308
The MTM[unwrap] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
frem
Download Help Document