Package d3
Class D3DataUnit
java.lang.Object
PamguardMVC.PamDataUnit
d3.D3DataUnit
- All Implemented Interfaces:
Comparable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSensorData
(float[] sensorData2, int sensorSampleRate) float[]
getDepth()
float[]
getJerk()
float[]
getSensorData
(int sensorIndex) int
getSensorSampleRate
(int sensorIndex) void
setDepth
(float[] depth) void
setJerk
(float[] jerk) Methods inherited from class PamguardMVC.PamDataUnit
addDataAnnotation, addSuperDetection, amplifyMeasuredAmplitudeByDB, amplifyMeasuredAmplitudeByLinear, calcSnapshotGeometry, clearOandAngles, clearUpdateCount, compareTo, findDataAnnotation, findDataAnnotation, freeData, getAbsBlockIndex, getAmplitudeDB, getAnnotationsSummaryString, getBasicData, getCalculatedAmlitudeDB, getChannelBitmap, getColourIndex, getDataAnnotation, getDatabaseIndex, getDatabaseUpdateOf, getDataUnitFileInformation, getDataUnitPopupMenu, getDurationInMilliseconds, getEndTimeInMilliseconds, getFrequency, getFrequencyOverlap, getHydrophoneBitmap, getHydrophoneHeading, getLastChangeTime, getLastSample, getLastUpdateTime, getLocalisation, getMeasuredAmplitude, getMeasuredAmplitudeType, getNoiseBackground, getNumDataAnnotations, getOriginLatLong, getParentDataBlock, getSampleDuration, getSampleDurationAsInt, getSeconds, getSequenceBitmap, getSequenceBitmapObject, getSignalExcess, getSignalSPL, getSnapshotGeometry, getStartSample, getSummaryString, getSuperDetection, getSuperDetection, getSuperDetection, getSuperDetection, getSuperDetection, getSuperDetectionsCount, getSuperDetectionSyncronisation, getSuperId, getTimeDelaysSeconds, getTimeMilliseconds, getTimeNanoseconds, getTimeOverlap, getUID, getUpdateCount, isEmbryonic, isForceAmpRecalc, linAmplitudeToDB, removeDataAnnotation, removeDataAnnotation, removeSuperDetection, setAbsBlockIndex, setCalculatedAmlitudeDB, setChannelBitmap, setDatabaseIndex, setDatabaseUpdateOf, setDataUnitFileInformation, setDurationInMilliseconds, setEmbryonic, setForceAmpRecalc, setFrequency, setInfo, setLastUpdateTime, setLocalisation, setMeasuredAmpAndType, setMeasuredAmplitude, setMeasuredAmplitudeType, setNoiseBackground, setParentDataBlock, setSampleDuration, setSequenceBitmap, setSignalExcess, setSignalSPL, setSnapshotGeometry, setStartSample, setTimeDelaysSeconds, setTimeMilliseconds, setUID, setUniqueSuperDetection, sortOutputMaps, updateDataUnit
-
Constructor Details
-
D3DataUnit
public D3DataUnit(long timeMilliseconds)
-
-
Method Details
-
addSensorData
public void addSensorData(float[] sensorData2, int sensorSampleRate) -
getSensorData
public float[] getSensorData(int sensorIndex) - Returns:
- the sensorData
-
getSensorSampleRate
public int getSensorSampleRate(int sensorIndex) - Returns:
- the sensorSampleRate
-
setDepth
public void setDepth(float[] depth) -
getDepth
public float[] getDepth()- Returns:
- the depthData
-
setJerk
public void setJerk(float[] jerk) -
getJerk
public float[] getJerk()
-