MT DePermute

Rearranges or depermutes the permuted data.

1378

Inputs/Outputs

datatype_icon

data in

The input data to depermute so that the generated data is the same as the MT Permute.

datatype_icon

permutation array

An array with elements that define the location of the output data samples of the MT Permute. You can use this array to track the locations of elements in the original data input to MT Permute.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

reset?

A Boolean that determines how this node handles buffered data.

TRUE Clears the buffered data, checks the input parameters on a first call, and reflects any change in the input parameter values during subsequent iterations.
FALSE Adds the buffered data to the beginning of data from next iteration, in continuous operations.

Default value: TRUE

datatype_icon

data out

The depermuted data returned by this node.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

Theoretical Example of the Depermutation Operation

The following is a theoretical example of the depermutation operation.

If the data in array is 9,21,13,7,17, and the permutation array is 3,2,4,0,1, the data out array would be 7,13,17,9,2, as illustrated in the following figure.

1378