Invert Buffer
Overview
This operator replaces the first field of the input vector with the last one, the second with the second to last, and so on, and places the new vector at the output.Operator ports
Input V_in: Specific sample type, see below.Output V-out: Floating point value buffers
Properties
Find more information about changing properties here: "Properties Viewer"Caption
type: Word or phraseThe name of the object in the project. This name must not contain '.', '$' nor '@' characters.
For more information about the rules and usage of the Caption property, please refer to "Caption property - background and usage".
Documentation
type: See descriptionOptional documentation of this object. If this object is an operator, the Documentation text is displayed below the operator symbol.
Details
This operator will turn the input vector upside-down. The first field of the input vector will be the last field of the output vector, the second field of the input vector will be the second to last field of the output vector, and so on.Examples
Example: Inverter Example
The inverter puts the input vector upside down. The first field will be placed in the last field and so on. Examples\DF0600148_001_Inverter Exmp.xmc