Interface RawOrFFTParamsInterface

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

public interface RawOrFFTParamsInterface extends Serializable
  • Method Details Link icon

    • getSourceName Link icon

      String getSourceName()
      Returns:
      the sourceName
    • setSourceName Link icon

      void setSourceName(String sourceName)
      Parameters:
      sourceName - the sourceName to set
    • getFftLength Link icon

      int getFftLength()
      Returns:
      the fftLength
    • setFftLength Link icon

      void setFftLength(int fftLength)
      Parameters:
      fftLength - the fftLength to set
    • getFftHop Link icon

      int getFftHop()
      Returns:
      the fftHop
    • setFftHop Link icon

      void setFftHop(int fftHop)
      Parameters:
      fftHop - the fftHop to set
    • getWindowFunction Link icon

      int getWindowFunction()
      Returns:
      the windowFunction
    • setWindowFunction Link icon

      void setWindowFunction(int windowFunction)
      Parameters:
      windowFunction - the windowFunction to set