23 #ifndef INCLUDED_DIGITAL_OFDM_CARRIER_ALLOCATOR_CVC_H
24 #define INCLUDED_DIGITAL_OFDM_CARRIER_ALLOCATOR_CVC_H
54 const std::vector<std::vector<int> > &pilot_carriers,
55 const std::vector<std::vector<gr_complex> > &pilot_symbols,
86 digital_ofdm_carrier_allocator_cvc(
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::string &len_tag_key);
91 std::vector<std::vector<int> > d_occupied_carriers;
93 std::vector<std::vector<int> > d_pilot_carriers;
95 const std::vector<std::vector<gr_complex> > d_pilot_symbols;
96 int d_symbols_per_set;
109 int work (
int noutput_items,