#include <farrow_upsampler.h>
Public Member Functions | |
| int | need_sample (float_type t_inc, float_type x) |
| float_type | output (float_type t_inc) |
| farrow_upsampler (int order=4) | |
Public Attributes | |
| float_type | time_offset |
| farrow< float_type > | INTERP |
Essentially a wrapper around farrow to allow one to upsample by specifing a fractional time increment input should always be available, need_sample returns 1 when the input needs to be update for next call
| SPUC::farrow_upsampler::farrow_upsampler | ( | int | order = 4 |
) |
| int SPUC::farrow_upsampler::need_sample | ( | float_type | t_inc, | |
| float_type | x | |||
| ) |
| float_type SPUC::farrow_upsampler::output | ( | float_type | t_inc | ) |
1.4.7