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
discont : float
axis : integer
|
---|---|
Returns: | out : ndarray
|