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

Go to the source code of this file.

Classes

class  gr::blocks::multiply< T >
 output = prod (input_0, input_1, ...) More...
 

Namespaces

 gr
 GNU Radio logging wrapper.
 
 gr::blocks
 

Typedefs

typedef multiply< std::int16_t > gr::blocks::multiply_ss
 
typedef multiply< std::int32_t > gr::blocks::multiply_ii
 
typedef multiply< float > gr::blocks::multiply_ff
 
typedef multiply< gr_complexgr::blocks::multiply_cc