Class ClickBackgroundDataUnit

All Implemented Interfaces:
Comparable

public class ClickBackgroundDataUnit extends BackgroundDataUnit
  • Constructor Details Link icon

    • ClickBackgroundDataUnit Link icon

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

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

    • getCountSPL Link icon

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

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

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