Package Localiser.controls
Interface RawOrFFTParamsInterface
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 BearingLocaliserParams,RawOrFFTParams
- 
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetFftHop(int fftHop) voidsetFftLength(int fftLength) voidsetSourceName(String sourceName) voidsetWindowFunction(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
 
 -