Class MatchedTemplateParams

java.lang.Object
matchedTemplateClassifer.MatchedTemplateParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class MatchedTemplateParams extends Object implements Serializable, Cloneable, ManagedParameters
Matched template classifier parameters.
Author:
Jamie Macaulay
See Also:
  • Field Details

    • NORMALIZATION_NONE

      public static final int NORMALIZATION_NONE
      Do not normalise
      See Also:
    • NORMALIZATION_PEAK

      public static final int NORMALIZATION_PEAK
      Peak normalisation
      See Also:
    • NORMALIZATION_RMS

      public static final int NORMALIZATION_RMS
      RMS normalisation
      See Also:
    • pamSymbol

      public SymbolData pamSymbol
      Symbol data for the classifier.
    • dataSourceName

      public String dataSourceName
      The source data block
    • dataSourceIndex

      public int dataSourceIndex
      The index of the data source.
    • type

      public byte type
      The type to set the click to.
    • classifiers

      public ArrayList<MTClassifier> classifiers
      The MT classifiers. Each has two templates; a match template and reject template
    • enableFFTFilter

      public boolean enableFFTFilter
      Enable filtering of data before classificatiom
    • fftFilterParams

      public FFTFilterParams fftFilterParams
      The FFT filter params to use.
    • channelClassification

      public int channelClassification
      Integer flag for how to perform channel classification. 0) Require positive identification on all channels individually 1) Only one channel requires classiifciation classification, 2) Use the mean of the channels.
    • peakSmoothing

      public int peakSmoothing
      The amount of smoothing to do when searching for a click peak.
    • restrictedBins

      public int restrictedBins
      The number of bins to sample around.
    • peakSearch

      public boolean peakSearch
      True to search for for wave peak and sample around it.
    • lengthdB

      public double lengthdB
      dB drop in waveform for peak search.
    • normalisationType

      public int normalisationType
      The normalisation type to use.
  • Constructor Details

    • MatchedTemplateParams

      public MatchedTemplateParams()
  • Method Details