22 #ifndef INCLUDED_RADAR_CROP_MATRIX_VCVC_H 23 #define INCLUDED_RADAR_CROP_MATRIX_VCVC_H 26 #include <gnuradio/tagged_stream_block.h> 45 typedef boost::shared_ptr<crop_matrix_vcvc>
sptr;
55 static sptr make(
int vlen, std::vector<int> crop_x, std::vector<int> crop_y, std::string len_key=
"packet_len");
Definition: crop_matrix_vcvc.h:28
This matrix crops a data matrix. A tagged stream combined with vectors as items represent a matrix...
Definition: crop_matrix_vcvc.h:42
#define RADAR_API
Definition: api.h:30
boost::shared_ptr< crop_matrix_vcvc > sptr
Definition: crop_matrix_vcvc.h:45