Interface SpectrumDProto.ChannelPowerRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SpectrumDProto.ChannelPowerRequest, SpectrumDProto.ChannelPowerRequest.Builder
Enclosing class:
SpectrumDProto

public static interface SpectrumDProto.ChannelPowerRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Additional aggregation factor for channel power measurements.
    int
    Lower bin index of the FFT to be included in the result.
    int
    Upper bin index of the FFT to be included in the result.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getChannelAggregationFactor

      int getChannelAggregationFactor()
      
       Additional aggregation factor for channel power measurements.
       The total aggregation factor will be this factor multiplied by
        (aggregation_factor).
       The response is measured over a period of
        (channel_aggregation_factor * aggregation_factor * fft_size
         / sample_rate). This is also the time needed for the call to return.
       
      uint32 channel_aggregation_factor = 1;
      Returns:
      The channelAggregationFactor.
    • getLowerBin

      int getLowerBin()
      
       Lower bin index of the FFT to be included in the result.
       See also documentation of AggregatedFFTBlock.bins_avg.
       
      uint32 lower_bin = 2;
      Returns:
      The lowerBin.
    • getUpperBin

      int getUpperBin()
      
       Upper bin index of the FFT to be included in the result.
       See also documentation of AggregatedFFTBlock.bins_avg.
       
      uint32 upper_bin = 3;
      Returns:
      The upperBin.