#include <os_cfar_c_impl.h>
|
typedef boost::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. More...
|
|
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 |
|
) |
| |
gr::radar::os_cfar_c_impl::~os_cfar_c_impl |
( |
| ) |
|
int gr::radar::os_cfar_c_impl::calculate_output_stream_length |
( |
const gr_vector_int & |
ninput_items | ) |
|
|
protected |
void gr::radar::os_cfar_c_impl::set_mult_threshold |
( |
float |
inp | ) |
|
|
virtual |
void gr::radar::os_cfar_c_impl::set_rel_threshold |
( |
float |
inp | ) |
|
|
virtual |
void gr::radar::os_cfar_c_impl::set_samp_compare |
( |
int |
inp | ) |
|
|
virtual |
void gr::radar::os_cfar_c_impl::set_samp_protect |
( |
int |
inp | ) |
|
|
virtual |
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 |
|
) |
| |
std::vector<float> gr::radar::os_cfar_c_impl::d_angle |
bool gr::radar::os_cfar_c_impl::d_consecutive |
std::vector<float> gr::radar::os_cfar_c_impl::d_freq |
std::vector<float> gr::radar::os_cfar_c_impl::d_hold_samp |
bool gr::radar::os_cfar_c_impl::d_merge_consecutive |
float gr::radar::os_cfar_c_impl::d_mult_threshold |
pmt::pmt_t gr::radar::os_cfar_c_impl::d_pangle |
pmt::pmt_t gr::radar::os_cfar_c_impl::d_pfreq |
std::vector<float> gr::radar::os_cfar_c_impl::d_pks |
pmt::pmt_t gr::radar::os_cfar_c_impl::d_port_id |
pmt::pmt_t gr::radar::os_cfar_c_impl::d_ppks |
pmt::pmt_t gr::radar::os_cfar_c_impl::d_ptimestamp |
float gr::radar::os_cfar_c_impl::d_rel_threshold |
int gr::radar::os_cfar_c_impl::d_samp_compare |
int gr::radar::os_cfar_c_impl::d_samp_protect |
int gr::radar::os_cfar_c_impl::d_samp_rate |
std::vector< tag_t > gr::radar::os_cfar_c_impl::d_tags |
pmt::pmt_t gr::radar::os_cfar_c_impl::d_value |
The documentation for this class was generated from the following file: