22 #ifndef INCLUDED_RADAR_CROP_MATRIX_VCVC_H
23 #define INCLUDED_RADAR_CROP_MATRIX_VCVC_H
25 #include <gnuradio/tagged_stream_block.h>
47 typedef boost::shared_ptr<crop_matrix_vcvc>
sptr;
58 std::vector<int> crop_x,
59 std::vector<int> crop_y,
60 std::string len_key =
"packet_len");
#define RADAR_API
Definition: api.h:31
This matrix crops a data matrix. A tagged stream combined with vectors as items represent a matrix....
Definition: crop_matrix_vcvc.h:45
boost::shared_ptr< crop_matrix_vcvc > sptr
Definition: crop_matrix_vcvc.h:47
static sptr make(int vlen, std::vector< int > crop_x, std::vector< int > crop_y, std::string len_key="packet_len")
Return a shared_ptr to a new instance of radar::crop_matrix_vcvc.
Definition: crop_matrix_vcvc.h:28