#include <os_cfar_2d_vc_impl.h>
|
typedef std::shared_ptr< os_cfar_2d_vc > | sptr |
|
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") |
| Return a shared_ptr to a new instance of radar::os_cfar_2d_vc.
|
|
◆ os_cfar_2d_vc_impl()
gr::radar::os_cfar_2d_vc_impl::os_cfar_2d_vc_impl |
( |
int |
vlen, |
|
|
std::vector< int > |
samp_compare, |
|
|
std::vector< int > |
samp_protect, |
|
|
float |
rel_threshold, |
|
|
float |
mult_threshold, |
|
|
const std::string & |
len_key |
|
) |
| |
◆ ~os_cfar_2d_vc_impl()
gr::radar::os_cfar_2d_vc_impl::~os_cfar_2d_vc_impl |
( |
| ) |
|
◆ calculate_output_stream_length()
int gr::radar::os_cfar_2d_vc_impl::calculate_output_stream_length |
( |
const gr_vector_int & |
ninput_items | ) |
|
|
protected |
◆ set_mult_threshold()
void gr::radar::os_cfar_2d_vc_impl::set_mult_threshold |
( |
float |
inp | ) |
|
|
virtual |
◆ set_rel_threshold()
void gr::radar::os_cfar_2d_vc_impl::set_rel_threshold |
( |
float |
inp | ) |
|
|
virtual |
◆ set_samp_compare()
void gr::radar::os_cfar_2d_vc_impl::set_samp_compare |
( |
std::vector< int > |
inp | ) |
|
|
virtual |
◆ set_samp_protect()
void gr::radar::os_cfar_2d_vc_impl::set_samp_protect |
( |
std::vector< int > |
inp | ) |
|
|
virtual |
◆ work()
int gr::radar::os_cfar_2d_vc_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
◆ d_mult_threshold
float gr::radar::os_cfar_2d_vc_impl::d_mult_threshold |
◆ d_port_id
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_port_id |
◆ d_power
std::vector<float> gr::radar::os_cfar_2d_vc_impl::d_power |
◆ d_ppower
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_ppower |
◆ d_ptimestamp
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_ptimestamp |
◆ d_px
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_px |
◆ d_py
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_py |
◆ d_rel_threshold
float gr::radar::os_cfar_2d_vc_impl::d_rel_threshold |
◆ d_samp_compare
std::vector<int> gr::radar::os_cfar_2d_vc_impl::d_samp_compare |
◆ d_samp_protect
std::vector<int> gr::radar::os_cfar_2d_vc_impl::d_samp_protect |
◆ d_tags
std::vector<tag_t> gr::radar::os_cfar_2d_vc_impl::d_tags |
◆ d_value
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_value |
◆ d_vlen
int gr::radar::os_cfar_2d_vc_impl::d_vlen |
◆ d_x
std::vector<float> gr::radar::os_cfar_2d_vc_impl::d_x |
◆ d_y
std::vector<float> gr::radar::os_cfar_2d_vc_impl::d_y |
The documentation for this class was generated from the following file: