Packing Bits: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* pack and unpack bits
* describe how it works for char/byte type


The previous tutorial,  [[Converting_Data_Types|Converting Data Types]], describes how to convert between data types. The next tutorial, [[Streams_and_Vectors|Streams and Vectors]], describes the differences between streams and vectors and how to use them in flowgraphs.
The previous tutorial,  [[Converting_Data_Types|Converting Data Types]], describes how to convert between data types. The next tutorial, [[Streams_and_Vectors|Streams and Vectors]], describes the differences between streams and vectors and how to use them in flowgraphs.


* pack and unpack bits
* describe how it works for char/byte type





Revision as of 18:15, 20 January 2022

The previous tutorial, Converting Data Types, describes how to convert between data types. The next tutorial, Streams and Vectors, describes the differences between streams and vectors and how to use them in flowgraphs.

  • pack and unpack bits
  • describe how it works for char/byte type



The next tutorial, Streams and Vectors, describes the differences between streams and vectors and how to use them in flowgraphs.