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:39
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 N:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_decimator.h:37
integrate< gr_complex > integrate_cc
Definition: integrate.h:51
integrate< float > integrate_ff
Definition: integrate.h:50
integrate< std::int16_t > integrate_ss
Definition: integrate.h:48
integrate< std::int32_t > integrate_ii
Definition: integrate.h:49
boost::shared_ptr< integrate< T > > sptr
Definition: integrate.h:43