GNU Radio's DAB Package
|
<+description of block+> More...
#include <ofdm_coarse_frequency_correct.h>
Public Types | |
typedef std::shared_ptr< ofdm_coarse_frequency_correct > | sptr |
Static Public Member Functions | |
static sptr | make (unsigned int fft_length, unsigned int num_carriers, unsigned int cp_length) |
Return a shared_ptr to a new instance of dab::ofdm_coarse_frequency_correct. More... | |
<+description of block+>
typedef std::shared_ptr<ofdm_coarse_frequency_correct> gr::dab::ofdm_coarse_frequency_correct::sptr |
|
static |
Return a shared_ptr to a new instance of dab::ofdm_coarse_frequency_correct.
To avoid accidental use of raw pointers, dab::ofdm_coarse_frequency_correct's constructor is in a private implementation class. dab::ofdm_coarse_frequency_correct::make is the public interface for creating new instances.