11 #ifndef INCLUDED_DIGITAL_OFDM_CYCLIC_PREFIXER_H
12 #define INCLUDED_DIGITAL_OFDM_CYCLIC_PREFIXER_H
53 typedef std::shared_ptr<ofdm_cyclic_prefixer>
sptr;
61 static sptr make(
size_t input_size,
64 const std::string& len_tag_key =
"");
72 static sptr make(
int fft_len,
73 const std::vector<int>& cp_lengths,
75 const std::string& len_tag_key =
"");
Block that operates on PDUs in form of tagged streamsOverride work to provide the signal processing i...
Definition: tagged_stream_block.h:25
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
Adds a cyclic prefix and performs optional pulse shaping on OFDM symbols.
Definition: ofdm_cyclic_prefixer.h:50
std::shared_ptr< ofdm_cyclic_prefixer > sptr
Definition: ofdm_cyclic_prefixer.h:53