Uses of Class
likelihoodDetectionModule.normalizer.NormalizedDataUnit
Packages that use NormalizedDataUnit
Package
Description
-
Uses of NormalizedDataUnit in likelihoodDetectionModule.normalizer
Methods in likelihoodDetectionModule.normalizer that return NormalizedDataUnitModifier and TypeMethodDescriptionDecayingAverageNorm.Process
(SpectralEtiDataUnit a) Normalizer.Process
(SpectralEtiDataUnit a) SplitWindowNorm.Process
(SpectralEtiDataUnit a) -
Uses of NormalizedDataUnit in likelihoodDetectionModule.thresholdDetector
Methods in likelihoodDetectionModule.thresholdDetector with parameters of type NormalizedDataUnitModifier and TypeMethodDescriptionvoid
DetectionTracker.update
(NormalizedDataUnit ndu) This updates the detections duration, and both the Raw energy and Ratio peak trackers.boolean
FilteredConsumer.updateDetection
(DetectionKey key, NormalizedDataUnit ndu) This method is called to append a DetectionEvent to a running detection pre-condition: startDetection has been called for the given key (channelMask and band) At least one update will be given per detection.boolean
FilteredDetectionWriter.updateDetection
(DetectionKey key, NormalizedDataUnit ndu) boolean
TestConsumer.updateDetection
(DetectionKey key, NormalizedDataUnit ndu) Constructors in likelihoodDetectionModule.thresholdDetector with parameters of type NormalizedDataUnitModifierConstructorDescriptionDetectionTracker
(int dataIndex, NormalizedDataUnit ndu) Constructor.