Package gpl

Class GPLStateDataUnit

All Implemented Interfaces:
Comparable

public class GPLStateDataUnit extends PamDataUnit
  • Constructor Details Link icon

    • GPLStateDataUnit Link icon

      public GPLStateDataUnit(long timeMilliseconds, int sequenceNum, int channelMap, double baseline, double ceilnoise, double threshfloor, int peakState)
      Constructor that sets both channel map and sequence map for this data unit
      Parameters:
      timeMilliseconds -
      sequenceNum -
      channelMap -
      baseline -
      ceilnoise -
      threshfloor -
      peakState -
    • GPLStateDataUnit Link icon

      public GPLStateDataUnit(DataUnitBaseData baseData, double baseline, double ceilnoise, double threshfloor, int peakState)
      constructor used reading back from binary files.
      Parameters:
      baseData -
      baseline -
      ceilnoise -
      threshfloor -
      peakState -
    • GPLStateDataUnit Link icon

      @Deprecated public GPLStateDataUnit(long timeMilliseconds, int channel, double baseline, int peakState)
      Deprecated.
      Constructor that sets only channel map for this unit
      Parameters:
      timeMilliseconds -
      channel -
      baseline -
      peakState -
  • Method Details Link icon

    • getCeilnoise Link icon

      public double getCeilnoise()
      Returns:
      the ceilnoise
    • getThreshfloor Link icon

      public double getThreshfloor()
      Returns:
      the threshfloor
    • getBaseline Link icon

      public double getBaseline()
      Returns:
      the baseline
    • getPeakState Link icon

      public int getPeakState()
      Returns:
      the peakState