Go to the documentation of this file.
23 #ifndef INCLUDED_FRACTIONAL_INTERPOLATOR_FF_H
24 #define INCLUDED_FRACTIONAL_INTERPOLATOR_FF_H
48 static sptr make(
float phase_shift,
51 virtual float mu()
const = 0;
52 virtual float interp_ratio()
const = 0;
53 virtual void set_mu (
float mu) = 0;
54 virtual void set_interp_ratio(
float interp_ratio) = 0;