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
Modifier and TypeFieldDescriptionint
Buffer between both the start and end of the sound being measured and the noise measurement periodint
Number of millis to measure over both before and after the sound of interest.static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet 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
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-