31 typedef std::shared_ptr<integrate<T>>
sptr;
33 static sptr make(
int decim,
unsigned int vlen = 1);
Integrate successive samples and decimate.
Definition: integrate.h:28
std::shared_ptr< integrate< T > > sptr
Definition: integrate.h:31
static sptr make(int decim, unsigned int vlen=1)
synchronous N:1 input to output with history
Definition: sync_decimator.h:26
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
integrate< gr_complex > integrate_cc
Definition: integrate.h:39
integrate< std::int16_t > integrate_ss
Definition: integrate.h:36
integrate< std::int32_t > integrate_ii
Definition: integrate.h:37
integrate< float > integrate_ff
Definition: integrate.h:38
GNU Radio logging wrapper.
Definition: basic_block.h:29