 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
divide< std::int32_t > divide_ii
Definition: divide.h:52
boost::shared_ptr< divide< T > > sptr
Definition: divide.h:46
divide< std::int16_t > divide_ss
Definition: divide.h:51
divide< float > divide_ff
Definition: divide.h:53
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with history
Definition: sync_block.h:38
divide< gr_complex > divide_cc
Definition: divide.h:54
static sptr make(size_t vlen=1)
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
output = input[0] / input[1] / ... / input[M-1]
Definition: divide.h:43