Stream to Vector
Jump to navigation
Jump to search
Convert a stream of items into a stream of vectors containing Num Items
The input stream can itself be of vectors.
Parameters
- Num items
- Number of consecutive input items to concatenate into one output vector.
- Vec Length
- Length of the input vector. The output vector is of length Vec Length * Num items.
Example Flowgraph
This flowgraph can be found at [1]
Source Files
- C++ files
- [2]
- Header files
- [3]
- Public header files
- [4]
- Block definition
- [5]