24 #ifndef INCLUDED_INSPECTOR_OFDM_ZKF_C_H 25 #define INCLUDED_INSPECTOR_OFDM_ZKF_C_H 28 #include <gnuradio/sync_block.h> 49 typedef boost::shared_ptr<ofdm_zkf_c>
sptr;
60 static sptr make(
double samp_rate,
int signal,
int min_items,
const std::vector<int> &typ_len,
const std::vector<int> &typ_cp);
61 virtual void set_samp_rate(
double d_samp_rate) = 0;
Parameter estimation block for OFDM signals.
Definition: ofdm_zkf_c.h:46
#define INSPECTOR_API
Definition: api.h:30
boost::shared_ptr< ofdm_zkf_c > sptr
Definition: ofdm_zkf_c.h:49
Definition: ofdm_bouzegzi_c.h:30