23 #ifndef INCLUDED_GR_REGENERATE_BB_H 24 #define INCLUDED_GR_REGENERATE_BB_H 48 typedef boost::shared_ptr<regenerate_bb>
sptr;
57 static sptr make(
int period,
unsigned int max_regen = 500);
62 virtual void set_max_regen(
unsigned int regen) = 0;
67 virtual void set_period(
int period) = 0;
71 virtual unsigned int max_regen()
const = 0;
75 virtual int period()
const = 0;
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< regenerate_bb > sptr
Definition: regenerate_bb.h:48
Detect the peak of a signal and repeat every period samples.
Definition: regenerate_bb.h:44