Analog To Quaternion

From Visuino
Jump to navigation Jump to search

File:TArduinoAnalogToQuaternion.png

Summary

Converts four analog inputs (X, Y, Z, and Real) into a single Quaternion value.

Description

The Analog To Quaternion component combines four analog values into a quaternion structure, where X, Y, and Z form the imaginary part, and Real represents the real part. This allows quaternion-based processing or transmission from simple analog sources.

Diagram:

Categories

Pins

  • X – Analog input for the X (imaginary) component.
  • Y – Analog input for the Y (imaginary) component.
  • Z – Analog input for the Z (imaginary) component.
  • Real – Analog input for the Real component.

Output Pins

  • Out – Quaternion output.