Uses of Class
likelihoodDetectionModule.normalizer.NormalizedDataUnit
Package
Description
-
Uses of NormalizedDataUnit in likelihoodDetectionModule.normalizer
Modifier and TypeMethodDescriptionDecayingAverageNorm.Process
(SpectralEtiDataUnit a) Normalizer.Process
(SpectralEtiDataUnit a) SplitWindowNorm.Process
(SpectralEtiDataUnit a) -
Uses of NormalizedDataUnit in likelihoodDetectionModule.thresholdDetector
Modifier 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) ModifierConstructorDescriptionDetectionTracker
(int dataIndex, NormalizedDataUnit ndu) Constructor.