| Classes | |
| class | gr::blocks::add_blk< T > | 
| output = sum(input[0], input[1], ..., input[M-1])  More... | |
| class | gr::blocks::add_const_bb | 
| output = input + constant  More... | |
| class | gr::blocks::add_const_cc | 
| output = input + constant  More... | |
| class | gr::blocks::add_const_ff | 
| output = input + constant  More... | |
| class | gr::blocks::add_const_ii | 
| output = input + constant  More... | |
| class | gr::blocks::add_const_ss | 
| output = input + constant  More... | |
| class | gr::blocks::add_const_v< T > | 
| output[m] = input[m] + constant vector for all M streams.  More... | |
| class | gr::blocks::argmax< T > | 
| Compares vectors from multiple streams and determines the index in the vector and stream number where the maximum value occurred.  More... | |
| class | gr::blocks::conjugate_cc | 
| output = complex conjugate of input  More... | |
| class | gr::blocks::divide< T > | 
| output = input[0] / input[1] / ... / input[M-1]  More... | |
| class | gr::blocks::integrate< T > | 
| Integrate successive samples and decimate.  More... | |
| class | gr::blocks::max_blk< T > | 
| Compares vectors from multiple streams and determines the maximum value from each vector over all streams.  More... | |
| class | gr::blocks::min_blk< T > | 
| Compares vectors from multiple streams and determines the minimum value from each vector over all streams.  More... | |
| class | gr::blocks::multiply< T > | 
| output = prod (input_0, input_1, ...)  More... | |
| class | gr::blocks::multiply_by_tag_value_cc | 
| output = input * complex constant  More... | |
| class | gr::blocks::multiply_conjugate_cc | 
| Multiplies stream 0 by the complex conjugate of stream 1.  More... | |
| class | gr::blocks::multiply_const< T > | 
| output = input * constant  More... | |
| class | gr::blocks::multiply_const_v< T > | 
| output = input * constant vector (element-wise)  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::rotator_cc | 
| Complex rotator.  More... | |
| class | gr::blocks::sub< T > | 
| output = input_0 - input_1 - ...)  More... | |
| class | gr::blocks::transcendental | 
| A block that performs various transcendental math operations.  More... | |