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