22 #ifndef INCLUDED_RADAR_OS_CFAR_2D_VC_H 23 #define INCLUDED_RADAR_OS_CFAR_2D_VC_H 26 #include <gnuradio/tagged_stream_block.h> 47 typedef boost::shared_ptr<os_cfar_2d_vc>
sptr;
57 static sptr make(
int vlen, std::vector<int> samp_compare, std::vector<int> samp_protect,
float rel_threshold,
float mult_threshold,
const std::string& len_key=
"packet_len");
58 virtual void set_rel_threshold(
float inp) = 0;
59 virtual void set_mult_threshold(
float inp) = 0;
60 virtual void set_samp_compare(std::vector<int> inp) = 0;
61 virtual void set_samp_protect(std::vector<int> inp) = 0;
boost::shared_ptr< os_cfar_2d_vc > sptr
Definition: os_cfar_2d_vc.h:47
This block estimates peaks of a given matrix. A matrix can be represented as a combination of vectors...
Definition: os_cfar_2d_vc.h:44
Definition: crop_matrix_vcvc.h:28
#define RADAR_API
Definition: api.h:30