Uses of Class
likelihoodDetectionModule.SignalBand
Packages that use SignalBand
Package
Description
- 
Uses of SignalBand in likelihoodDetectionModule
Methods in likelihoodDetectionModule that return types with arguments of type SignalBandMethod parameters in likelihoodDetectionModule with type arguments of type SignalBandModifier and TypeMethodDescriptionvoidTargetConfiguration.setSignalBands(ArrayList<SignalBand> signalBands) Sets the signal bands. - 
Uses of SignalBand in likelihoodDetectionModule.normalizer
Constructor parameters in likelihoodDetectionModule.normalizer with type arguments of type SignalBandModifierConstructorDescriptionNormalizerProcess(LikelihoodDetectionUnit ldu, PamDataBlock pdb, double referenceGain, NormalizerProcess.NormalizerAlgorithm normalizer, ArrayList<SignalBand> signalBands, ArrayList<GuardBand> guardBands, double timeResolution)  - 
Uses of SignalBand in likelihoodDetectionModule.spectralEti
Constructor parameters in likelihoodDetectionModule.spectralEti with type arguments of type SignalBandModifierConstructorDescriptionSpectralEtiProcess(LikelihoodDetectionUnit ldu, PamDataBlock pdb, ArrayList<SignalBand> signalBands, ArrayList<GuardBand> guardBands)  - 
Uses of SignalBand in likelihoodDetectionModule.thresholdDetector
Constructors in likelihoodDetectionModule.thresholdDetector with parameters of type SignalBandModifierConstructorDescriptionThreshold(DetectionFilter detectionFilter, int signalBandIndex, SignalBand signalBand, Map<Integer, GuardBand> guardBands) Constructor.Constructor parameters in likelihoodDetectionModule.thresholdDetector with type arguments of type SignalBandModifierConstructorDescriptionFilteredDetectionWriter(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