Complex To Analog: Difference between revisions

From Visuino
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 11:26, 17 August 2025

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.