22 #ifndef INCLUDED_RADAR_TRANSPOSE_MATRIX_VCVC_H
23 #define INCLUDED_RADAR_TRANSPOSE_MATRIX_VCVC_H
26 #include <gnuradio/tagged_stream_block.h>
44 typedef boost::shared_ptr<transpose_matrix_vcvc>
sptr;
54 static sptr make(
int vlen_in,
int vlen_out, std::string len_key=
"packet_len");
boost::shared_ptr< transpose_matrix_vcvc > sptr
Definition: transpose_matrix_vcvc.h:44
#define RADAR_API
Definition: api.h:30
This block transposes a matrix. A tagged stream combined with vectors as items represent a matrix...
Definition: transpose_matrix_vcvc.h:41