21 #ifndef INCLUDED_RADAR_STATIC_TARGET_SIMULATOR_CC_H 22 #define INCLUDED_RADAR_STATIC_TARGET_SIMULATOR_CC_H 25 #include <gnuradio/tagged_stream_block.h> 99 typedef boost::shared_ptr<static_target_simulator_cc>
sptr;
117 std::vector<float> range,
118 std::vector<float> velocity,
119 std::vector<float> rcs,
120 std::vector<float> azimuth,
121 std::vector<float> position_rx,
124 float self_coupling_db,
125 bool rndm_phaseshift=
true,
126 bool self_coupling=
true,
127 const std::string& len_key=
"packet_len" 130 virtual void setup_targets(
131 std::vector<float> range,
132 std::vector<float> velocity,
133 std::vector<float> rcs,
134 std::vector<float> azimuth,
135 std::vector<float> position_rx,
138 float self_coupling_db,
139 bool rndm_phaseshift,
Definition: static_target_simulator_cc.h:96
Definition: crop_matrix_vcvc.h:28
boost::shared_ptr< static_target_simulator_cc > sptr
Definition: static_target_simulator_cc.h:99
#define RADAR_API
Definition: api.h:30