10#ifndef INCLUDED_DIGITAL_OFDM_SERIALIZER_VCC_H 
   11#define INCLUDED_DIGITAL_OFDM_SERIALIZER_VCC_H 
   46    typedef std::shared_ptr<ofdm_serializer_vcc> 
sptr;
 
   61                     const std::vector<std::vector<int>>& occupied_carriers,
 
   62                     const std::string& len_tag_key = 
"frame_len",
 
   63                     const std::string& packet_len_tag_key = 
"",
 
   64                     int symbols_skipped = 0,
 
   65                     const std::string& carr_offset_key = 
"",
 
   66                     bool input_is_shifted = 
true);
 
   78                     const std::string& packet_len_tag_key = 
"",
 
   79                     int symbols_skipped = 0,
 
   80                     const std::string& carr_offset_key = 
"",
 
   81                     bool input_is_shifted = 
true);
 
 
std::shared_ptr< ofdm_carrier_allocator_cvc > sptr
Definition ofdm_carrier_allocator_cvc.h:62
Serializes complex modulations symbols from OFDM sub-carriers.
Definition ofdm_serializer_vcc.h:44
static sptr make(int fft_len, const std::vector< std::vector< int > > &occupied_carriers, const std::string &len_tag_key="frame_len", const std::string &packet_len_tag_key="", int symbols_skipped=0, const std::string &carr_offset_key="", bool input_is_shifted=true)
std::shared_ptr< ofdm_serializer_vcc > sptr
Definition ofdm_serializer_vcc.h:46
static sptr make(const gr::digital::ofdm_carrier_allocator_cvc::sptr &allocator, const std::string &packet_len_tag_key="", int symbols_skipped=0, const std::string &carr_offset_key="", bool input_is_shifted=true)
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