#include <os_cfar_2d_vc_impl.h>
|
typedef boost::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. More...
|
|
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 |
|
) |
| |
gr::radar::os_cfar_2d_vc_impl::~os_cfar_2d_vc_impl |
( |
| ) |
|
int gr::radar::os_cfar_2d_vc_impl::calculate_output_stream_length |
( |
const gr_vector_int & |
ninput_items | ) |
|
|
protected |
void gr::radar::os_cfar_2d_vc_impl::set_mult_threshold |
( |
float |
inp | ) |
|
|
virtual |
void gr::radar::os_cfar_2d_vc_impl::set_rel_threshold |
( |
float |
inp | ) |
|
|
virtual |
void gr::radar::os_cfar_2d_vc_impl::set_samp_compare |
( |
std::vector< int > |
inp | ) |
|
|
virtual |
void gr::radar::os_cfar_2d_vc_impl::set_samp_protect |
( |
std::vector< int > |
inp | ) |
|
|
virtual |
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 |
|
) |
| |
float gr::radar::os_cfar_2d_vc_impl::d_mult_threshold |
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_port_id |
std::vector<float> gr::radar::os_cfar_2d_vc_impl::d_power |
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_ppower |
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_ptimestamp |
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_px |
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_py |
float gr::radar::os_cfar_2d_vc_impl::d_rel_threshold |
std::vector<int> gr::radar::os_cfar_2d_vc_impl::d_samp_compare |
std::vector<int> gr::radar::os_cfar_2d_vc_impl::d_samp_protect |
std::vector< tag_t > gr::radar::os_cfar_2d_vc_impl::d_tags |
pmt::pmt_t gr::radar::os_cfar_2d_vc_impl::d_value |
int gr::radar::os_cfar_2d_vc_impl::d_vlen |
std::vector<float> gr::radar::os_cfar_2d_vc_impl::d_x |
std::vector<float> gr::radar::os_cfar_2d_vc_impl::d_y |
The documentation for this class was generated from the following file: