Navigation

Operators and Keywords

Function List:

C++ API

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

Unwrap radian phases by adding 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