Uses of Class
likelihoodDetectionModule.LikelihoodDetectionUnit
Packages that use LikelihoodDetectionUnit
Package
Description
-
Uses of LikelihoodDetectionUnit in likelihoodDetectionModule.linearAverageSpectra
Constructors in likelihoodDetectionModule.linearAverageSpectra with parameters of type LikelihoodDetectionUnitModifierConstructorDescriptionLinearAverageSpectraProcess
(LikelihoodDetectionUnit ldu, PamDataBlock pdb, int nAvg, int fftHop) -
Uses of LikelihoodDetectionUnit in likelihoodDetectionModule.normalizer
Constructors in likelihoodDetectionModule.normalizer with parameters of type LikelihoodDetectionUnitModifierConstructorDescriptionNormalizerProcess
(LikelihoodDetectionUnit ldu, PamDataBlock pdb, double referenceGain, NormalizerProcess.NormalizerAlgorithm normalizer, ArrayList<SignalBand> signalBands, ArrayList<GuardBand> guardBands, double timeResolution) -
Uses of LikelihoodDetectionUnit in likelihoodDetectionModule.spectralEti
Constructors in likelihoodDetectionModule.spectralEti with parameters of type LikelihoodDetectionUnitModifierConstructorDescriptionSpectralEtiProcess
(LikelihoodDetectionUnit ldu, PamDataBlock pdb, ArrayList<SignalBand> signalBands, ArrayList<GuardBand> guardBands) -
Uses of LikelihoodDetectionUnit in likelihoodDetectionModule.thresholdDetector
Constructors in likelihoodDetectionModule.thresholdDetector with parameters of type LikelihoodDetectionUnitModifierConstructorDescriptionDetectorSQLLogging
(LikelihoodDetectionUnit likelihoodController, ThresholdDetectorProcess thresholdDetectorProcess, PamDataBlock pamDataBlock) ThresholdDetectorProcess
(LikelihoodDetectionUnit ldu, String targetIdentifier, double estimatedPeakTimeAccuracy, PamDataBlock signalEstimate, double secondsBetweenDetections, ArrayList<SignalBand> signalBands, ArrayList<GuardBand> guardBands) Constructor