Package org.orekit.gnss
Interface GnssSignal
-
-
Field Summary
Fields Modifier and Type Field Description static double
F0
Common frequency F0 in Hz (10.23 MHz).
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getRatio()
Get the ratio f/f0, wheref0
is the common frequency.-
Methods inherited from interface org.orekit.gnss.RadioWave
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()
-
-