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