Navigation

Operators and Keywords

Function List:

C++ API

: b = unwrap (x)
: b = unwrap (x, tol)
: b = unwrap (x, tol, dim)

Unwrap radian phases by adding or subtracting multiples of 2*pi as appropriate to remove jumps greater than tol.

tol defaults to pi.

Unwrap will work along the dimension dim. If dim is unspecified it defaults to the first non-singleton dimension.

Package: octave