Interface RawOrFFTParamsInterface

All Superinterfaces:
Serializable
All Known Implementing Classes:
BearingLocaliserParams, RawOrFFTParams

public interface RawOrFFTParamsInterface extends Serializable
  • Method Details

    • getSourceName

      String getSourceName()
      Returns:
      the sourceName
    • setSourceName

      void setSourceName(String sourceName)
      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