Class MatchFiltProcess

All Implemented Interfaces:
PamObserver, ProcessAnnotator

@Deprecated public class MatchFiltProcess extends IshDetFnProcess
Deprecated.
  • Constructor Details

  • Method Details

    • getLongName

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

      public String getNumberName()
      Deprecated.
    • inputDataClass

      public Class inputDataClass()
      Deprecated.
      Specified by:
      inputDataClass in class IshDetFnProcess
    • getDetSampleRate

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

      public void prepareProcess()
      Deprecated.
      Description copied from class: IshDetFnProcess
      Get a new IshDetDataUnit suitable for holding output data. This code was copied from PamFFTProcess.newData() and modified.
      Overrides:
      prepareProcess in class IshDetFnProcess
    • newData

      public void newData(PamObservable o, PamDataUnit arg1)
      Deprecated.
      Overrides:
      newData in class PamProcess
    • getHiFreq

      public float getHiFreq()
      Deprecated.
      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()
      Deprecated.
      Specified by:
      getLoFreq in class IshDetFnProcess
      Returns:
      the lowest frequency of the detection - e.g. 0 or the lower bound of the detection kernel
    • pamStart

      public void pamStart()
      Deprecated.
      Description copied from class: PamProcess
      Called for each process to tell it to start (may not be necessary for processes which are listening for data anyway).
      Overrides:
      pamStart in class IshDetFnProcess
    • pamStop

      public void pamStop()
      Deprecated.
      Description copied from class: PamProcess
      Stops the process.
      Overrides:
      pamStop in class IshDetFnProcess