|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamguardMVC.PamDataUnit
PamDetection.AcousticDataUnit
PamDetection.PamDetection<PamDetection,ShapeDataUnit>
whistleDetector.PeakDataUnit
public class PeakDataUnit
WhistlePeakUnits contain information from a single FFT slice. Each FFT slice may have several peaks so these are stored as an rray list.
| Field Summary | |
|---|---|
private int |
slicenumber
|
private java.util.ArrayList<WhistlePeak> |
whistlePeaks
|
| 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 | |
|---|---|
PeakDataUnit(long timeMilliseconds,
int channelBitmap,
long startSample,
int duration,
java.util.ArrayList<WhistlePeak> whistlePeaks,
int sliceNumber)
|
|
| Method Summary | |
|---|---|
int |
getSlicenumber()
|
java.util.ArrayList<WhistlePeak> |
getWhistlePeaks()
|
void |
setWhistlePeaks(java.util.ArrayList<WhistlePeak> whistlePeaks)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.ArrayList<WhistlePeak> whistlePeaks
private int slicenumber
| Constructor Detail |
|---|
public PeakDataUnit(long timeMilliseconds,
int channelBitmap,
long startSample,
int duration,
java.util.ArrayList<WhistlePeak> whistlePeaks,
int sliceNumber)
| Method Detail |
|---|
public java.util.ArrayList<WhistlePeak> getWhistlePeaks()
public void setWhistlePeaks(java.util.ArrayList<WhistlePeak> whistlePeaks)
public int getSlicenumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||