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);