Class Clicks2Spectrum.Clks2SpectrumParams
java.lang.Object
rawDeepLearningClassifier.dlClassification.delphinID.DetectionGroupTransformParams
rawDeepLearningClassifier.dlClassification.delphinID.Clicks2Spectrum.Clks2SpectrumParams
- Enclosing class:
Clicks2Spectrum
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue to apply a hanning window to click wave before FFT.booleanTrue to average log spectra instead of linear spectraFields inherited from class rawDeepLearningClassifier.dlClassification.delphinID.DetectionGroupTransformParams
freqLimits, minFragSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the frequency limits in samplesvoidsetFftLength(int fftLength) Set the FFT length in samples
-
Field Details
-
spectrumdB
public boolean spectrumdBTrue to average log spectra instead of linear spectra -
hann
public boolean hannTrue to apply a hanning window to click wave before FFT.
-
-
Constructor Details
-
Clks2SpectrumParams
public Clks2SpectrumParams()
-
-
Method Details
-
setFftLength
public void setFftLength(int fftLength) Set the FFT length in samples- Parameters:
fftLength-
-
getFFTLength
public int getFFTLength()Get the frequency limits in samples- Returns:
-