23 #ifndef INCLUDED_GR_RUNTIME_SYNC_DECIMATOR_H
24 #define INCLUDED_GR_RUNTIME_SYNC_DECIMATOR_H
40 unsigned d_decimation;
51 void set_decimation(
unsigned decimation)
53 d_decimation = decimation;
54 set_relative_rate(1.0 / decimation);
58 void forecast(
int noutput_items,
gr_vector_int &ninput_items_required);
59 int general_work(
int noutput_items,
66 int fixed_rate_ninput_to_noutput(
int ninput);
67 int fixed_rate_noutput_to_ninput(
int noutput);