25 #ifndef INCLUDED_DIGITAL_CHUNKS_TO_SYMBOLS_IC_H
26 #define INCLUDED_DIGITAL_CHUNKS_TO_SYMBOLS_IC_H
66 static sptr make(
const std::vector<gr_complex> &symbol_table,
const int D = 1);
68 virtual int D()
const = 0;
69 virtual std::vector<gr_complex> symbol_table()
const = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
boost::shared_ptr< chunks_to_symbols_ic > sptr
Definition: chunks_to_symbols_ic.h:58
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
synchronous 1:N input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_interpolator.h:37
Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex constellation...
Definition: chunks_to_symbols_ic.h:54