21 #ifndef INCLUDED_RADAR_OS_CFAR_C_H
22 #define INCLUDED_RADAR_OS_CFAR_C_H
25 #include <gnuradio/tagged_stream_block.h>
47 typedef boost::shared_ptr<os_cfar_c>
sptr;
57 static sptr make(
int samp_rate,
int samp_compare,
int samp_protect,
float rel_threshold,
float mult_threshold,
bool merge_consecutive=
true,
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(
int inp) = 0;
61 virtual void set_samp_protect(
int inp) = 0;
This block estimates peaks of a given FFT spectrum as tagged stream. Multi peak detection is implemen...
Definition: os_cfar_c.h:44
#define RADAR_API
Definition: api.h:30
boost::shared_ptr< os_cfar_c > sptr
Definition: os_cfar_c.h:47