GNU Radio 3.7.1 C++ API
gr::digital::ofdm_sampler Class Reference

does the rest of the OFDM stuff More...

#include <ofdm_sampler.h>

Inheritance diagram for gr::digital::ofdm_sampler:

List of all members.

Public Types

typedef boost::shared_ptr
< ofdm_sampler
sptr

Static Public Member Functions

static sptr make (unsigned int fft_length, unsigned int symbol_length, unsigned int timeout=1000)

Detailed Description

does the rest of the OFDM stuff


Member Typedef Documentation


Member Function Documentation

static sptr gr::digital::ofdm_sampler::make ( unsigned int  fft_length,
unsigned int  symbol_length,
unsigned int  timeout = 1000 
) [static]

Make an OFDM sampler block.

Parameters:
fft_lengthThe size of the FFT vector (occupied_carriers + unused carriers)
symbol_lengthLength of the full symbol (fft_length + CP length)
timeouttimeout in samples when we stop looking for a symbol after initial ack.

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