24 #ifndef INCLUDED_INSPECTOR_OFDM_BOUZEGZI_C_H 25 #define INCLUDED_INSPECTOR_OFDM_BOUZEGZI_C_H 28 #include <gnuradio/sync_block.h> 44 typedef boost::shared_ptr<ofdm_bouzegzi_c>
sptr;
54 static sptr make(
double samp_rate,
int Nb,
55 const std::vector<int> &alpha,
56 const std::vector<int> &beta);
OFDM parameter estimator (Bouzegzi algorithm)
Definition: ofdm_bouzegzi_c.h:41
boost::shared_ptr< ofdm_bouzegzi_c > sptr
Definition: ofdm_bouzegzi_c.h:44
#define INSPECTOR_API
Definition: api.h:30
Definition: ofdm_bouzegzi_c.h:30