rocca
Class RoccaContourDataUnit
java.lang.Object
PamguardMVC.PamDataUnit
PamDetection.AcousticDataUnit
PamDetection.PamDetection<PamDetection,PamDetection>
rocca.RoccaContourDataUnit
- All Implemented Interfaces:
- java.lang.Comparable<PamDataUnit>
public class RoccaContourDataUnit
- extends PamDetection<PamDetection,PamDetection>
- Author:
- Michael Oswald
|
Constructor Summary |
RoccaContourDataUnit(long timeMilliseconds,
int channelBitmap,
long startSample,
long duration)
|
| Methods inherited from class PamDetection.PamDetection |
addSubDetection, addSuperDetection, getDetectionType, getPeakTime, getSubDetection, getSubDetectionsCount, getSubDetectionSyncronisation, getSuperDetection, getSuperDetection, getSuperDetectionsCount, getSuperDetectionSyncronisation, removeSubDetection, removeSuperDetection, setDetectionType, setPeakTime, setUniqueSuperDetection |
| Methods inherited from class PamDetection.AcousticDataUnit |
amplifyMeasuredAmplitudeByDB, amplifyMeasuredAmplitudeByLinear, compareTo, getAmplitudeDB, getCalculatedAmlitudeDB, getDuration, getFrequency, getFrequencyOverlap, getLastSample, getMeasuredAmplitude, getMeasuredAmplitudeType, getSeconds, getStartSample, getTimeOverlap, setCalculatedAmlitudeDB, setDuration, setFrequency, setInfo, setMeasuredAmplitude, setMeasuredAmplitude, setMeasuredAmplitudeType, setStartSample |
| Methods inherited from class PamguardMVC.PamDataUnit |
clearUpdateCount, getAbsBlockIndex, getChannelBitmap, getDatabaseIndex, getDatabaseUpdateOf, getDataUnitFileInformation, getGpsPosition, getLastUpdateTime, getLocalisation, getOriginLatLong, getPairAngle, getParentDataBlock, getTimeMilliseconds, getUpdateCount, setAbsBlockIndex, setChannelBitmap, setDatabaseIndex, setDatabaseUpdateOf, setDataUnitFileInformation, setLastUpdateTime, setLocalisation, setOriginLatLong, setParentDataBlock, setTimeMilliseconds, updateDataUnit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
meanTime
double meanTime
dutyCycle
double dutyCycle
peakFreq
double peakFreq
energy
double energy
windowRMS
double windowRMS
sweep
int sweep
step
int step
slope
double slope
RoccaContourDataUnit
public RoccaContourDataUnit(long timeMilliseconds,
int channelBitmap,
long startSample,
long duration)
getDutyCycle
public double getDutyCycle()
setDutyCycle
public void setDutyCycle(double dutyCycle)
getEnergy
public double getEnergy()
setEnergy
public void setEnergy(double energy)
getMeanTime
public double getMeanTime()
setMeanTime
public void setMeanTime(double meanTime)
getPeakFreq
public double getPeakFreq()
setPeakFreq
public void setPeakFreq(double peakFreq)
getWindowRMS
public double getWindowRMS()
setWindowRMS
public void setWindowRMS(double windowRMS)
getSlope
public double getSlope()
setSlope
public void setSlope(double slope)
getStep
public int getStep()
setStep
public void setStep(int step)
getSweep
public int getSweep()
setSweep
public void setSweep(int sweep)