Home > cbassSouthFunctions > CJCThesisFunctions > hartrao > timingOffset.m

timingOffset

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 d = read_arcSouth('30-Apr-2013:14:16:30','30-Apr-2013:14:17:00');%
0002 str='30-Apr-2013:14:16:30 30-Apr-2013:14:17:00'
0003 
0004 d=read_arcSouth('16-May-2013:10:13:12','16-May-2013:10:16:22')
0005 
0006 plot(24*60*60*(d.antenna0.roach1.utc-d.antenna0.roach1.utc(1)),mean(d.antenna0.roach1.LL(:,10:50),2),'-')
0007 hold all
0008 plot(24*60*60*(d.antenna0.roach2.utc-d.antenna0.roach2.utc(1)),mean(d.antenna0.roach2.LL(:,10:50),2),'-')
0009 
0010 title(str)
0011 xlabel('Time [s]')
0012 ylabel('B.U')
0013 grid on
0014 legend('Pumba','Timon')

Generated on Sun 14-Jun-2015 17:12:45 by m2html © 2005