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()