![]() |
0.5.0
|
Data Fields | |
| uint8_t | SSI |
| Signal Strength Indicator (SSI) projected into interval 1-9. | |
| double | value |
| Pseudorange measurement [m]. | |
Definition at line 48 of file GnssObs.hpp.
| uint8_t NAV::GnssObs::ObservationData::Pseudorange::SSI |
Signal Strength Indicator (SSI) projected into interval 1-9.
| Carrier to Noise ratio(dbHz) | Carrier to Noise ratio(RINEX) |
|---|---|
| - | 0 or blank: not known, don't care |
| < 12 | 1 (minimum possible signal strength) |
| 12-17 | 2 |
| 18-23 | 3 |
| 24-29 | 4 |
| 30-35 | 5 (threshold for good tracking) |
| 36-41 | 6 |
| 42-47 | 7 |
| 48-53 | 8 |
| ≥ 54 | 9 (maximum possible signal strength) |
Definition at line 67 of file GnssObs.hpp.
| double NAV::GnssObs::ObservationData::Pseudorange::value |
Pseudorange measurement [m].
Definition at line 51 of file GnssObs.hpp.