interleave_2_arrays, interleave_3_arrays, interleave_4_arrays
Synopsis
interleave elements of several arrays into a 2D array
Input Port
Parameters
Output Port
Description
These modules interleave elements from several arrays into a 2D output array. The input arrays may have any dimensionality, but they are treated as 1D, in memory order. All input arrays should have the same total size. The output array contains one element from each array in order, followed by the next element from each array, and so on.
For example, this can be used to create an XYZ coordinate array from separate X, Y, and Z arrays.
Input
Parameters
Output Port
Example
File
See also related modules