Package org.orekit.gnss
Interface GnssSignal
- All Superinterfaces:
RadioWave
- All Known Implementing Classes:
PredefinedGnssSignal
Intermediate level interface for radio waves related to GNSS common frequency.
- Since:
- 12.1
- Author:
- Luc Maisonobe
-
Field Summary
FieldsFields inherited from interface org.orekit.gnss.RadioWave
ONE_MILLI_HERTZ -
Method Summary
Methods inherited from interface org.orekit.gnss.RadioWave
closeTo, closeTo, getFrequency, getWavelength
-
Field Details
-
F0
static final double F0Common frequency F0 in Hz (10.23 MHz).- See Also:
-
-
Method Details
-
getRatio
double getRatio()Get the ratio f/f0, wheref0is the common frequency.- Returns:
- ratio f/f0, where
f0is the common frequency - See Also:
-
getName
String getName()Get the RINEX name for the frequency.- Returns:
- RINEX name for the frequency
-
getSatelliteSystem
SatelliteSystem getSatelliteSystem()Get the satellite system for which this frequency is defined.- Returns:
- satellite system for which this frequency is defined
-