Welcome to our Support Center

Interleave 1D Array

Description

Interleaves corresponding elements from the input arrays into a single output array.

Warning : A new tensor is created for the output.

 

Input parameters

 

arrays : array, array of one-dimentional tensor.

Output parameters

 

interleaved array : class, interleaved array[0] contains array 0[0], interleaved array[1] contains array 1[0], interleaved array[n-1] contains array n-1[0], interleaved array[n] contains array 0[1], and so on, where n is the number of input terminals.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install PERRINE library to run it).

Table of Contents
Index