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 ```