Uses of Class
fftManager.FFTDataArray
-
Uses of FFTDataArray in Localiser.algorithms
Modifier and TypeMethodDescriptionDelayGroup.getComplexCorrelatorData
(double[][] waveformInput, float sampleRate, Complex[][] preallocData, DelayMeasurementParams delayParams) Get the complex data which will go into a cross correlation function, starting with a group of waveforms.DelayGroup.getComplexCorrelatorData
(double[] waveformInput, int fftLength, float sampleRate, Complex[] preallocData, DelayMeasurementParams delayParams) Get the complex data which will go into a cross correlation function, starting with a waveform.DelayGroup.getComplexCorrelatorData
(ComplexArray spectrogramInput, float sampleRate, int signalLength, int fftLength, Complex[] preallocData, DelayMeasurementParams delayParams) Get the complex data which will go into a cross correlation function, starting with a complex spectrum.