Unwrap radian phases by adding multiples of 2*pi
b = moc_unwrap (x) b = moc_unwrap (x, tol) b = moc_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.