Class PolyInterpolator

java.lang.Object
Filters.interpolate.PolyInterpolator
All Implemented Interfaces:
Interpolator
Direct Known Subclasses:
PolyInterpolator0, PolyInterpolator1, PolyInterpolator2, SplineInterpolator

public abstract class PolyInterpolator extends Object implements Interpolator
  • Constructor Details

    • PolyInterpolator

      public PolyInterpolator(int order)
  • Method Details

    • getSampleDelay

      public double getSampleDelay()
      Description copied from interface: Interpolator
      Get the memory or delay in samples.
      Specified by:
      getSampleDelay in interface Interpolator
      Returns:
      average delay in samples.
    • setInputData

      public void setInputData(double[] inputArray)
      Description copied from interface: Interpolator
      Set a new array of input data. The interpolator will probably hold some history from previous data in a buffer.
      Specified by:
      setInputData in interface Interpolator
      Parameters:
      inputArray - array of input data.