23 #ifndef INCLUDED_GR_REGENERATE_BB_H
24 #define INCLUDED_GR_REGENERATE_BB_H
56 static sptr make(
int period,
unsigned int max_regen=500);
61 virtual void set_max_regen(
unsigned int regen) = 0;
66 virtual void set_period(
int period) = 0;
70 virtual unsigned int max_regen()
const = 0;
74 virtual int period()
const = 0;
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define BLOCKS_API
Definition: gr-blocks/include/blocks/api.h:30
boost::shared_ptr< regenerate_bb > sptr
Definition: regenerate_bb.h:47
Detect the peak of a signal and repeat every period samplesIf a peak is detected, this block outputs ...
Definition: regenerate_bb.h:43