GNU Radio Manual and C++ API Reference  3.10.9.1
The Free & Open Software Radio Ecosystem
integrate.h File Reference
#include <gnuradio/blocks/api.h>
#include <gnuradio/sync_decimator.h>
#include <cstdint>

Go to the source code of this file.

Classes

class  gr::blocks::integrate< T >
 Integrate successive samples and decimate. More...
 

Namespaces

 gr
 GNU Radio logging wrapper.
 
 gr::blocks
 

Typedefs

typedef integrate< std::int16_t > gr::blocks::integrate_ss
 
typedef integrate< std::int32_t > gr::blocks::integrate_ii
 
typedef integrate< float > gr::blocks::integrate_ff
 
typedef integrate< gr_complexgr::blocks::integrate_cc