Interface FragmentParameteriser

All Known Implementing Classes:
QuadraticParameteriser

public interface FragmentParameteriser
interface for classes which are able to parameterise a whistle fragment
Author:
Doug Gillespie
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    int
    Get the number of parameters returned by this parameteriser
    double[]
    getParameters(WhistleContour whistleContour)
    Extract the parameters for a given fragment
  • Method Details Link icon

    • getNumParameters Link icon

      int getNumParameters()
      Get the number of parameters returned by this parameteriser
      Returns:
      number of parameters
    • getParameters Link icon

      double[] getParameters(WhistleContour whistleContour)
      Extract the parameters for a given fragment
      Parameters:
      whistleContour -
      Returns:
      array of parameters.