#include <os_cfar_c_impl.h>
|
typedef std::shared_ptr< os_cfar_c > | sptr |
|
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") |
| Return a shared_ptr to a new instance of radar::os_cfar_c.
|
|
◆ os_cfar_c_impl()
gr::radar::os_cfar_c_impl::os_cfar_c_impl |
( |
int |
samp_rate, |
|
|
int |
samp_compare, |
|
|
int |
samp_protect, |
|
|
float |
rel_threshold, |
|
|
float |
mult_threshold, |
|
|
bool |
merge_consecutive, |
|
|
const std::string & |
len_key |
|
) |
| |
◆ ~os_cfar_c_impl()
gr::radar::os_cfar_c_impl::~os_cfar_c_impl |
( |
| ) |
|
◆ calculate_output_stream_length()
int gr::radar::os_cfar_c_impl::calculate_output_stream_length |
( |
const gr_vector_int & |
ninput_items | ) |
|
|
protected |
◆ set_mult_threshold()
void gr::radar::os_cfar_c_impl::set_mult_threshold |
( |
float |
inp | ) |
|
|
virtual |
◆ set_rel_threshold()
void gr::radar::os_cfar_c_impl::set_rel_threshold |
( |
float |
inp | ) |
|
|
virtual |
◆ set_samp_compare()
void gr::radar::os_cfar_c_impl::set_samp_compare |
( |
int |
inp | ) |
|
|
virtual |
◆ set_samp_protect()
void gr::radar::os_cfar_c_impl::set_samp_protect |
( |
int |
inp | ) |
|
|
virtual |
◆ work()
int gr::radar::os_cfar_c_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
◆ d_angle
std::vector<float> gr::radar::os_cfar_c_impl::d_angle |
◆ d_consecutive
bool gr::radar::os_cfar_c_impl::d_consecutive |
◆ d_freq
std::vector<float> gr::radar::os_cfar_c_impl::d_freq |
◆ d_hold_samp
std::vector<float> gr::radar::os_cfar_c_impl::d_hold_samp |
◆ d_merge_consecutive
bool gr::radar::os_cfar_c_impl::d_merge_consecutive |
◆ d_mult_threshold
float gr::radar::os_cfar_c_impl::d_mult_threshold |
◆ d_pangle
pmt::pmt_t gr::radar::os_cfar_c_impl::d_pangle |
◆ d_pfreq
pmt::pmt_t gr::radar::os_cfar_c_impl::d_pfreq |
◆ d_pks
std::vector<float> gr::radar::os_cfar_c_impl::d_pks |
◆ d_port_id
pmt::pmt_t gr::radar::os_cfar_c_impl::d_port_id |
◆ d_ppks
pmt::pmt_t gr::radar::os_cfar_c_impl::d_ppks |
◆ d_ptimestamp
pmt::pmt_t gr::radar::os_cfar_c_impl::d_ptimestamp |
◆ d_rel_threshold
float gr::radar::os_cfar_c_impl::d_rel_threshold |
◆ d_samp_compare
int gr::radar::os_cfar_c_impl::d_samp_compare |
◆ d_samp_protect
int gr::radar::os_cfar_c_impl::d_samp_protect |
◆ d_samp_rate
int gr::radar::os_cfar_c_impl::d_samp_rate |
◆ d_tags
std::vector<tag_t> gr::radar::os_cfar_c_impl::d_tags |
◆ d_value
pmt::pmt_t gr::radar::os_cfar_c_impl::d_value |
The documentation for this class was generated from the following file: