Interface ModemMetrics

All Superinterfaces:
ChannelSelectorAccessor, FrequencyThresholdAccessor, ModemModeAccessor, ModulationFormatAccessor, SampleRateAccessor
All Known Implementing Classes:
ModemMetricsImpl

The Interface ModemMetrics.
  • Method Details

    • toHigherFrequencyUpperThreshold

      default int toHigherFrequencyUpperThreshold()
      Calculates the upper threshold for the higher frequency.
      Returns:
      The according threshold.
    • toLowerFrequencyUpperThreshold

      default int toLowerFrequencyUpperThreshold()
      Calculates the upper threshold for the lower frequency.
      Returns:
      The according threshold.
    • toSamplesPerBit

      default int toSamplesPerBit()
      Calculates the samples per bit.
      Returns:
      The according number of samples.