Uses of Class
fftFilter.FFTFilterParams
Packages that use FFTFilterParams
Package
Description
-
Uses of FFTFilterParams in clickDetector
Fields in clickDetector declared as FFTFilterParamsModifier and TypeFieldDescriptionClickParameters.waveformFilterParams
Parameters for waveform filter.Methods in clickDetector with parameters of type FFTFilterParamsModifier and TypeMethodDescriptionint[][]
ClickLength.createLengthData
(RawDataHolder click, float sampleRate, double lengthdB, int lengthSmoothing, boolean enableFFTFilter, FFTFilterParams fftFilterParams) Creates a 2D array of length data[channels][start/end]double[]
ClickDetection.getAnalyticWaveform
(int iChan, boolean filtered, FFTFilterParams fftFilterParams) Get filtered or unfiltered analytic waveform.ClickDetector.getFFTFilter
(FFTFilterParams fftFilterParams) Get an FFT filter, mainly used to generate filtered waveforms within click detections.ClickLength.getFFTFilter
(FFTFilterParams fftFilterParams, float sampleRate) Get an FFT filter, mainly used to generate filtered waveforms within click detections.double[][]
ClickDetection.getFilteredAnalyticWaveform
(FFTFilterParams fftFilterParams) Get the analytic waveform for all channels if filter params = null, then return normal analytic waveformdouble[]
ClickDetection.getFilteredAnalyticWaveform
(FFTFilterParams fftFilterParams, int iChan) Get a filtered version of the analytic waveform.double[][]
ClickDetection.getFilteredWaveData
(FFTFilterParams filterParams) Get filtered waveform data for all channels.double[]
ClickDetection.getFilteredWaveData
(FFTFilterParams filterParams, int channelIndex) Get filtered waveform data for a single channel.double[][]
ClickLength.getFilteredWaveData
(double[][] waveform, float sampleRate, FFTFilterParams filterParams) Get filtered waveform data for all channels.double[][]
ClickDetection.getWaveData
(boolean filtered, FFTFilterParams fftFilterParams) convenience method to get filtered or unfiltered data for a single channel.double[]
ClickDetection.getWaveData
(int channelIndex, boolean filtered, FFTFilterParams fftFilterParams) convenience method to get filtered or unfiltered data for a single channel. -
Uses of FFTFilterParams in clickDetector.ClickClassifiers.basicSweep
Fields in clickDetector.ClickClassifiers.basicSweep declared as FFTFilterParamsMethods in clickDetector.ClickClassifiers.basicSweep with parameters of type FFTFilterParamsModifier and TypeMethodDescriptionstatic int[][]
SweepClassifierWorker.createLengthData
(ClickDetection click, int nChannels, double lengthdB, int lengthSmoothing, boolean enableFFTFilter, FFTFilterParams fftFilterParams) Creates a 2D array of length data[channels][start/end] -
Uses of FFTFilterParams in clickTrainDetector.clickTrainAlgorithms.mht.mhtvar
Fields in clickTrainDetector.clickTrainAlgorithms.mht.mhtvar declared as FFTFilterParamsMethods in clickTrainDetector.clickTrainAlgorithms.mht.mhtvar with parameters of type FFTFilterParamsModifier and TypeMethodDescriptionCorrelationManager.getCorrelationValue
(PamDataUnit dataUnit1, PamDataUnit dataUnit2, FFTFilterParams filterParams) Get the correlation between two data units which have already been added to the data unit list using addDetection(). -
Uses of FFTFilterParams in detectionPlotFX.plots
Fields in detectionPlotFX.plots declared as FFTFilterParamsModifier and TypeFieldDescriptionWaveformPlotParams.waveformFilterParams
Parameters for waveform filter. -
Uses of FFTFilterParams in fftFilter
Methods in fftFilter that return FFTFilterParamsModifier and TypeMethodDescriptionFFTFilterParams.clone()
static FFTFilterParams
FFTFilterDialog.showDialog
(Window owner, FFTFilterParams fftFilterParams) static FFTFilterParams
FFTFilterDialog.showDialog
(Window owner, FFTFilterParams fftFilterParams, double sampleRate) Methods in fftFilter with parameters of type FFTFilterParamsModifier and TypeMethodDescriptionvoid
FFTFilter.setParams
(FFTFilterParams fftFilterParams, float sampleRate) Set parameters for the filter.static FFTFilterParams
FFTFilterDialog.showDialog
(Window owner, FFTFilterParams fftFilterParams) static FFTFilterParams
FFTFilterDialog.showDialog
(Window owner, FFTFilterParams fftFilterParams, double sampleRate) Constructors in fftFilter with parameters of type FFTFilterParams -
Uses of FFTFilterParams in Localiser
Fields in Localiser declared as FFTFilterParamsModifier and TypeFieldDescriptionDelayMeasurementParams.delayFilterParams
Parameters for bearing filterMethods in Localiser that return FFTFilterParamsMethods in Localiser with parameters of type FFTFilterParamsModifier and TypeMethodDescriptionvoid
DelayMeasurementParams.setFftFilterParams
(FFTFilterParams newFiltParams) -
Uses of FFTFilterParams in matchedTemplateClassifer
Fields in matchedTemplateClassifer declared as FFTFilterParamsModifier and TypeFieldDescriptionMatchedTemplateParams.fftFilterParams
The FFT filter params to use. -
Uses of FFTFilterParams in PamguardMVC
Methods in PamguardMVC with parameters of type FFTFilterParamsModifier and TypeMethodDescriptiondouble[]
RawDataTransforms.getAnalyticWaveform
(int iChan, boolean filtered, FFTFilterParams fftFilterParams) Get filtered or unfiltered analytic waveform.RawDataTransforms.getFFTFilter
(FFTFilterParams fftFilterParams) Get an FFT filter, mainly used to generate filtered waveforms within click detections.double[][]
RawDataTransforms.getFilteredAnalyticWaveform
(FFTFilterParams fftFilterParams) Get the analytic waveform for all channels if filter params = null, then return normal analytic waveformdouble[]
RawDataTransforms.getFilteredAnalyticWaveform
(FFTFilterParams fftFilterParams, int iChan) Get a filtered version of the analytic waveform.double[][]
RawDataTransforms.getFilteredWaveData
(FFTFilterParams filterParams) Get filtered waveform data for all channels.double[]
RawDataTransforms.getFilteredWaveData
(FFTFilterParams filterParams, int channelIndex) Get filtered waveform data for a single channel. -
Uses of FFTFilterParams in PamguardMVC.toad
Methods in PamguardMVC.toad that return FFTFilterParamsMethods in PamguardMVC.toad with parameters of type FFTFilterParamsModifier and TypeMethodDescriptionvoid
FixedTOADFFTFilter.setFFTFilterParams
(FFTFilterParams fftFilterParams, float sampleRate) Constructors in PamguardMVC.toad with parameters of type FFTFilterParamsModifierConstructorDescriptionFixedTOADFFTFilter
(FFTFilterParams fftFilterParams, float sampleRate) -
Uses of FFTFilterParams in pamViewFX.fxNodes.utilityPanes
Methods in pamViewFX.fxNodes.utilityPanes that return FFTFilterParamsMethods in pamViewFX.fxNodes.utilityPanes with parameters of type FFTFilterParamsModifier and TypeMethodDescriptionSimpleFilterPaneFX.getParams
(FFTFilterParams fftFilterParams) void
SimpleFilterPaneFX.setParams
(FFTFilterParams input)