38 * \brief Map a stream of symbol indexes (unpacked bytes or shorts) to stream of float or complex constellation points in D dimensions (D = 1 by default)
39 * \ingroup symbol_coding_blk
40 *
41 * \details
42 * input: stream of int; output: stream of float
43 *
44 * out[n D + k] = symbol_table[in[n] D + k], k=0,1,...,D-1
45 *
46 * The combination of gr_packed_to_unpacked_XX followed by
47 * gr_chunks_to_symbols_XY handles the general case of mapping
48 * from a stream of bytes or shorts into arbitrary float