From 96900376690dd2e4b8baa8a91b8e8c14bae42db9 Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Tue, 28 Apr 2020 01:10:44 +0200 Subject: [PATCH] Updated GPS Sim (markdown) --- GPS-Sim.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/GPS-Sim.md b/GPS-Sim.md index cc8b61b..4b614fa 100644 --- a/GPS-Sim.md +++ b/GPS-Sim.md @@ -3,9 +3,12 @@ This app allows you to broadcast GPS baseband signal data streams. ## Generator You can use [gps-sdr-sim](https://github.com/osqzss/gps-sdr-sim) to generate data for this app. -`gps-sdr-sim -e brdc3540.14n -l LAT,LONG,HEIGHT -o BBD_NNNN.C8` +`gps-sdr-sim -e RINEX_NAVIGATION_FILE -l LAT,LONG,HEIGHT -o BBD_NNNN.C8` That will create `BBD_NNNN.C8`, but note that you also need to specify its sample rate and frequency in another file, as explained below. +### RINEX navigation file for GPS ephemerides +Download the latest file for this parameter directly from Nasa: https://cddis.nasa.gov/archive/gnss/data/daily/ + ### Sample rate and frequency specification Create `BBD_NNNN.TXT` with: ```