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