itrp_linear
Linear interpolator (equivalent to first degree Lagrange).
Namespace: dsp::filter
Prototype
sptr<InterpolatorFIR<T>> itrp_linear()
Description
See also
InterpolatorFIR, itrp_cspline(), itrp_lagrange(), itrp_sinc()
Linear interpolator (equivalent to first degree Lagrange).
Namespace: dsp::filter
sptr<InterpolatorFIR<T>> itrp_linear()
InterpolatorFIR, itrp_cspline(), itrp_lagrange(), itrp_sinc()