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 TypeMethodDescriptionvoidDetectionTracker.update(NormalizedDataUnit ndu) This updates the detections duration, and both the Raw energy and Ratio peak trackers.booleanFilteredConsumer.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.booleanFilteredDetectionWriter.updateDetection(DetectionKey key, NormalizedDataUnit ndu) booleanTestConsumer.updateDetection(DetectionKey key, NormalizedDataUnit ndu) Constructors in likelihoodDetectionModule.thresholdDetector with parameters of type NormalizedDataUnitModifierConstructorDescriptionDetectionTracker(int dataIndex, NormalizedDataUnit ndu) Constructor.