Uses of Class
likelihoodDetectionModule.LikelihoodFFTParameters
-
Uses of LikelihoodFFTParameters in likelihoodDetectionModule
Modifier and TypeMethodDescriptionTargetConfiguration.getFFTParameters()
Gets the fFT parameters.LikelihoodFFTProcess.getParameters()
Modifier and TypeMethodDescriptionLikelihoodDetectionParameters.getFFTParameters()
Returns an ArrayList of LikelihoodFFTParameter objects indicating the currently active FFT processes that have been launched as a result of the TargetConfigurations.Modifier and TypeMethodDescriptionvoid
GuardBand.calibrate
(AcquisitionSettings acquisitionSettings, LikelihoodFFTParameters fftParams) Calibrate the guard band with the audio source parameters (acquisition) and the FFT parameters.void
SignalBand.calibrate
(AcquisitionSettings acquisitionSettings, LikelihoodFFTParameters fftParams) Calibrates the SignalBand according to the supplied audio data source (acquisition) and FFT parameters.void
LikelihoodFFTController.createFFTProcess
(LikelihoodFFTParameters params) Request the controller to crete a new fft process based on the specified parameters.LikelihoodFFTController.getProcess
(LikelihoodFFTParameters params) Get an fft process that matches the supplied parameters.ModifierConstructorDescriptionGuardBand
(AcquisitionSettings acquisitionSettings, LikelihoodFFTParameters fftParams) Instantiates a new guard band.LikelihoodFFTProcess
(PamControlledUnit pamControlledUnit, PamDataBlock parentDataBlock, LikelihoodFFTParameters params) SignalBand
(AcquisitionSettings acquisitionSettings, LikelihoodFFTParameters fftParams) Instantiates a new signal band.