|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectlikelihoodDetectionModule.AcquisitionSettings
public class AcquisitionSettings
The AcquisitionSettings class provides a module-local storage object for holding on to the properties of the audio data source (acquisition module) upon which the module is depending.
| Field Summary | |
|---|---|
double |
maxBandwidthHz
The maximum bandwidth of the data source. |
double |
minBandwidthHz
The minimum bandwidth of the data source. |
int |
numberChannels
The number of channels in the audio data. |
double |
preampGainDb
The preamplifier gain of the audio data. |
float |
samplingRateHz
The sampling rate of the audio data. |
(package private) static long |
serialVersionUID
The constant serialVersionUID that is required by Serializable. |
java.lang.String |
sourceName
The name of the acquisition source module. |
int |
sourceNumber
The number assigned to the source module by the pamguard controller. |
double |
voltageRange
The peak-to-peak voltage range of the audio data. |
| Constructor Summary | |
|---|---|
AcquisitionSettings()
Instantiates a new acquisition settings. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public double minBandwidthHz
public double maxBandwidthHz
public float samplingRateHz
public int numberChannels
public double voltageRange
public double preampGainDb
public java.lang.String sourceName
public int sourceNumber
| Constructor Detail |
|---|
public AcquisitionSettings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||