Package noiseOneBand
Class OneBandParameters
java.lang.Object
noiseOneBand.OneBandParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
Channel map for measurements.Data source nameboolean
double
int
Measurement interval in seconds.int
Interval for SEL integration.static final long
double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
array of hearing threshold values.Get a set of data that describes all of the parameters in a classvoid
setFilterParams
(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: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.
-