Class RunningAverageRssiFilter

  • All Implemented Interfaces:
    RssiFilter

    public class RunningAverageRssiFilter
    extends Object
    implements RssiFilter
    Calculate a RSSI value on base of an arbitrary list of measured RSSI values The list is clipped by a certain length at start and end and the average is calculate by simple arithmetic average
    • Field Detail

      • DEFAULT_SAMPLE_EXPIRATION_MILLISECONDS

        public static final long DEFAULT_SAMPLE_EXPIRATION_MILLISECONDS
        See Also:
        Constant Field Values
    • Constructor Detail

      • RunningAverageRssiFilter

        public RunningAverageRssiFilter()