GNU Radio 3.6.5 C++ API

gr_regenerate_bb.h File Reference

#include <gr_core_api.h>
#include <gr_sync_block.h>

Go to the source code of this file.

Classes

class  gr_regenerate_bb
 Detect the peak of a signal and repeat every period samples. More...

Functions

GR_CORE_API gr_regenerate_bb_sptr gr_make_regenerate_bb (int period, unsigned int max_regen=500)

Function Documentation

GR_CORE_API gr_regenerate_bb_sptr gr_make_regenerate_bb ( int  period,
unsigned int  max_regen = 500 
)
Parameters:
periodThe number of samples between regenerations
max_regenThe maximum number of regenerations to perform; if set to ULONG_MAX, it will regenerate continuously.