Go to the source code of this file.
Classes | |
class | gr::blocks::multiply_matrix< T > |
Matrix multiplexer/multiplier: y(k) = A x(k)This block is similar to gr::blocks::multiply_const_ff, the difference being it can handle several inputs and outputs, and the input-to-output relation can be described by the following mathematical equation:
and are column-vectors describing the elements on the input port at time step (this is a sync block with no memory). More... | |
Namespaces | |
gr | |
GNU Radio logging wrapper for log4cpp library (C++ port of log4j) | |
gr::blocks | |
Typedefs | |
typedef multiply_matrix< float > | gr::blocks::multiply_matrix_ff |
typedef multiply_matrix< gr_complex > | gr::blocks::multiply_matrix_cc |