Uses of Class
fftFilter.FFTFilterParams
Package
Description
-
Uses of FFTFilterParams in clickDetector
Modifier and TypeFieldDescriptionClickParameters.waveformFilterParams
Parameters for waveform filter.Modifier 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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionWaveformPlotParams.waveformFilterParams
Parameters for waveform filter. -
Uses of FFTFilterParams in fftFilter
Modifier and TypeMethodDescriptionFFTFilterParams.clone()
static FFTFilterParams
FFTFilterDialog.showDialog
(Window owner, FFTFilterParams fftFilterParams) static FFTFilterParams
FFTFilterDialog.showDialog
(Window owner, FFTFilterParams fftFilterParams, double sampleRate) Modifier 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) -
Uses of FFTFilterParams in Localiser
Modifier and TypeFieldDescriptionDelayMeasurementParams.delayFilterParams
Parameters for bearing filterModifier and TypeMethodDescriptionvoid
DelayMeasurementParams.setFftFilterParams
(FFTFilterParams newFiltParams) -
Uses of FFTFilterParams in matchedTemplateClassifer
Modifier and TypeFieldDescriptionMatchedTemplateParams.fftFilterParams
The FFT filter params to use. -
Uses of FFTFilterParams in PamguardMVC
Modifier 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
Modifier and TypeMethodDescriptionvoid
FixedTOADFFTFilter.setFFTFilterParams
(FFTFilterParams fftFilterParams, float sampleRate) ModifierConstructorDescriptionFixedTOADFFTFilter
(FFTFilterParams fftFilterParams, float sampleRate) -
Uses of FFTFilterParams in pamViewFX.fxNodes.utilityPanes
Modifier and TypeMethodDescriptionSimpleFilterPaneFX.getParams
(FFTFilterParams fftFilterParams) void
SimpleFilterPaneFX.setParams
(FFTFilterParams input)