Class EnergySumProcess

All Implemented Interfaces:
PamObserver, ProcessAnnotator

public class EnergySumProcess extends IshDetFnProcess
  • Constructor Details

  • Method Details

    • getLongName

      public String getLongName()
      Specified by:
      getLongName in class IshDetFnProcess
    • getNumberName

      public String getNumberName()
    • getDetSampleRate

      public float getDetSampleRate()
      Return the rate at which detection samples arrive, which for this detector is the FFT frame rate. Abstractly declared in IshDetFnProcess.
      Specified by:
      getDetSampleRate in class IshDetFnProcess
    • inputDataClass

      public Class inputDataClass()
      Specified by:
      inputDataClass in class IshDetFnProcess
    • getHiFreq

      public float getHiFreq()
      Specified by:
      getHiFreq in class IshDetFnProcess
      Returns:
      the highest frequency of the detection - e.g. sampleRate/2 or the upper bound of the detection kernel
    • getLoFreq

      public float getLoFreq()
      Specified by:
      getLoFreq in class IshDetFnProcess
      Returns:
      the lowest frequency of the detection - e.g. 0 or the lower bound of the detection kernel
    • newData

      public void newData(PamObservable o, PamDataUnit fftUnit)
      Overrides:
      newData in class PamProcess