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;
 
   64                     const std::string& len_tag_key = 
"");
 
   73                     const std::vector<int>& cp_lengths,
 
   75                     const std::string& len_tag_key = 
"");
 
 
Adds a cyclic prefix and performs optional pulse shaping on OFDM symbols.
Definition ofdm_cyclic_prefixer.h:51
static sptr make(int fft_len, const std::vector< int > &cp_lengths, int rolloff_len=0, 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="")
std::shared_ptr< ofdm_cyclic_prefixer > sptr
Definition ofdm_cyclic_prefixer.h:53
tagged_stream_block(void)
Definition tagged_stream_block.h:35
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:18
Definition adaptive_algorithm.h:22
GNU Radio logging wrapper.
Definition basic_block.h:29