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.
 
 function deg = ltpda_unwrapdeg(phase)
 
 M Hewitson 26-01-07
 
 $Id: ltpda_unwrapdeg.html,v 1.1 2007/06/08 14:15:10 hewitson Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function deg = ltpda_unwrapdeg(phase)
0002 
0003 % LTPDA_UNWRAPDEG Unwrap a phase vector given in degrees.
0004 %
0005 % function deg = ltpda_unwrapdeg(phase)
0006 %
0007 % M Hewitson 26-01-07
0008 %
0009 % $Id: ltpda_unwrapdeg.html,v 1.1 2007/06/08 14:15:10 hewitson Exp $
0010 %
0011 
0012 
0013 deg = unwrap(phase*pi/180)*180/pi;
0014 
0015 % END

Generated on Fri 08-Jun-2007 16:09:11 by m2html © 2003