GNU Radio Manual and C++ API Reference  3.8.1.0
The Free & Open Software Radio Ecosystem

Classes

class  gr::blocks::abs_blk< T >
 output[m] = abs(input[m]) for all M streams. More...
 
class  gr::blocks::and_blk< T >
 output = input[0] & input[1] & ... & input[M-1] More...
 
class  gr::blocks::and_const< T >
 output[m] = input[m] & value for all M streams. More...
 
class  gr::blocks::not_blk< T >
 output = ~inputbitwise boolean not of input streams. More...
 
class  gr::blocks::or_blk< T >
 output = input_0 | input_1 | , ... | input_N)Bitwise boolean or across all input streams. More...
 
class  gr::blocks::xor_blk< T >
 output = input_0 ^ input_1 ^ , ... ^ input_N)Bitwise boolean xor across all input streams. More...
 

Detailed Description