1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
id: blocks_float_to_uchar label: Float To UChar inputs: - domain: stream dtype: float outputs: - domain: stream dtype: byte templates: imports: from gnuradio import blocks make: blocks.float_to_uchar() file_format: 1