11 #ifndef INCLUDED_BLOCKS_REPEAT_H 12 #define INCLUDED_BLOCKS_REPEAT_H 33 typedef std::shared_ptr<repeat>
sptr;
46 virtual int interpolation()
const = 0;
55 virtual void set_interpolation(
int interp) = 0;
synchronous 1:N input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_interpolator.h:25
GNU Radio logging wrapper.
Definition: basic_block.h:29
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
repeat each input repeat timesMessage Ports:
Definition: repeat.h:29
GR_RUNTIME_API size_t itemsize(types::vector_type type)
std::shared_ptr< repeat > sptr
Definition: repeat.h:33