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