GNU Radio 3.6.5 C++ API
|
#include <gr_core_api.h>
#include <gr_sync_interpolator.h>
Go to the source code of this file.
Classes | |
class | gr_chunks_to_symbols_sc |
Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex onstellation points.in D dimensions (D = 1 by default)input: stream of short; output: stream of gr_complex. More... | |
Functions | |
GR_CORE_API gr_chunks_to_symbols_sc_sptr | gr_make_chunks_to_symbols_sc (const std::vector< gr_complex > &symbol_table, const int D=1) |
GR_CORE_API gr_chunks_to_symbols_sc_sptr gr_make_chunks_to_symbols_sc | ( | const std::vector< gr_complex > & | symbol_table, |
const int | D = 1 |
||
) |