|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectWorkshopDemo.WorkshopProcessParameters
public class WorkshopProcessParameters
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.
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 |
|---|
static final long serialVersionUID
int fftDataBlock
int lowFreq
int highFreq
double backgroundTimeConstant
double threshold
int channelList
PamSymbol mapSymbol
| Constructor Detail |
|---|
public WorkshopProcessParameters()
| Method Detail |
|---|
protected WorkshopProcessParameters clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||