34 typedef std::shared_ptr<divide<T>>
sptr;
36 static sptr make(
size_t vlen = 1);
divide< std::int32_t > divide_ii
Definition: divide.h:40
divide< gr_complex > divide_cc
Definition: divide.h:42
output = input[0] / input[1] / ... / input[M-1]
Definition: divide.h:30
GNU Radio logging wrapper.
Definition: basic_block.h:29
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
divide< float > divide_ff
Definition: divide.h:41
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
std::shared_ptr< divide< T > > sptr
Definition: divide.h:34
divide< std::int16_t > divide_ss
Definition: divide.h:39