|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectnoiseMonitor.NoiseSettings
public class NoiseSettings
| Field Summary | |
|---|---|
boolean |
autoScale
|
int |
channelBitmap
|
java.lang.String |
dataSource
|
(package private) long |
displayLengthSeconds
|
private double |
highestFrequency
|
(package private) double |
levelMax
|
(package private) double |
levelMin
|
private double |
lowestFrequency
|
private java.util.ArrayList<NoiseMeasurementBand> |
measurementBands
|
int |
measurementIntervalSeconds
Interval between measurements in seconds |
int |
nMeasures
Number of measures in measurementIntervalSeconds These will be placed at random within the interval |
(package private) boolean[] |
selectedChannels
|
(package private) boolean[] |
selectedData
|
(package private) boolean[] |
selectedStats
|
static long |
serialVersionUID
|
boolean |
showGrid
|
boolean |
useAll
Tells PAMGUARD to use every single FFT data coming in. |
| Constructor Summary | |
|---|---|
NoiseSettings()
|
|
| Method Summary | |
|---|---|
void |
addNoiseMeasurementBand(int listPos,
NoiseMeasurementBand noiseMeasurementBand)
Add a noise measurement band at a specific place in the list. |
void |
addNoiseMeasurementBand(NoiseMeasurementBand noiseMeasurementBand)
Add a noise measurement band to the end of the list. |
NoiseSettings |
clone()
|
java.util.ListIterator<NoiseMeasurementBand> |
getBandIterator()
|
double |
getHighestFrequency()
Get the highest frequency used by any band |
double |
getHighestFrequency10()
Get the highest frequency used by any band rounded up to nearest factor of 10 |
double |
getLowestFrequency()
Get the lowest frequency used by any band. |
double |
getLowestFrequency10()
Get the lowest frequency used by any band. |
NoiseMeasurementBand |
getMeasurementBand(int i)
|
int |
getNumMeasurementBands()
|
void |
removeMeasurementBand(int iBand)
Remove a noise measurement band from the list |
private void |
sortLowHigh()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
public java.lang.String dataSource
public int channelBitmap
public int measurementIntervalSeconds
public int nMeasures
public boolean useAll
Overrides nMeasures.
private java.util.ArrayList<NoiseMeasurementBand> measurementBands
long displayLengthSeconds
double levelMin
double levelMax
boolean[] selectedChannels
boolean[] selectedStats
boolean[] selectedData
public boolean autoScale
public boolean showGrid
private double lowestFrequency
private double highestFrequency
| Constructor Detail |
|---|
public NoiseSettings()
| Method Detail |
|---|
public java.util.ListIterator<NoiseMeasurementBand> getBandIterator()
public int getNumMeasurementBands()
public NoiseMeasurementBand getMeasurementBand(int i)
public void addNoiseMeasurementBand(NoiseMeasurementBand noiseMeasurementBand)
noiseMeasurementBand - noise band data
public void addNoiseMeasurementBand(int listPos,
NoiseMeasurementBand noiseMeasurementBand)
listPos - position in listnoiseMeasurementBand - noise band datapublic void removeMeasurementBand(int iBand)
iBand - band indexprivate void sortLowHigh()
public double getLowestFrequency()
public double getHighestFrequency()
public double getLowestFrequency10()
public double getHighestFrequency10()
public NoiseSettings clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||