|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamguardMVC.PamDataUnit
PamDetection.AcousticDataUnit
noiseMonitor.NoiseDataUnit
public class NoiseDataUnit
| Field Summary | |
|---|---|
private double[][] |
noiseBandData
noiseBandData is an n*4 array n being the number of bands and the 4 measures being "mean", "median", "low95", "high95" respectively. |
| Fields inherited from class PamDetection.AcousticDataUnit |
|---|
AMPLITUDE_SCALE_DBREMPA, AMPLITUDE_SCALE_LINREFSD, duration, frequency, startSample |
| Fields inherited from class PamguardMVC.PamDataUnit |
|---|
absBlockIndex, channelBitmap, localisation, oLL, timeMilliseconds |
| Constructor Summary | |
|---|---|
NoiseDataUnit(long timeMilliseconds,
int channelBitmap,
long startSample,
long duration)
|
|
| Method Summary | |
|---|---|
double[][] |
getNoiseBandData()
|
void |
setNoiseBandData(double[][] noiseBandData)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double[][] noiseBandData
| Constructor Detail |
|---|
public NoiseDataUnit(long timeMilliseconds,
int channelBitmap,
long startSample,
long duration)
| Method Detail |
|---|
public void setNoiseBandData(double[][] noiseBandData)
noiseBandData - the noiseBandData to setpublic double[][] getNoiseBandData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||