|
class | gr::blocks::abs_ff |
| output[m] = abs(input[m]) for all M streams. More...
|
|
class | gr::blocks::abs_ii |
| output[m] = abs(input[m]) for all M streams. More...
|
|
class | gr::blocks::abs_ss |
| output[m] = abs(input[m]) for all M streams. More...
|
|
class | gr::blocks::and_bb |
| output = input_0 & input_1 & , ... & input_N)bitwise boolean and across all input streams. More...
|
|
class | gr::blocks::and_const_bb |
| output_N = input_N & valuebitwise boolean and of const to the data stream. More...
|
|
class | gr::blocks::and_const_ii |
| output_N = input_N & valuebitwise boolean and of const to the data stream. More...
|
|
class | gr::blocks::and_const_ss |
| output_N = input_N & valuebitwise boolean and of const to the data stream. More...
|
|
class | gr::blocks::and_ii |
| output = input_0 & input_1 & , ... & input_N)bitwise boolean and across all input streams. More...
|
|
class | gr::blocks::and_ss |
| output = input_0 & input_1 & , ... & input_N)bitwise boolean and across all input streams. More...
|
|
class | gr::blocks::not_bb |
| output = ~inputbitwise boolean not of input streams. More...
|
|
class | gr::blocks::not_ii |
| output = ~inputbitwise boolean not of input streams. More...
|
|
class | gr::blocks::not_ss |
| output = ~inputbitwise boolean not of input streams. More...
|
|
class | gr::blocks::or_bb |
| output = input_0 | input_1 | , ... | input_N)Bitwise boolean or across all input streams. More...
|
|
class | gr::blocks::or_ii |
| output = input_0 | input_1 | , ... | input_N)Bitwise boolean or across all input streams. More...
|
|
class | gr::blocks::or_ss |
| output = input_0 | input_1 | , ... | input_N)Bitwise boolean or across all input streams. More...
|
|
class | gr::blocks::xor_bb |
| output = input_0 ^ input_1 ^ , ... ^ input_N)Bitwise boolean xor across all input streams. More...
|
|
class | gr::blocks::xor_ii |
| output = input_0 ^ input_1 ^ , ... ^ input_N)Bitwise boolean xor across all input streams. More...
|
|
class | gr::blocks::xor_ss |
| output = input_0 ^ input_1 ^ , ... ^ input_N)Bitwise boolean xor across all input streams. More...
|
|