Quaternion To Analog
Jump to navigation
Jump to search
File:TArduinoQuaternionToAnalog.png
Summary
Converts a Quaternion into its individual analog components: X, Y, Z (Imaginary parts), and Real.
Description
The Quaternion To Analog component extracts the individual numeric values of a Quaternion and outputs them as separate analog signals. This allows integration of quaternion-based orientation or rotation data with analog processing blocks, displays, or further numeric computation.
Diagram:
Categories
- File:TArduinoConversionCategory.png Category Converters – Data conversion between types.
- File:TArduinoQuaternionCategory.png Category Quaternion – Quaternion data handling and transformation.
Pins
- In – Quaternion input.
Output Pins
- X – Analog output of the X (imaginary) component.
- Y – Analog output of the Y (imaginary) component.
- Z – Analog output of the Z (imaginary) component.
- Real – Analog output of the Real component.