43 typedef boost::shared_ptr<integrate<T>>
sptr;
45 static sptr make(
int decim,
unsigned int vlen = 1);
Integrate successive samples and decimate.
Definition integrate.h:40
boost::shared_ptr< integrate< T > > sptr
Definition integrate.h:43
static sptr make(int decim, unsigned int vlen=1)
synchronous N:1 input to output with history
Definition sync_decimator.h:38
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:30
integrate< gr_complex > integrate_cc
Definition integrate.h:51
integrate< std::int16_t > integrate_ss
Definition integrate.h:48
integrate< std::int32_t > integrate_ii
Definition integrate.h:49
integrate< float > integrate_ff
Definition integrate.h:50
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46