Complex To Analog
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
- File:TArduinoComplexCategory.png Category Complex – Complex number processing and conversion.
- File:TArduinoConvertersCategory.png Category Converters – Data type conversion components.
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.