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