Home > m > helper > ltpda_unwrapdeg.m

ltpda_unwrapdeg

PURPOSE ^

LTPDA_UNWRAPDEG Unwrap a phase vector given in degrees.

SYNOPSIS ^

function deg = ltpda_unwrapdeg(phase)

DESCRIPTION ^

 LTPDA_UNWRAPDEG Unwrap a phase vector given in degrees.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

 DESCRIPTION: LTPDA_UNWRAPDEG Unwrap a phase vector given in degrees.

 CALL:       deg = ltpda_unwrapdeg(phase)

 INPUTS:     phase - phase vector

 OUTPUTS:    deg   - degrees vector

 VERSION: $Id: ltpda_unwrapdeg.html,v 1.14 2008/03/31 10:27:31 hewitson Exp $

 HISTORY: 26-01-2007 M Hewitson
             Creation

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function deg = ltpda_unwrapdeg(phase)
0002 % LTPDA_UNWRAPDEG Unwrap a phase vector given in degrees.
0003 %
0004 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0005 %
0006 % DESCRIPTION: LTPDA_UNWRAPDEG Unwrap a phase vector given in degrees.
0007 %
0008 % CALL:       deg = ltpda_unwrapdeg(phase)
0009 %
0010 % INPUTS:     phase - phase vector
0011 %
0012 % OUTPUTS:    deg   - degrees vector
0013 %
0014 % VERSION: $Id: ltpda_unwrapdeg.html,v 1.14 2008/03/31 10:27:31 hewitson Exp $
0015 %
0016 % HISTORY: 26-01-2007 M Hewitson
0017 %             Creation
0018 %
0019 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0020 
0021 deg = unwrap(phase*pi/180)*180/pi;
0022 
0023 % END

Generated on Mon 31-Mar-2008 12:20:24 by m2html © 2003