22 #ifndef INCLUDED_RADAR_ESTIMATOR_RCS_H 23 #define INCLUDED_RADAR_ESTIMATOR_RCS_H 25 #include <gnuradio/block.h> 64 typedef boost::shared_ptr<estimator_rcs>
sptr;
74 static sptr make(
int num_mean,
76 float antenna_gain_tx,
77 float antenna_gain_rx,
83 virtual void set_num_mean(
int val) = 0;
84 virtual void set_center_freq(
float val) = 0;
85 virtual void set_antenna_gain_tx(
float val) = 0;
86 virtual void set_antenna_gain_rx(
float val) = 0;
87 virtual void set_usrp_gain_rx(
float val) = 0;
88 virtual void set_power_tx(
float val) = 0;
89 virtual void set_corr_factor(
float val) = 0;
Definition: crop_matrix_vcvc.h:28
Basic RCS block for estimating the RCS of a single target. Some hardware specs need to be known for c...
Definition: estimator_rcs.h:61
#define RADAR_API
Definition: api.h:31
boost::shared_ptr< estimator_rcs > sptr
Definition: estimator_rcs.h:64