 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
24 #ifndef INCLUDED_DIGITAL_OFDM_CARRIER_ALLOCATOR_CVC_H
25 #define INCLUDED_DIGITAL_OFDM_CARRIER_ALLOCATOR_CVC_H
74 typedef boost::shared_ptr<ofdm_carrier_allocator_cvc>
sptr;
109 const std::vector<std::vector<int>>& occupied_carriers,
110 const std::vector<std::vector<int>>& pilot_carriers,
111 const std::vector<std::vector<gr_complex>>& pilot_symbols,
112 const std::vector<std::vector<gr_complex>>& sync_words,
113 const std::string& len_tag_key =
"packet_len",
114 const bool output_is_shifted =
true);
Create frequency domain OFDM symbols from complex values, add pilots.
Definition: ofdm_carrier_allocator_cvc.h:72
virtual std::string len_tag_key()=0
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
static sptr make(int fft_len, const std::vector< std::vector< int >> &occupied_carriers, const std::vector< std::vector< int >> &pilot_carriers, const std::vector< std::vector< gr_complex >> &pilot_symbols, const std::vector< std::vector< gr_complex >> &sync_words, const std::string &len_tag_key="packet_len", const bool output_is_shifted=true)
virtual const int fft_len()=0
boost::shared_ptr< ofdm_carrier_allocator_cvc > sptr
Definition: ofdm_carrier_allocator_cvc.h:74
virtual std::vector< std::vector< int > > occupied_carriers()=0
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