22 #ifndef INCLUDED_RADAR_ESTIMATOR_OFDM_H 23 #define INCLUDED_RADAR_ESTIMATOR_OFDM_H 25 #include <gnuradio/block.h> 57 typedef boost::shared_ptr<estimator_ofdm>
sptr;
67 static sptr make(std::string symbol_x,
69 std::vector<float> axis_x,
72 std::vector<float> axis_y,
73 bool merge_consecutive =
true);
Definition: crop_matrix_vcvc.h:28
This block evaluates the peaks given from a OFDM matrix. Input are the bins of the peaks with the ide...
Definition: estimator_ofdm.h:54
#define RADAR_API
Definition: api.h:31
boost::shared_ptr< estimator_ofdm > sptr
Definition: estimator_ofdm.h:57