filter_itrp
Arbitrary rate interpolator.
Namespace: dsp::filter
Prototype
sptr<FilterGen<T>> filter_itrp(float ratio, sptr<Interpolator<T>> itrp=itrp_cspline<T>())
Parameters
ratio | Decimation or interpolation ratio (ratio between the output and input sample frequencies). |
itrp | Pointer to a generic interpolator structure. |
Description
See also
itrp_cpline(), itrp_linear(), itrp_lagrange(), itrp_sinc()