Package libsidutils.fingerprinting.ini
Schnittstelle IFingerprintSection
- Alle bekannten Implementierungsklassen:
IniFingerprintSection
public interface IFingerprintSection
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint[]getBand()Getter of divided subband, the value corresponds to the array index generated by the FFT.intgetC()Getter of how many windows are included in one cycle.intGetter of the window size of the FFT.intGetter of maximum frequency.intGetter of minimum frequency.intGetter of minimum energy.intGetter of the number of peak points per subband in a cycle.intGetter of the overlap size of the FFT window.intGetter of compares with the range of neighbors when taking the peak point.float[]Getter of the frequency range at which the point pair is taken, in units of frequency.float[]Getter of time range when the point is taken, in seconds.intGet INI file version.voidsetBand(int[] band) Setter of divided subband, the value corresponds to the array index generated by the FFT.voidsetC(int c) Setter of how many windows are included in one cycle.voidsetFftSize(int fftSize) Setter of the window size of the FFT.voidsetMaxFreq(int maxFreq) Setter of maximum frequency.voidsetMinFreq(int minFreq) Setter of minimum frequency.voidsetMinPower(int minPower) Setter of minimum energy.voidsetNPeaks(int nPeaks) Setter of the number of peak points per subband in a cycle.voidsetOverlap(int overlap) Setter of the overlap size of the FFT window.voidsetPeakRange(int peakRange) Setter of compares with the range of neighbors when taking the peak point.voidsetRangeFreq(float[] rangeFreq) Setter of the frequency range at which the point pair is taken, in units of frequency.voidsetRangeTime(float[] rangeTime) Setter of time range when the point is taken, in seconds.voidsetVersion(int version) Set configuration version
-
Methodendetails
-
getVersion
int getVersion()Get INI file version.- Gibt zurück:
- INI file version
-
setVersion
void setVersion(int version) Set configuration version- Parameter:
version- configuration version
-
getNPeaks
int getNPeaks()Getter of the number of peak points per subband in a cycle.- Gibt zurück:
- the number of peak points per subband in a cycle
-
setNPeaks
void setNPeaks(int nPeaks) Setter of the number of peak points per subband in a cycle.- Parameter:
nPeaks- the number of peak points per subband in a cycle
-
getFftSize
int getFftSize()Getter of the window size of the FFT.- Gibt zurück:
- the window size of the FFT
-
setFftSize
void setFftSize(int fftSize) Setter of the window size of the FFT.- Parameter:
fftSize- the window size of the FFT
-
getOverlap
int getOverlap()Getter of the overlap size of the FFT window.- Gibt zurück:
- the overlap size of the FFT window
-
setOverlap
void setOverlap(int overlap) Setter of the overlap size of the FFT window.- Parameter:
overlap- the overlap size of the FFT window
-
getC
int getC()Getter of how many windows are included in one cycle.- Gibt zurück:
- how many windows are included in one cycle
-
setC
void setC(int c) Setter of how many windows are included in one cycle.- Parameter:
c- how many windows are included in one cycle
-
getPeakRange
int getPeakRange()Getter of compares with the range of neighbors when taking the peak point.- Gibt zurück:
- compares with the range of neighbors when taking the peak point
-
setPeakRange
void setPeakRange(int peakRange) Setter of compares with the range of neighbors when taking the peak point.- Parameter:
peakRange- compares with the range of neighbors when taking the peak point
-
getRangeTime
float[] getRangeTime()Getter of time range when the point is taken, in seconds.- Gibt zurück:
- time range when the point is taken, in seconds
-
setRangeTime
void setRangeTime(float[] rangeTime) Setter of time range when the point is taken, in seconds.- Parameter:
rangeTime- time range when the point is taken, in seconds
-
getRangeFreq
float[] getRangeFreq()Getter of the frequency range at which the point pair is taken, in units of frequency.- Gibt zurück:
- the frequency range at which the point pair is taken, in units of frequency
-
setRangeFreq
void setRangeFreq(float[] rangeFreq) Setter of the frequency range at which the point pair is taken, in units of frequency.- Parameter:
rangeFreq- the frequency range at which the point pair is taken, in units of frequency
-
getBand
int[] getBand()Getter of divided subband, the value corresponds to the array index generated by the FFT.- Gibt zurück:
- the divided subband, the value corresponds to the array index generated by the FFT
-
setBand
void setBand(int[] band) Setter of divided subband, the value corresponds to the array index generated by the FFT.- Parameter:
band- divided subband, the value corresponds to the array index generated by the FFT
-
getMinFreq
int getMinFreq()Getter of minimum frequency.- Gibt zurück:
- minimum frequency
-
setMinFreq
void setMinFreq(int minFreq) Setter of minimum frequency.- Parameter:
minFreq- minimum frequency
-
getMaxFreq
int getMaxFreq()Getter of maximum frequency.- Gibt zurück:
- maximum frequency
-
setMaxFreq
void setMaxFreq(int maxFreq) Setter of maximum frequency.- Parameter:
maxFreq- maximum frequency
-
getMinPower
int getMinPower()Getter of minimum energy.- Gibt zurück:
- minimum energy
-
setMinPower
void setMinPower(int minPower) Setter of minimum energy.- Parameter:
minPower- minimum energy
-