 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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 =
"");
static sptr make(size_t input_size, size_t output_size, int rolloff_len=0, const std::string &len_tag_key="")
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Adds a cyclic prefix and performs pulse shaping on OFDM symbols.
Definition: ofdm_cyclic_prefixer.h:50
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:38
boost::shared_ptr< ofdm_cyclic_prefixer > sptr
Definition: ofdm_cyclic_prefixer.h:52