Package org.orekit.gnss
Interface GnssSignal
-
- All Superinterfaces:
RadioWave
- All Known Implementing Classes:
PredefinedGnssSignal
public interface GnssSignal extends RadioWave
Intermediate level interface for radio waves related to GNSS common frequency.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
-
Field Summary
Fields Modifier and Type Field Description static double
F0
Common frequency F0 in Hz (10.23 MHz).-
Fields inherited from interface org.orekit.gnss.RadioWave
ONE_MILLI_HERTZ
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Get the RINEX name for the frequency.double
getRatio()
Get the ratio f/f0, wheref0
is the common frequency.SatelliteSystem
getSatelliteSystem()
Get the satellite system for which this frequency is defined.-
Methods inherited from interface org.orekit.gnss.RadioWave
closeTo, closeTo, getFrequency, getWavelength
-
-
-
-
Field Detail
-
F0
static final double F0
Common frequency F0 in Hz (10.23 MHz).- See Also:
- Constant Field Values
-
-
Method Detail
-
getRatio
double getRatio()
Get the ratio f/f0, wheref0
is the common frequency.- Returns:
- ratio f/f0, where
f0
is the common frequency - See Also:
F0
,RadioWave.getFrequency()
-
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
-
-