Streams and Vectors: Difference between revisions
Jump to navigation
Jump to search
Mattcarrick (talk | contribs) (Created page with "Streams and vectors") |
Mattcarrick (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Streams | This tutorial will describe the difference between a ''Stream'' and a ''Vector''. You can find the previous tutorial here: [[Converting_Data_Types|Converting Data Types]] | ||
== Streams == | |||
Streams are the default data type in GNU Radio | |||
* note: use an image | |||
each time instance carries 1 sample | |||
== Vectors == | |||
Vectors are like arrays | |||
* note: use an image to |
Revision as of 17:10, 6 January 2022
This tutorial will describe the difference between a Stream and a Vector. You can find the previous tutorial here: Converting Data Types
Streams
Streams are the default data type in GNU Radio
- note: use an image
each time instance carries 1 sample
Vectors
Vectors are like arrays
- note: use an image to