23#ifndef INCLUDED_DIGITAL_OFDM_SAMPLER_H
24#define INCLUDED_DIGITAL_OFDM_SAMPLER_H
41 typedef boost::shared_ptr<ofdm_sampler>
sptr;
52 unsigned int symbol_length,
53 unsigned int timeout = 1000);
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
does the rest of the OFDM stuff
Definition: ofdm_sampler.h:38
boost::shared_ptr< ofdm_sampler > sptr
Definition: ofdm_sampler.h:41
static sptr make(unsigned int fft_length, unsigned int symbol_length, unsigned int timeout=1000)
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45