Package noiseOneBand
Class OneBandParameters
java.lang.Object
noiseOneBand.OneBandParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintChannel map for measurements.Data source namebooleandoubleintMeasurement interval in seconds.intInterval for SEL integration.static final longdouble -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()array of hearing threshold values.Get a set of data that describes all of the parameters in a classvoidsetFilterParams(FilterParams filterParams)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
dataSource
Data source name -
measurementInterval
public int measurementIntervalMeasurement interval in seconds. -
selIntegrationTime
public int selIntegrationTimeInterval for SEL integration. -
channelMap
public int channelMapChannel map for measurements. -
detectPulses
public boolean detectPulses -
singlePulseThreshold
public double singlePulseThreshold -
maxPulseLength
public double maxPulseLength
-
-
Constructor Details
-
OneBandParameters
public OneBandParameters()
-
-
Method Details
-
clone
array of hearing threshold values. Must be same length as frequencyPoints -
getFilterParams
-
setFilterParams
-
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.
-