|
GNU Radio 3.7.1 C++ API
|
Classes | |
| class | gr::blocks::add_ff |
| output = sum (input_0, input_1, ...) More... | |
| class | gr::blocks::conjugate_cc |
| output = complex conjugate of input More... | |
| class | gr::blocks::multiply_cc |
| output = prod (input_0, input_1, ...) More... | |
| class | gr::blocks::multiply_conjugate_cc |
| Multiplies stream 0 by the complex conjugate of stream 1. More... | |
| class | gr::blocks::multiply_const_cc |
| output = input * complex constant More... | |
| class | gr::blocks::multiply_const_ff |
| output = input * real constant More... | |
| class | gr::blocks::multiply_ff |
| output = prod (input_0, input_1, ...) More... | |
| class | gr::blocks::nlog10_ff |
| output = n*log10(input) + k More... | |
| class | gr::blocks::rms_cf |
| RMS average power. More... | |
| class | gr::blocks::rms_ff |
| RMS average power. More... | |
| class | gr::blocks::transcendental |
| A block that performs various transcendental math operations. More... | |