| SGMP - Stanford GPS/GNSS Matlab Platform |
SGMP is an integrated research platform for utilizing numerous
positioning databases. It is intended to function as a platform providing a universal access to various formats
of GPS/GNSS data such as NSTB, NMEA, and RINEX. Example databases include the NSTB stations that collect GPS
information continuously in dozens of sites and are web-available and open to the public.
The zipped file containing this software can be downloaded from SGMP.zip
An introductory presentation on SGMP is here.
The attached file contains everything about SGMP. If you uncompress it, there will
be a few directories including document. Under document, there are a few helping
materials like quickstart and userguide. This is a preliminary version and improved
versions will hopefully be forthcoming.
The best way to start is to use the quickstart guide or to follow the following steps:
1) Unzip SGMP.zip
2) Download Data Files
3) Parse Data Files
-
Start Matlab and set paths for
all directories in SGMPrelease.
-
Go to /SGMPrelease/measurementinterface/
-
Execute batchparseNSTB.m (If a
status bar pops out, it's working!)
4) Positioning with SGMP File
-
Go to /SGMPrelease/simulator/
-
Execute batchPosfixSGMP.m (If a
position fix result pops up, it's all done!)
|