Updated GPS Sim (markdown)

Erwin Ried 2020-04-28 01:10:44 +02:00
parent e0ce21141e
commit 9690037669

@ -3,9 +3,12 @@ This app allows you to broadcast GPS baseband signal data streams.
## Generator ## Generator
You can use [gps-sdr-sim](https://github.com/osqzss/gps-sdr-sim) to generate data for this app. 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. 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 ### Sample rate and frequency specification
Create `BBD_NNNN.TXT` with: Create `BBD_NNNN.TXT` with:
``` ```