Class ClickBackgroundDataUnit

All Implemented Interfaces:
Comparable

public class ClickBackgroundDataUnit extends BackgroundDataUnit
  • Constructor Details

    • ClickBackgroundDataUnit

      public ClickBackgroundDataUnit(long timeMilliseconds, int channelBitmap, double[] levels)
    • ClickBackgroundDataUnit

      public ClickBackgroundDataUnit(DataUnitBaseData dataUnitBaseData, double[] levels)
  • Method Details

    • getCountSPL

      public double getCountSPL()
      Specified by:
      getCountSPL in class BackgroundDataUnit
    • getLevels

      public double[] getLevels()
      Returns:
      the levels
    • setLevels

      public void setLevels(double[] levels)
      Set the levels for multiple channels and also calculate their mean.
      Parameters:
      levels - the levels to set