Interface GnssSignal

  • All Superinterfaces:
    RadioWave
    All Known Implementing Classes:
    Frequency

    public interface GnssSignal
    extends RadioWave
    Intermediate level interface for radio waves related to GNSS common frequency.
    Since:
    12.1
    Author:
    Luc Maisonobe
    • Method Detail

      • getRatio

        double getRatio()
        Get the ratio f/f0, where f0 is the common frequency.
        Returns:
        ratio f/f0, where f0 is the common frequency
        See Also:
        F0, RadioWave.getFrequency()