![]() |
Classes | |
class | gr_binary_slicer_fb |
slice float binary symbol outputting 1 bit output
x < 0 --> 0 x >= 0 --> 1 More... | |
class | gr_bytes_to_syms |
Convert stream of bytes to stream of +/- 1 symbols | |
class | gr_char_to_float |
Convert stream of chars to a stream of float. More... | |
class | gr_complex_to_interleaved_short |
Convert stream of complex to a stream of interleaved shorts. More... | |
class | gr_complex_to_float |
convert a stream of gr_complex to 1 or 2 streams of float More... | |
class | gr_complex_to_real |
complex in, real out (float) More... | |
class | gr_complex_to_imag |
complex in, imaginary out (float) More... | |
class | gr_complex_to_mag |
complex in, magnitude out (float) More... | |
class | gr_complex_to_mag_squared |
complex in, magnitude squared out (float) More... | |
class | gr_complex_to_arg |
complex in, angle out (float) More... | |
class | gr_float_to_char |
Convert stream of float to a stream of char. More... | |
class | gr_float_to_complex |
Convert 1 or 2 streams of float to a stream of gr_complex. More... | |
class | gr_float_to_short |
Convert stream of float to a stream of short. More... | |
class | gr_float_to_uchar |
Convert stream of float to a stream of unsigned char. More... | |
class | gr_interleaved_short_to_complex |
Convert stream of interleaved shorts to a stream of complex. More... | |
class | gr_repeat |
Repeat a sample 'interp' times in output stream. More... | |
class | gr_short_to_float |
Convert stream of short to a stream of float. More... | |
class | gr_stream_to_streams |
convert a stream of items into a N streams of items
Converts a stream of N items into N streams of 1 item. Repeat ad infinitum. More... | |
class | gr_stream_to_vector |
convert a stream of items into a stream of blocks containing nitems_per_block More... | |
class | gr_streams_to_stream |
Convert N streams of 1 item into a 1 stream of N items
Convert N streams of 1 item into 1 stream of N items. Repeat ad infinitum. More... | |
class | gr_streams_to_vector |
convert N streams of items to 1 stream of vector length N More... | |
class | gr_uchar_to_float |
Convert stream of unsigned chars to a stream of float. More... | |
class | gr_unpack_k_bits_bb |
Converts a byte with k relevent bits to k output bytes with 1 bit in the LSB. More... | |
class | gr_vector_to_stream |
convert a stream of blocks of nitems_per_block items into a stream of items More... | |
class | gr_vector_to_streams |
Convert 1 stream of vectors of length N to N streams of items. More... | |
class | gr_chunks_to_symbols_bc |
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 gr_complex. More... | |
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... | |
class | gr_chunks_to_symbols_ic |
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) | |
class | gr_chunks_to_symbols_if |
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) | |
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... | |
class | gr_chunks_to_symbols_sf |
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) | |
class | gr_packed_to_unpacked_bb |
Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts.
input: stream of unsigned char; output: stream of unsigned char. More... | |
class | gr_packed_to_unpacked_ii |
Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts. | |
class | gr_packed_to_unpacked_ss |
Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts. | |
class | gr_unpacked_to_packed_bb |
Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts.
input: stream of unsigned char; output: stream of unsigned char. More... | |
class | gr_unpacked_to_packed_ii |
Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts. | |
class | gr_unpacked_to_packed_ss |
Convert a stream of unpacked bytes or shorts into a stream of packed bytes or shorts. |