23 #ifndef INCLUDED_GR_RUNTIME_SYNC_INTERPOLATOR_H 24 #define INCLUDED_GR_RUNTIME_SYNC_INTERPOLATOR_H 40 unsigned d_interpolation;
47 unsigned interpolation);
53 d_interpolation = interpolation;
54 set_relative_rate(1.0 * interpolation);
55 set_output_multiple(interpolation);
59 void forecast(
int noutput_items,
61 int general_work(
int noutput_items,
68 int fixed_rate_ninput_to_noutput(
int ninput);
69 int fixed_rate_noutput_to_ninput(
int noutput);
boost::shared_ptr< io_signature > sptr
Definition: io_signature.h:45
void set_interpolation(unsigned interpolation)
Definition: sync_interpolator.h:51
unsigned interpolation() const
Definition: sync_interpolator.h:50
std::vector< const void * > gr_vector_const_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:40
#define GR_RUNTIME_API
Definition: gnuradio-runtime/include/gnuradio/api.h:30
synchronous 1:N input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_interpolator.h:37
std::vector< void * > gr_vector_void_star
Definition: gnuradio-runtime/include/gnuradio/types.h:39
std::vector< int > gr_vector_int
Definition: gnuradio-runtime/include/gnuradio/types.h:35
Include this header to use the message passing features.
Definition: logger.h:695
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
sync_interpolator(void)
Definition: sync_interpolator.h:43