From afe866e1bfd682fc02965f133fa30c14666fa31b Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Mon, 1 Jun 2020 02:02:25 +0200 Subject: [PATCH] Updated GPS Sim (markdown) --- GPS-Sim.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/GPS-Sim.md b/GPS-Sim.md index 3b1428b..0f7aed2 100644 --- a/GPS-Sim.md +++ b/GPS-Sim.md @@ -31,8 +31,19 @@ Create a rather small polygon with a path in KML format (i.e. a path you might w You also need to create `TESTGPS.TXT` as specified above. - ## Example 2 + +For a fixed position, use +`gps-sdr-sim -e brdc1500.20n -s 1250000 -b 8 -o gpssim.bin -l 30.286502,120.032669,100 -d 100` + +Test with a `gpssim.txt` as follows: + +``` +sample_rate=1250000 +center_frequency=1575420000 +``` + +## Example 3 > **NOTE:** The website nmeagen may add timestamps to the output. That might be problematic for the simulation We can create a realistic movement using a NMEA GGA stream generator like https://nmeagen.org/. In this website create several multi point lines with the positions you want. Download the NMEA file clicking "Generate NMEA file".