Package annotation.calcs.snr
Class SNRAnnotationParameters
java.lang.Object
annotation.calcs.snr.SNRAnnotationParameters
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
public class SNRAnnotationParameters
extends Object
implements Cloneable, Serializable, ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintBuffer between both the start and end of the sound being measured and the noise measurement periodintNumber of millis to measure over both before and after the sound of interest.static final long - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected SNRAnnotationParametersclone()Get a set of data that describes all of the parameters in a class 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
noiseMillis
public int noiseMillisNumber of millis to measure over both before and after the sound of interest. - 
bufferMillis
public int bufferMillisBuffer between both the start and end of the sound being measured and the noise measurement period 
 - 
 - 
Constructor Details
- 
SNRAnnotationParameters
public SNRAnnotationParameters() 
 - 
 - 
Method Details
- 
clone
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -