![]() |
The Inspector (GNU Radio module gr-inspector)
|
OFDM parameter estimator (Bouzegzi algorithm) More...
#include <ofdm_bouzegzi_c.h>
Public Types | |
typedef boost::shared_ptr< ofdm_bouzegzi_c > | sptr |
Static Public Member Functions | |
static sptr | make (double samp_rate, int Nb, const std::vector< int > &alpha, const std::vector< int > &beta) |
Return a shared_ptr to a new instance of inspector::ofdm_bouzegzi_c. More... | |
OFDM parameter estimator (Bouzegzi algorithm)
This block was not further developed during GSoC since real-time estimation was not possible.
typedef boost::shared_ptr<ofdm_bouzegzi_c> gr::inspector::ofdm_bouzegzi_c::sptr |
|
static |
Return a shared_ptr to a new instance of inspector::ofdm_bouzegzi_c.
To avoid accidental use of raw pointers, inspector::ofdm_bouzegzi_c's constructor is in a private implementation class. inspector::ofdm_bouzegzi_c::make is the public interface for creating new instances.