A collection of different interpolators for resampling streams of floats. More...
Public Types | |
using | WindowedSinc = GenericInterpolator< WindowedSincTraits, 200 > |
using | Lagrange = GenericInterpolator< LagrangeTraits, 5 > |
using | CatmullRom = GenericInterpolator< CatmullRomTraits, 4 > |
using | Linear = GenericInterpolator< LinearTraits, 2 > |
using | ZeroOrderHold = GenericInterpolator< ZeroOrderHoldTraits, 1 > |
A collection of different interpolators for resampling streams of floats.
using Interpolators::WindowedSinc = GenericInterpolator<WindowedSincTraits, 200> |
using Interpolators::Lagrange = GenericInterpolator<LagrangeTraits, 5> |
using Interpolators::CatmullRom = GenericInterpolator<CatmullRomTraits, 4> |
using Interpolators::Linear = GenericInterpolator<LinearTraits, 2> |
using Interpolators::ZeroOrderHold = GenericInterpolator<ZeroOrderHoldTraits, 1> |