Interface RadioWave

  • All Known Subinterfaces:
    GnssSignal
    All Known Implementing Classes:
    Frequency

    public interface RadioWave
    Top level interface for radio waves.
    Since:
    12.1
    Author:
    Luc Maisonobe
    • Method Detail

      • getFrequency

        double getFrequency()
        Get the value of the frequency in Hz.
        Returns:
        value of the frequency in Hz
        See Also:
        getWavelength()
      • getWavelength

        default double getWavelength()
        Get the wavelength in meters.
        Returns:
        wavelength in meters
        See Also:
        getFrequency()