GNU Radio's DAB Package
gr::dab::ofdm_sampler Class Reference

<+description of block+> More...

#include <ofdm_sampler.h>

Inheritance diagram for gr::dab::ofdm_sampler:
[legend]

Public Types

typedef std::shared_ptr< ofdm_samplersptr

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.

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<ofdm_sampler> gr::dab::ofdm_sampler::sptr

Member Function Documentation

◆ make()

sptr gr::dab::ofdm_sampler::make ( unsigned int fft_length,
unsigned int cp_length,
unsigned int symbols_per_frame,
unsigned int gap )
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.


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