Different interpolators are in this package to interpolate sets of numbers in a buffer.
Name | Description |
---|---|
Constant | Constant interpolation |
Linear | Linear interpolation |
SmoothIdealLowPass | Smooth interpolation (with sinc function) |
FirstOrder | A linear first order filter (k / (Ts + 1)) |
TabulatedStepResponse | A generic filter using a tabulated step response |
FixedGridStepResponse | A filter using a tabulated step response on a fixed grid for efficiency reasons |
Utilities | Utilities for Interpolators |