25 #ifndef INCLUDED_BLOCKS_MULTIPLY_MATRIX_CC_H
26 #define INCLUDED_BLOCKS_MULTIPLY_MATRIX_CC_H
70 typedef boost::shared_ptr<multiply_matrix_cc>
sptr;
78 std::vector<std::vector<gr_complex> > A,
83 virtual const std::vector<std::vector<gr_complex> >& get_A()
const = 0;
85 virtual bool set_A(
const std::vector<std::vector<gr_complex> > &new_A) = 0;
static const int TPP_SELECT_BY_MATRIX
Definition: multiply_matrix_cc.h:94
Matrix multiplexer/multiplier: y(k) = A * x(k)This block is similar to gr::blocks::multiply_const_ff...
Definition: multiply_matrix_cc.h:67
static const std::string MSG_PORT_NAME_SET_A
Definition: multiply_matrix_cc.h:95
boost::shared_ptr< multiply_matrix_cc > sptr
Definition: multiply_matrix_cc.h:70
tag_propagation_policy_t
Definition: block.h:70
Include this header to use the message passing features.
Definition: logger.h:131
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37