Signal Processing Toolbox | Help Desk |
unwrap
Unwrap phase angles.
p = unwrap(p)
p = unwrap(p)
corrects the phase angles in vector p
by adding multiples of p
is a matrix, unwrap
corrects the phase angles down each column. The phase must be in radians.
This function is part of the standard MATLAB environment.
unwrap
tries to detect branch cut crossings, but it can be fooled by sparse, rapidly changing phase values.