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

<+description of block+> More...

#include <ofdm_ffe_all_in_one.h>

Inheritance diagram for gr::dab::ofdm_ffe_all_in_one:

Public Types

typedef std::shared_ptr< ofdm_ffe_all_in_onesptr
 

Static Public Member Functions

static sptr make (unsigned int symbol_length, unsigned int fft_length, unsigned int num_symbols, float alpha, unsigned int sample_rate)
 Return a shared_ptr to a new instance of dab::ofdm_ffe_all_in_one. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::dab::ofdm_ffe_all_in_one::make ( unsigned int  symbol_length,
unsigned int  fft_length,
unsigned int  num_symbols,
float  alpha,
unsigned int  sample_rate 
)
static

Return a shared_ptr to a new instance of dab::ofdm_ffe_all_in_one.

To avoid accidental use of raw pointers, dab::ofdm_ffe_all_in_one's constructor is in a private implementation class. dab::ofdm_ffe_all_in_one::make is the public interface for creating new instances.


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