Skip to content

Commit 796baca

Browse files
committed
update README decoded files
1 parent defd221 commit 796baca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,19 @@ The sample rate is 4MSa/s for each RF source(I have 4 RF source, i.e. 4 ants), t
145145
```
146146
So, I use the 10Gbps Ethernet controller to solve this problem. Most the general laptops have only 1Gbps Ethernet controller, which is not enough for this application. So I recommand you can buy a USB4 to 10Gbps Ethernet controller. And make sure your laptop has a thunderbolt port!
147147

148+
### 5. Decoded files
149+
Generally, gnss-sdr will output some decoded files, for example in above displayed figure:
150+
151+
| **File Name** | **Content Description** | **Note** |
152+
|--------------------------------|-------------------------------------------------------|--------------------------------------------|
153+
| `gps_ephemeris.xml`;<br>`GSDR362k49.24N` | GPS satellite ephemeris data (orbital parameters, clock corrections). | `.xml` and `.xxn` are the same data with different format. There are all satellite ephemeris data decoded from the received signal. They just contain GPS satellite ephemeris data within the receiving period, which is different from the broadcast ephemeris file that you can download from https://cddis.nasa.gov/archive/gnss/data/daily/2024/brdc/|
154+
| `GSDR362k49.240` | RINEX file (v3.02) with observation data, navigation messages, receiver metadata. | Post-processing, accurate positioning, interoperability. This RINEX file constains carrier phase, pseudo-range, Doppler frequency, and RSS data. you can check detailed information by: https://www.spatial.nsw.gov.au/__data/assets/pdf_file/0018/232452/2023_Janssen_Coordinates1911_understanding_the_RINEX_format.pdf or https://igs.org/formats-and-standards/|
155+
| `nmea_pvt.nmea` | NMEA-standard GNSS positioning data (time, coordinates, speed). | Real-time visualization, trajectory analysis. |
156+
| `pvt.dat_241227_104907.geojson`| GeoJSON file with geolocation data (points, timestamps, metadata). | GIS visualization, geospatial analysis. |
157+
| `pvt.dat_241227_104907.gpx` | GPX file with trajectory data (waypoints, routes, metadata). | Navigation, sharing with GPS devices/apps. Create a new map in https://www.google.com/maps/d/u/0/ and import the `.gpx` file.|
158+
| `pvt.dat_241227_104907.kml` | KML file with trajectory data for Google Earth. | 3D visualization, trajectory presentation. Create a new map in https://www.google.com/maps/d/u/0/ and import the `.kml` file.|
159+
160+
148161
## Reference
149162
- GNSS-SDR: https://gnss-sdr.org/
150163
- USRP X310: https://www.ettus.com/products/boards/usrp-x310

0 commit comments

Comments
 (0)