Converting Data Types

From GNU Radio
Revision as of 15:41, 6 January 2022 by Mattcarrick (talk | contribs)
Jump to navigation Jump to search

This tutorial will describe how to convert between data types. The previous tutorial, Signal Data Types, presents an introduction to the Complex Float 32 and Float 32 data types for representing digitized signals.

Char/Byte Data Type

The Char or Byte data type is another useful data type for representing binary data. The Byte data type is represented by the magenta color in GRC:

Types.png


  • random source
  • use in modulator

char/byte data type convert to float display