GNU Radio 3.7.1 C++ API
|
does the rest of the OFDM stuff More...
#include <ofdm_sampler.h>
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) |
does the rest of the OFDM stuff
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.
fft_length | The size of the FFT vector (occupied_carriers + unused carriers) |
symbol_length | Length of the full symbol (fft_length + CP length) |
timeout | timeout in samples when we stop looking for a symbol after initial ack. |