Package Filters.interpolate
Class PolyInterpolator1
java.lang.Object
Filters.interpolate.PolyInterpolator
Filters.interpolate.PolyInterpolator1
- All Implemented Interfaces:
 Interpolator
- 
Field Summary
Fields inherited from class Filters.interpolate.PolyInterpolator
internalData, order - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoublegetOutputValue(double arrayPosition) Get an output value for a specific point.Methods inherited from class Filters.interpolate.PolyInterpolator
getSampleDelay, setInputData 
- 
Constructor Details
- 
PolyInterpolator1
public PolyInterpolator1() 
 - 
 - 
Method Details
- 
getOutputValue
public double getOutputValue(double arrayPosition) Description copied from interface:InterpolatorGet 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
 
 
 -