Package gpl

Class GPLDetection

All Implemented Interfaces:
Comparable, PamDetection, AcousticDataUnit, TFContourProvider

public class GPLDetection extends PamDataUnit implements AcousticDataUnit, PamDetection, TFContourProvider
  • Constructor Details Link icon

    • GPLDetection Link icon

      public GPLDetection(long timeMilliseconds, int channelBitmap, long startSample, long durationSamples, double timeRes, double freqRes, GPLContour aContour)
    • GPLDetection Link icon

      public GPLDetection(DataUnitBaseData basicData, double timeRes, double freqRes, GPLContour aContour)
  • Method Details Link icon

    • getPeakValue Link icon

      public double getPeakValue()
      Returns:
      the peakValue
    • setPeakValue Link icon

      public void setPeakValue(double peakValue)
      Parameters:
      peakValue - the peakValue to set
    • getContour Link icon

      public GPLContour getContour()
      Returns:
      the contour
    • getTimeRes Link icon

      public double getTimeRes()
      Returns:
      the timeRes
    • getFreqRes Link icon

      public double getFreqRes()
      Returns:
      the freqRes
    • getTFContourData Link icon

      public TFContourData getTFContourData()
      Description copied from interface: TFContourProvider
      Gets time-frequency contour information in units of milliseconds and frequency
      Specified by:
      getTFContourData in interface TFContourProvider
      Returns:
      TFContour data object.