21 #ifndef INCLUDED_INSPECTOR_OFDM_ZKF_C_H 22 #define INCLUDED_INSPECTOR_OFDM_ZKF_C_H 24 #include <gnuradio/sync_block.h> 47 typedef boost::shared_ptr<ofdm_zkf_c>
sptr;
60 static sptr make(
double samp_rate,
63 const std::vector<int>& typ_len,
64 const std::vector<int>& typ_cp);
65 virtual void set_samp_rate(
double d_samp_rate) = 0;
Parameter estimation block for OFDM signals.
Definition: ofdm_zkf_c.h:44
#define INSPECTOR_API
Definition: api.h:31
boost::shared_ptr< ofdm_zkf_c > sptr
Definition: ofdm_zkf_c.h:47
Definition: inspector_form.h:40