numpy.unwrap()

numpy.unwrap

numpy.unwrap(p, discont=3.141592653589793, axis=-1) [source]

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, optional

Maximum discontinuity between values, default is pi.

登录查看完整内容