Package PamguardMVC
Interface FFTDataHolderBlock
- All Known Implementing Classes:
ClickDataBlock
,ConnectedRegionDataBlock
,TrackedClickDataBlock
public interface FFTDataHolderBlock
Interface to indicate that the data units contained within this datablock can provide their own FFT data.
Should be used when the data units
implement the FFTDataHolder
interface
- Author:
- mo55
-
Method Summary
Modifier and TypeMethodDescriptionint[]
Return the fft parameters in the following format: int[0] = fft length int[1] = fft hop
-
Method Details
-
getFFTparams
int[] getFFTparams()Return the fft parameters in the following format:- int[0] = fft length
- int[1] = fft hop
- Returns:
- fft length and hop, respectively, in an int array
-