23#ifndef INCLUDED_DIGITAL_OFDM_CYCLIC_PREFIXER_H
24#define INCLUDED_DIGITAL_OFDM_CYCLIC_PREFIXER_H
52 typedef boost::shared_ptr<ofdm_cyclic_prefixer>
sptr;
63 const std::string& len_tag_key =
"");
Adds a cyclic prefix and performs pulse shaping on OFDM symbols.
Definition: ofdm_cyclic_prefixer.h:50
static sptr make(size_t input_size, size_t output_size, int rolloff_len=0, const std::string &len_tag_key="")
boost::shared_ptr< ofdm_cyclic_prefixer > sptr
Definition: ofdm_cyclic_prefixer.h:52
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:38
#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