Uses of Class
PamDetection.RawDataUnit
Packages that use RawDataUnit
Package
Description
-
Uses of RawDataUnit in Acquisition
Methods in Acquisition that return RawDataUnitMethods in Acquisition with parameters of type RawDataUnitModifier and TypeMethodDescriptionvoid
AudioDataQueue.addNewData
(RawDataUnit newDataUnit) void
AudioDataQueue.addNewData
(RawDataUnit newDataUnit, int channel) -
Uses of RawDataUnit in Acquisition.gpstiming
Methods in Acquisition.gpstiming with parameters of type RawDataUnit -
Uses of RawDataUnit in Acquisition.rona
Methods in Acquisition.rona with parameters of type RawDataUnitModifier and TypeMethodDescriptionvoid
RonaGatherer.addRawData
(RawDataUnit newDataUnit, int channelOffset) -
Uses of RawDataUnit in asiojni
Methods in asiojni that return types with arguments of type RawDataUnitMethods in asiojni with parameters of type RawDataUnitModifier and TypeMethodDescriptionboolean
ASIOFilePlaybackSystem.playData
(RawDataUnit[] data) boolean
AsioJniInterface.playData
(int outputChannel, RawDataUnit rawDataUnit) boolean
ASIOPlaybackSystem.playData
(RawDataUnit[] data, double gain) -
Uses of RawDataUnit in clickDetector
Subclasses of RawDataUnit in clickDetectorMethods in clickDetector with parameters of type RawDataUnitModifier and TypeMethodDescriptionvoid
ClickBTDisplay.newRawData
(PamDataBlock rawDataBlock, RawDataUnit newRawData) during real time operation the scrolling is all controlled by the arrival of new raw data unis observed by the BT display. -
Uses of RawDataUnit in dataPlotsFX.rawDataPlotFX
Methods in dataPlotsFX.rawDataPlotFX with parameters of type RawDataUnitModifier and TypeMethodDescriptionvoid
RawSoundPlotDataFX.addNewRawData
(RawDataUnit rawDataUnit) Convert new RawDataUnit to pixels and then add toinvalid @link
#soundData
void
RawSoundPlotDataFX.checkTimeGap
(RawDataUnit rawSoundData) Check that the new rawdata is concurrent to the last fft.void
RawSoundPlotDataFX.newRawData
(RawDataUnit rawDataUnit, double binsPerPixel) Called whenever new raw sound data is to be added to display. -
Uses of RawDataUnit in decimator
Methods in decimator that return RawDataUnitModifier and TypeMethodDescriptionDecimatorWorker.process
(RawDataUnit inputData) Run the decimator on the input data, return null if it's not in the channel list.Methods in decimator with parameters of type RawDataUnitModifier and TypeMethodDescriptionDecimatorWorker.process
(RawDataUnit inputData) Run the decimator on the input data, return null if it's not in the channel list. -
Uses of RawDataUnit in difar.beamforming
Methods in difar.beamforming with parameters of type RawDataUnitModifier and TypeMethodDescriptionvoid
BeamformProcess.newRawData
(PamObservable obs, RawDataUnit pamRawData) -
Uses of RawDataUnit in difar.calibration
Methods in difar.calibration with parameters of type RawDataUnit -
Uses of RawDataUnit in matchedTemplateClassifer.layoutFX
Methods in matchedTemplateClassifer.layoutFX with parameters of type RawDataUnitModifier and TypeMethodDescriptiondouble[][]
MTClassifierPane.RawDataPlot.getEnvelope
(RawDataUnit pamDetection) double[][]
MTClassifierPane.RawDataPlot.getWaveform
(RawDataUnit pamDetection) double[]
MTClassifierPane.WignerTemplateData.getWaveform
(RawDataUnit pamDetection, int chan) -
Uses of RawDataUnit in nidaqdev
Methods in nidaqdev with parameters of type RawDataUnitModifier and TypeMethodDescriptionboolean
NIFilePlayback.playData
(RawDataUnit[] data) boolean
NIPlaybackSystem.playData
(RawDataUnit[] data, double gain) -
Uses of RawDataUnit in PamguardMVC
Methods in PamguardMVC that return RawDataUnitModifier and TypeMethodDescriptionPamRawDataBlock.getAvailableSamples
(long startMillis, long durationMillis, int channelMap) Get available data from the raw data block.PamRawDataBlock.getAvailableSamples
(long startMillis, long durationMillis, int channelMap, boolean offlineLoad) Get available data from the raw data block.Methods in PamguardMVC with parameters of type RawDataUnit -
Uses of RawDataUnit in pamViewFX.fxNodes.pamScrollers.acousticScroller
Constructor parameters in pamViewFX.fxNodes.pamScrollers.acousticScroller with type arguments of type RawDataUnitModifierConstructorDescriptionRawScrollBarGraphics
(AcousticScrollerFX acousticScroller, PamDataBlock<RawDataUnit> rawDataBlock) -
Uses of RawDataUnit in soundPlayback
Methods in soundPlayback with parameters of type RawDataUnitModifier and TypeMethodDescriptionboolean
FilePlayback.playData
(RawDataUnit[] data, double gain) boolean
FilePlaybackDevice.playData
(RawDataUnit[] data) Play some data.abstract boolean
PlaybackSystem.playData
(RawDataUnit[] data, double gain) boolean
SoundCardFilePlayback.playData
(RawDataUnit[] data) boolean
SoundCardPlayback.playData
(RawDataUnit[] data, double gain) boolean
SoundCardPlaybackBase.playData
(RawDataUnit[] data) -
Uses of RawDataUnit in soundPlayback.preprocess
Methods in soundPlayback.preprocess that return RawDataUnitModifier and TypeMethodDescriptionEnvelopeTracer.processDataUnit
(RawDataUnit inputDataUnit, boolean mustCopy) PlaybackDecimator.processDataUnit
(RawDataUnit inputDataUnit, boolean mustCopy) PlaybackFilter.processDataUnit
(RawDataUnit inputDataUnit, boolean mustCopy) PlaybackGain.processDataUnit
(RawDataUnit inputDataUnit, boolean mustCopy) PlaybackPreprocess.processDataUnit
(RawDataUnit inputDataUnit, boolean mustCopy) Process a data unit.Methods in soundPlayback.preprocess with parameters of type RawDataUnitModifier and TypeMethodDescriptionEnvelopeTracer.processDataUnit
(RawDataUnit inputDataUnit, boolean mustCopy) PlaybackDecimator.processDataUnit
(RawDataUnit inputDataUnit, boolean mustCopy) PlaybackFilter.processDataUnit
(RawDataUnit inputDataUnit, boolean mustCopy) PlaybackGain.processDataUnit
(RawDataUnit inputDataUnit, boolean mustCopy) PlaybackPreprocess.processDataUnit
(RawDataUnit inputDataUnit, boolean mustCopy) Process a data unit.