Interface ModemMetrics
- All Superinterfaces:
ChannelSelectorAccessor, FrequencyThresholdAccessor, ModemModeAccessor, ModulationFormatAccessor, SampleRateAccessor
- All Known Implementing Classes:
ModemMetricsImpl
public interface ModemMetrics
extends SampleRateAccessor, ModulationFormatAccessor, ChannelSelectorAccessor, ModemModeAccessor, FrequencyThresholdAccessor
The Interface ModemMetrics.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ChannelSelectorAccessor
ChannelSelectorAccessor.ChannelSelectorBuilder<B>, ChannelSelectorAccessor.ChannelSelectorMutator, ChannelSelectorAccessor.ChannelSelectorPropertyNested classes/interfaces inherited from interface FrequencyThresholdAccessor
FrequencyThresholdAccessor.FrequencyThresholdBuilder<B>, FrequencyThresholdAccessor.FrequencyThresholdMutator, FrequencyThresholdAccessor.FrequencyThresholdPropertyNested classes/interfaces inherited from interface ModemModeAccessor
ModemModeAccessor.ModemModeBuilder<B>, ModemModeAccessor.ModemModeMutator, ModemModeAccessor.ModemModePropertyNested classes/interfaces inherited from interface ModulationFormatAccessor
ModulationFormatAccessor.ModulationFormatBuilder<B>, ModulationFormatAccessor.ModulationFormatMutator, ModulationFormatAccessor.ModulationFormatPropertyNested classes/interfaces inherited from interface SampleRateAccessor
SampleRateAccessor.SampleRateBuilder<B>, SampleRateAccessor.SampleRateMutator, SampleRateAccessor.SampleRateProperty -
Method Summary
Modifier and TypeMethodDescriptiondefault intCalculates the upper threshold for the higher frequency.default intCalculates the upper threshold for the lower frequency.default intCalculates the samples per bit.Methods inherited from interface ChannelSelectorAccessor
getChannelSelectorMethods inherited from interface FrequencyThresholdAccessor
getFrequencyThresholdMethods inherited from interface ModemModeAccessor
getModemModeMethods inherited from interface ModulationFormatAccessor
getModulationFormatMethods inherited from interface SampleRateAccessor
getSampleRate
-
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.
-