Class PolyInterpolator1

java.lang.Object
Filters.interpolate.PolyInterpolator
Filters.interpolate.PolyInterpolator1
All Implemented Interfaces:
Interpolator

public class PolyInterpolator1 extends PolyInterpolator
  • Constructor Details

    • PolyInterpolator1

      public PolyInterpolator1()
  • Method Details

    • getOutputValue

      public double getOutputValue(double arrayPosition)
      Description copied from interface: Interpolator
      Get an output value for a specific point. 0 refers to the exact position of the first input sample, though there may be buffered data allowing the extraction of data from slightly earlier than that.
      Parameters:
      arrayPosition - picking position. Must be >= 0 and invalid input: '<'= length of input data-1
      Returns:
      value picked from the input array and any history buffer