From e51218aead1502925738ab8d39e4234f4869d973 Mon Sep 17 00:00:00 2001 From: OSQZSS Date: Wed, 26 Aug 2015 17:03:02 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 254fe44..a972627 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Usage: gps-sdr-sim [options] Options: -e RINEX navigation file for GPS ephemerides (required) -u User motion file (dynamic mode) + -g NMEA GGA stream (dynamic mode) -l Lat,Lon,Hgt (static mode) e.g. 30.286502,120.032669,100 -o I/Q sampling data file (default: gpssim.bin) -s Sampling frequency [Hz] (default: 2600000) @@ -61,6 +62,10 @@ The user motion can be specified in either dynamic or static mode: > gps-sdr-sim -e brdc3540.14n -u circle.csv -b 16 ``` +``` +> gps-sdr-sim -e brdc3540.14n -g triumphv3.txt -b 16 +``` + ``` > gps-sdr-sim -e brdc3540.14n -l 30.286502,120.032669,100 -b 16 ```