WorkshopDemo
Class WorkshopProcessParameters

java.lang.Object
  extended by WorkshopDemo.WorkshopProcessParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class WorkshopProcessParameters
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

for each module, it's best to keep all parameters controlling that module in a single class which must be serialisable so that the Pamguard settings manager can save it between runs.

Author:
Doug
See Also:
PamSettingManager, Serialized Form

Field Summary
(package private)  double backgroundTimeConstant
          time constant for background noise measurement.
(package private)  int channelList
          Bitmap of channels to be used - use all available.
(package private)  int fftDataBlock
          use the first (0th) fft datablock in the model.
(package private)  int highFreq
          High frequency for energy summation
(package private)  int lowFreq
          Low frequency for energy summation
(package private)  PamSymbol mapSymbol
           
(package private) static long serialVersionUID
           
(package private)  double threshold
          Detection threhsold in db.
 
Constructor Summary
WorkshopProcessParameters()
           
 
Method Summary
protected  WorkshopProcessParameters clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

fftDataBlock

int fftDataBlock
use the first (0th) fft datablock in the model.


lowFreq

int lowFreq
Low frequency for energy summation


highFreq

int highFreq
High frequency for energy summation


backgroundTimeConstant

double backgroundTimeConstant
time constant for background noise measurement.


threshold

double threshold
Detection threhsold in db.


channelList

int channelList
Bitmap of channels to be used - use all available.


mapSymbol

PamSymbol mapSymbol
Constructor Detail

WorkshopProcessParameters

public WorkshopProcessParameters()
Method Detail

clone

protected WorkshopProcessParameters clone()
Overrides:
clone in class java.lang.Object