23 #ifndef INCLUDED_DIGITAL_OFDM_FRAME_ACQUISITION_H
24 #define INCLUDED_DIGITAL_OFDM_FRAME_ACQUISITION_H
68 static sptr make(
unsigned int occupied_carriers,
unsigned int fft_length,
70 const std::vector<gr_complex> &known_symbol,
71 unsigned int max_fft_shift_len=4);
76 virtual float snr() = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
boost::shared_ptr< ofdm_frame_acquisition > sptr
Definition: ofdm_frame_acquisition.h:56
take a vector of complex constellation points in from an FFT and performs a correlation and equalizat...
Definition: ofdm_frame_acquisition.h:52
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60