25#ifndef INCLUDED_DIGITAL_CHUNKS_TO_SYMBOLS_IC_H
26#define INCLUDED_DIGITAL_CHUNKS_TO_SYMBOLS_IC_H
59 typedef boost::shared_ptr<chunks_to_symbols_ic>
sptr;
67 static sptr make(
const std::vector<gr_complex> &symbol_table,
const int D = 1);
69 virtual int D()
const = 0;
Map a stream of unpacked symbol indexes to stream of float or complex constellation points in D dimen...
Definition: chunks_to_symbols_ic.h:56
virtual void set_symbol_table(const std::vector< gr_complex > &symbol_table)=0
static sptr make(const std::vector< gr_complex > &symbol_table, const int D=1)
virtual std::vector< gr_complex > symbol_table() const =0
boost::shared_ptr< chunks_to_symbols_ic > sptr
Definition: chunks_to_symbols_ic.h:59
synchronous 1:N input to output with history
Definition: sync_interpolator.h:38
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45