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

    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

    • getNumParameters

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

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