22 #ifndef INCLUDED_DIGITAL_OFDM_INSERT_PREAMBLE_H
23 #define INCLUDED_DIGITAL_OFDM_INSERT_PREAMBLE_H
70 static sptr make(
int fft_length,
71 const std::vector<std::vector<gr_complex> > &preamble);
73 virtual void enter_preamble() = 0;
insert "pre-modulated" preamble symbols before each payload.
Definition: ofdm_insert_preamble.h:58
#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_insert_preamble > sptr
Definition: ofdm_insert_preamble.h:62
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60