11 #ifndef INCLUDED_GR_REGENERATE_BB_H 12 #define INCLUDED_GR_REGENERATE_BB_H 36 typedef std::shared_ptr<regenerate_bb>
sptr;
45 static sptr make(
int period,
unsigned int max_regen = 500);
50 virtual void set_max_regen(
unsigned int regen) = 0;
55 virtual void set_period(
int period) = 0;
59 virtual unsigned int max_regen()
const = 0;
63 virtual int period()
const = 0;
GNU Radio logging wrapper.
Definition: basic_block.h:29
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
Detect the peak of a signal and repeat every period samples.
Definition: regenerate_bb.h:32
std::shared_ptr< regenerate_bb > sptr
Definition: regenerate_bb.h:36