The Inspector (GNU Radio module gr-inspector)
gr::inspector::ofdm_bouzegzi_c Class Reference

OFDM parameter estimator (Bouzegzi algorithm) More...

#include <ofdm_bouzegzi_c.h>

Inheritance diagram for gr::inspector::ofdm_bouzegzi_c:
gr::inspector::ofdm_bouzegzi_c_impl

Public Types

typedef boost::shared_ptr< ofdm_bouzegzi_csptr
 

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...
 

Detailed Description

OFDM parameter estimator (Bouzegzi algorithm)

This block was not further developed during GSoC since real-time estimation was not possible.

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::inspector::ofdm_bouzegzi_c::make ( double  samp_rate,
int  Nb,
const std::vector< int > &  alpha,
const std::vector< int > &  beta 
)
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.


The documentation for this class was generated from the following file: