GNU Radio 3.4.2 C++ API
gr_chunks_to_symbols_bf.h File Reference
Include dependency graph for gr_chunks_to_symbols_bf.h:

Go to the source code of this file.

Classes

class  gr_chunks_to_symbols_bf
 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 unsigned char; output: stream of float. More...

Functions

gr_chunks_to_symbols_bf_sptr gr_make_chunks_to_symbols_bf (const std::vector< float > &symbol_table, const int D=1)

Function Documentation

gr_chunks_to_symbols_bf_sptr gr_make_chunks_to_symbols_bf ( const std::vector< float > &  symbol_table,
const int  D = 1 
)