[Firebug-cvs] firebug/web gps_tests.htm,1.6,1.7
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2004-07-15 16:33:38
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4363 Modified Files: gps_tests.htm Log Message: Added tables of GPS results. Index: gps_tests.htm =================================================================== RCS file: /cvsroot/firebug/firebug/web/gps_tests.htm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** gps_tests.htm 15 Jul 2004 16:11:38 -0000 1.6 --- gps_tests.htm 15 Jul 2004 16:33:27 -0000 1.7 *************** *** 42,45 **** --- 42,77 ---- <img src="./images/numsats.png" alt="Number of satellites" /> + <center> + <pre> + Mote Mean StdDev + ============================= + 1 (Lat) 37.9018 0.03113 + 1 (Long) 122.3042 0.04855 + 2 (Lat) 37.8992 0.10373 + 2 (Long) 122.2591 1.7530 + ============================= + </pre> + Table 1. Unfiltered GPS data from 2 motes 1 meter apart on an east-west line. + </center> + + <center> + <pre> + --------------------------------------------------------------------------------------------------- + satellites | 3 | 4 | 5 + --------------------------------------------------------------------------------------------------- + Mote | Count Mean StdDev | Count Mean StdDev | Count Mean StdDev + =================================================================================================== + 1 (Lat) | 615 37.9018 0.03986 | 323 37.9028 0.004614 | 62 37.9029 6.085e-5 + 1 (Long) | 615 122.3042 0.06076 | 323 122.3025 0.01956 | 62 122.3045 7.441e-5 + 2 (Lat) | 678 37.8992 0.1412 | 397 37.9015 0.01290 | 147 37.9028 1.221e-3 + 2 (Long) | 678 122.2591 2.3919 | 397 122.3034 0.02113 | 147 122.3047 2.084e-3 + =================================================================================================== + </pre> + Table 2. Statistics of GPS data arranged by number of + satellites from 2 motes 1 meter + apart on an east-west line. The means and + standard deviations are in decimal degrees. + </center> + <h1> |