|
||||||||||
| 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,PamDetection>
whistlesAndMoans.AbstractWhistleDataUnit
public abstract class AbstractWhistleDataUnit
| Field Summary |
|---|
| 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 | |
|---|---|
AbstractWhistleDataUnit(long timeMilliseconds,
int channelBitmap,
long startSample,
long duration)
|
|
| Method Summary | |
|---|---|
abstract double[] |
getFreqsHz()
Get an array of the peak frequencies in Hz. |
abstract int |
getSliceCount()
Get the total number of slices |
abstract double[] |
getTimesInSeconds()
Get an array of the times of each slice in seconds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractWhistleDataUnit(long timeMilliseconds,
int channelBitmap,
long startSample,
long duration)
| Method Detail |
|---|
public abstract int getSliceCount()
public abstract double[] getTimesInSeconds()
getTimesInSeconds in interface WhistleContourpublic abstract double[] getFreqsHz()
getFreqsHz in interface WhistleContour
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||