21 #ifndef INCLUDED_RADAR_ESTIMATOR_OFDM_IMPL_H 22 #define INCLUDED_RADAR_ESTIMATOR_OFDM_IMPL_H 35 estimator_ofdm_impl(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);
pmt::pmt_t d_x_key
Definition: estimator_ofdm_impl.h:47
pmt::pmt_t d_ptimestamp
Definition: estimator_ofdm_impl.h:47
bool d_merge_consecutive
Definition: estimator_ofdm_impl.h:42
pmt::pmt_t d_paxis_y
Definition: estimator_ofdm_impl.h:45
pmt::pmt_t d_y_pack
Definition: estimator_ofdm_impl.h:47
pmt::pmt_t d_y_value
Definition: estimator_ofdm_impl.h:47
void handle_msg(pmt::pmt_t msg)
std::string d_symbol_x
Definition: estimator_ofdm_impl.h:40
int d_len_x
Definition: estimator_ofdm_impl.h:39
pmt::pmt_t d_value
Definition: estimator_ofdm_impl.h:47
Definition: crop_matrix_vcvc.h:28
std::vector< float > d_val_power
Definition: estimator_ofdm_impl.h:46
This block evaluates the peaks given from a OFDM matrix. Input are the bins of the peaks with the ide...
Definition: estimator_ofdm.h:45
pmt::pmt_t d_y_key
Definition: estimator_ofdm_impl.h:47
std::vector< float > d_val_x
Definition: estimator_ofdm_impl.h:46
pmt::pmt_t d_port_id_out
Definition: estimator_ofdm_impl.h:44
int d_len_y
Definition: estimator_ofdm_impl.h:39
pmt::pmt_t d_paxis_x
Definition: estimator_ofdm_impl.h:45
estimator_ofdm_impl(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)
pmt::pmt_t d_x_pack
Definition: estimator_ofdm_impl.h:47
std::vector< float > d_axis_y
Definition: estimator_ofdm_impl.h:41
pmt::pmt_t d_x_value
Definition: estimator_ofdm_impl.h:47
std::string d_symbol_y
Definition: estimator_ofdm_impl.h:40
Definition: estimator_ofdm_impl.h:29
std::vector< float > d_val_y
Definition: estimator_ofdm_impl.h:46
std::vector< float > d_map_x
Definition: estimator_ofdm_impl.h:46
std::vector< float > d_map_y
Definition: estimator_ofdm_impl.h:46
pmt::pmt_t d_port_id_in
Definition: estimator_ofdm_impl.h:44
pmt::pmt_t d_ppower
Definition: estimator_ofdm_impl.h:45
std::vector< float > d_axis_x
Definition: estimator_ofdm_impl.h:41