Complex To Analog

From Visuino
Revision as of 11:26, 17 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoComplexToAnalog.png == Summary == Separates a complex input into its Real and Imaginary analog components. == Description == The **Complex To Analog** component extracts the real and imaginary parts of a complex input value. The **Real** part is output through the **Real** pin, and the **Imaginary** part is output through the **Imaginary** pin. This is useful for processing, visualization, or converting a complex signal into standard analog signal...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoComplexToAnalog.png

Summary

Separates a complex input into its Real and Imaginary analog components.

Description

The **Complex To Analog** component extracts the real and imaginary parts of a complex input value. The **Real** part is output through the **Real** pin, and the **Imaginary** part is output through the **Imaginary** pin. This is useful for processing, visualization, or converting a complex signal into standard analog signals for further use.

Diagram:

Categories


Pins

  • In – Complex input signal.
  • Real – Analog output of the real part of the complex input.
  • Imaginary – Analog output of the imaginary part of the complex input.