Package detectionPlotFX.rawDDPlot
Class RawWaveformPlot
- All Implemented Interfaces:
DetectionPlot<PamDataUnit>
Plot for any RawDataHolder to show a waveform.
- Author:
- Jamie Macaulay
-
Field Summary
Fields inherited from interface detectionPlotFX.layout.DetectionPlot
SCROLLPANE_DRAW, STANDARD_DRAW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[][]getEnvelope(PamDataUnit pamDetection) Get the hilbert transform for each click from a PamDetectiongetName()Get the name of the plot e.g.double[][]getWaveform(PamDataUnit pamDetection) Get the waveforms from a PamDetectionMethods inherited from class detectionPlotFX.plots.WaveformPlot
getDetectionPlotDisplay, getSampleRate, getScaleInfo, getSettingsPane, getWaveformPlotParams, getWaveformSettingsPane, getYScale, paintPlot, paintWaveform, paintWaveform, reDrawLastUnit, setShowChannels, setupAxis, setupPlot
-
Constructor Details
-
RawWaveformPlot
-
-
Method Details
-
getWaveform
Description copied from class:WaveformPlotGet the waveforms from a PamDetection- Specified by:
getWaveformin classWaveformPlot<PamDataUnit>- Parameters:
pamDetection- the detection- Returns:
- the waveform for each channel
-
getName
Description copied from interface:DetectionPlotGet the name of the plot e.g. waveform, spectrum etc. -
getEnvelope
Description copied from class:WaveformPlotGet the hilbert transform for each click from a PamDetection- Specified by:
getEnvelopein classWaveformPlot<PamDataUnit>- Parameters:
pamDetection- the detection- Returns:
- the waveform for each channel
-