Uses of Class
likelihoodDetectionModule.SignalBand
Package
Description
-
Uses of SignalBand in likelihoodDetectionModule
Modifier and TypeMethodDescriptionvoid
TargetConfiguration.setSignalBands
(ArrayList<SignalBand> signalBands) Sets the signal bands. -
Uses of SignalBand in likelihoodDetectionModule.normalizer
ModifierConstructorDescriptionNormalizerProcess
(LikelihoodDetectionUnit ldu, PamDataBlock pdb, double referenceGain, NormalizerProcess.NormalizerAlgorithm normalizer, ArrayList<SignalBand> signalBands, ArrayList<GuardBand> guardBands, double timeResolution) -
Uses of SignalBand in likelihoodDetectionModule.spectralEti
ModifierConstructorDescriptionSpectralEtiProcess
(LikelihoodDetectionUnit ldu, PamDataBlock pdb, ArrayList<SignalBand> signalBands, ArrayList<GuardBand> guardBands) -
Uses of SignalBand in likelihoodDetectionModule.thresholdDetector
ModifierConstructorDescriptionThreshold
(DetectionFilter detectionFilter, int signalBandIndex, SignalBand signalBand, Map<Integer, GuardBand> guardBands) Constructor.ModifierConstructorDescriptionFilteredDetectionWriter
(PamDataBlock<ThresholdDetectorDataUnit> outputBlock, ArrayList<SignalBand> signalBands, String targetIdentifier, double estimatedPeakTimeAccuracy) ConstructorThresholdDetectorProcess
(LikelihoodDetectionUnit ldu, String targetIdentifier, double estimatedPeakTimeAccuracy, PamDataBlock signalEstimate, double secondsBetweenDetections, ArrayList<SignalBand> signalBands, ArrayList<GuardBand> guardBands) Constructor