#include <estimator_rcs_impl.h>
|
typedef boost::shared_ptr
< estimator_rcs > | sptr |
|
static sptr | make (int num_mean, float center_freq, float antenna_gain_tx, float antenna_gain_rx, float usrp_gain_rx, float power_tx, float corr_factor, float exponent=1) |
| Return a shared_ptr to a new instance of radar::estimator_rcs. More...
|
|
gr::radar::estimator_rcs_impl::estimator_rcs_impl |
( |
int |
num_mean, |
|
|
float |
center_freq, |
|
|
float |
antenna_gain_tx, |
|
|
float |
antenna_gain_rx, |
|
|
float |
usrp_gain_rx, |
|
|
float |
power_tx, |
|
|
float |
corr_factor, |
|
|
float |
exponent |
|
) |
| |
gr::radar::estimator_rcs_impl::~estimator_rcs_impl |
( |
| ) |
|
float gr::radar::estimator_rcs_impl::calculate_rcs |
( |
| ) |
|
float gr::radar::estimator_rcs_impl::calculate_vector_mean |
( |
boost::circular_buffer< float > * |
| ) |
|
void gr::radar::estimator_rcs_impl::handle_msg |
( |
pmt::pmt_t |
msg | ) |
|
void gr::radar::estimator_rcs_impl::set_antenna_gain_rx |
( |
float |
val | ) |
|
|
virtual |
void gr::radar::estimator_rcs_impl::set_antenna_gain_tx |
( |
float |
val | ) |
|
|
virtual |
void gr::radar::estimator_rcs_impl::set_center_freq |
( |
float |
val | ) |
|
|
virtual |
void gr::radar::estimator_rcs_impl::set_corr_factor |
( |
float |
val | ) |
|
|
virtual |
void gr::radar::estimator_rcs_impl::set_num_mean |
( |
int |
val | ) |
|
|
virtual |
void gr::radar::estimator_rcs_impl::set_power_tx |
( |
float |
val | ) |
|
|
virtual |
void gr::radar::estimator_rcs_impl::set_usrp_gain_rx |
( |
float |
val | ) |
|
|
virtual |
const float gr::radar::estimator_rcs_impl::c_light = 3e8 |
|
static |
float gr::radar::estimator_rcs_impl::d_antenna_gain_abs_rx |
float gr::radar::estimator_rcs_impl::d_antenna_gain_abs_tx |
float gr::radar::estimator_rcs_impl::d_antenna_gain_rx |
float gr::radar::estimator_rcs_impl::d_antenna_gain_tx |
float gr::radar::estimator_rcs_impl::d_center_freq |
float gr::radar::estimator_rcs_impl::d_corr_factor |
float gr::radar::estimator_rcs_impl::d_exponent |
float gr::radar::estimator_rcs_impl::d_fak |
float gr::radar::estimator_rcs_impl::d_lambda |
int gr::radar::estimator_rcs_impl::d_loop_counter |
std::vector<pmt::pmt_t> gr::radar::estimator_rcs_impl::d_msg_hold |
int gr::radar::estimator_rcs_impl::d_num_mean |
pmt::pmt_t gr::radar::estimator_rcs_impl::d_port_id_in |
pmt::pmt_t gr::radar::estimator_rcs_impl::d_port_id_out |
std::vector<float> gr::radar::estimator_rcs_impl::d_power |
float gr::radar::estimator_rcs_impl::d_power_tx |
pmt::pmt_t gr::radar::estimator_rcs_impl::d_ppower |
pmt::pmt_t gr::radar::estimator_rcs_impl::d_prange |
std::vector<float> gr::radar::estimator_rcs_impl::d_range |
std::vector<float> gr::radar::estimator_rcs_impl::d_rcs |
pmt::pmt_t gr::radar::estimator_rcs_impl::d_rcs_key |
pmt::pmt_t gr::radar::estimator_rcs_impl::d_rcs_pack |
boost::circular_buffer<float> gr::radar::estimator_rcs_impl::d_rcs_vals |
pmt::pmt_t gr::radar::estimator_rcs_impl::d_rcs_value |
float gr::radar::estimator_rcs_impl::d_usrp_gain_rx |
pmt::pmt_t gr::radar::estimator_rcs_impl::d_value |
The documentation for this class was generated from the following file: