 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
10 #ifndef INCLUDED_OFDM_FRAME_EQUALIZER_VCVC_H
11 #define INCLUDED_OFDM_FRAME_EQUALIZER_VCVC_H
44 typedef std::shared_ptr<ofdm_frame_equalizer_vcvc>
sptr;
57 const std::string& tsb_key =
"frame_len",
58 bool propagate_channel_state =
false,
59 int fixed_frame_len = 0);
static sptr make(ofdm_equalizer_base::sptr equalizer, int cp_len, const std::string &tsb_key="frame_len", bool propagate_channel_state=false, int fixed_frame_len=0)
std::shared_ptr< ofdm_equalizer_base > sptr
Definition: ofdm_equalizer_base.h:32
std::shared_ptr< ofdm_frame_equalizer_vcvc > sptr
Definition: ofdm_frame_equalizer_vcvc.h:44
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
OFDM frame equalizer.
Definition: ofdm_frame_equalizer_vcvc.h:42
GNU Radio logging wrapper.
Definition: basic_block.h:29
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:26