Welcome to our Support Center

Decimate 1D Array

Description

Divides the elements of array into the output arrays, placing elements into the outputs successively.

Warning : A new tensor is created for each element in the output array.

 

Input parameters

 

array : class, one-dimentional tensor.
nb_output_array : integer, number of output arrays.

Output parameters

 

decimated arrays : array, the function stores array[0] at index 0 of the first output array, array[1] is stored at index 0 of the second output array, array[n-1] at index 0 of the last output array, array[n] at index 1 of the first output array, and so on, where n is the number of output terminals for this function.

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