diff options
Diffstat (limited to 'gr-blocks/grc/blocks_uchar_to_float.block.yml')
-rw-r--r-- | gr-blocks/grc/blocks_uchar_to_float.block.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gr-blocks/grc/blocks_uchar_to_float.block.yml b/gr-blocks/grc/blocks_uchar_to_float.block.yml new file mode 100644 index 0000000000..984cbd3928 --- /dev/null +++ b/gr-blocks/grc/blocks_uchar_to_float.block.yml @@ -0,0 +1,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 |