Package Localiser.controls
Interface RawOrFFTParamsInterface
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BearingLocaliserParams
,RawOrFFTParams
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setFftHop
(int fftHop) void
setFftLength
(int fftLength) void
setSourceName
(String sourceName) void
setWindowFunction
(int windowFunction)
-
Method Details
-
getSourceName
String getSourceName()- Returns:
- the sourceName
-
setSourceName
- Parameters:
sourceName
- the sourceName to set
-
getFftLength
int getFftLength()- Returns:
- the fftLength
-
setFftLength
void setFftLength(int fftLength) - Parameters:
fftLength
- the fftLength to set
-
getFftHop
int getFftHop()- Returns:
- the fftHop
-
setFftHop
void setFftHop(int fftHop) - Parameters:
fftHop
- the fftHop to set
-
getWindowFunction
int getWindowFunction()- Returns:
- the windowFunction
-
setWindowFunction
void setWindowFunction(int windowFunction) - Parameters:
windowFunction
- the windowFunction to set
-