21#ifndef INCLUDED_RADAR_ESTIMATOR_OFDM_IMPL_H
22#define INCLUDED_RADAR_ESTIMATOR_OFDM_IMPL_H
37 std::vector<float> axis_x,
40 std::vector<float> axis_y,
41 bool merge_consecutive);
Definition estimator_ofdm_impl.h:30
int d_len_x
Definition estimator_ofdm_impl.h:45
pmt::pmt_t d_y_value
Definition estimator_ofdm_impl.h:53
pmt::pmt_t d_x_key
Definition estimator_ofdm_impl.h:53
bool d_merge_consecutive
Definition estimator_ofdm_impl.h:48
std::vector< float > d_map_y
Definition estimator_ofdm_impl.h:52
std::vector< float > d_val_x
Definition estimator_ofdm_impl.h:52
pmt::pmt_t d_y_key
Definition estimator_ofdm_impl.h:53
std::string d_symbol_x
Definition estimator_ofdm_impl.h:46
pmt::pmt_t d_x_value
Definition estimator_ofdm_impl.h:53
pmt::pmt_t d_ptimestamp
Definition estimator_ofdm_impl.h:54
pmt::pmt_t d_y_pack
Definition estimator_ofdm_impl.h:53
pmt::pmt_t d_paxis_x
Definition estimator_ofdm_impl.h:51
void handle_msg(pmt::pmt_t msg)
pmt::pmt_t d_paxis_y
Definition estimator_ofdm_impl.h:51
std::vector< float > d_axis_y
Definition estimator_ofdm_impl.h:47
int d_len_y
Definition estimator_ofdm_impl.h:45
std::vector< float > d_axis_x
Definition estimator_ofdm_impl.h:47
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)
std::string d_symbol_y
Definition estimator_ofdm_impl.h:46
pmt::pmt_t d_port_id_out
Definition estimator_ofdm_impl.h:50
pmt::pmt_t d_x_pack
Definition estimator_ofdm_impl.h:53
pmt::pmt_t d_ppower
Definition estimator_ofdm_impl.h:51
std::vector< float > d_val_y
Definition estimator_ofdm_impl.h:52
std::vector< float > d_map_x
Definition estimator_ofdm_impl.h:52
pmt::pmt_t d_port_id_in
Definition estimator_ofdm_impl.h:50
std::vector< float > d_val_power
Definition estimator_ofdm_impl.h:52
pmt::pmt_t d_value
Definition estimator_ofdm_impl.h:53
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
Definition crop_matrix_vcvc.h:28