numpy.unwrap

numpy.unwrap(p, discont=3.1415926535897931, axis=-1)

Unwrap by changing deltas between values to 2*pi complement.

Unwrap radian phase p by changing absolute jumps greater than discont to their 2*pi complement along the given axis.

Parameters:

p : array_like

Input array.

discont : float

Maximum discontinuity between values.

axis : integer

Axis along which unwrap will operate.

Returns:

out : ndarray

Output array

Previous topic

numpy.radians

Next topic

numpy.sinh

This Page

Quick search