Analog To Complex: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoAnalogToComplex.png == Summary == Converts two analog input values (Real and Imaginary) into a single complex output. == Description == The **Analog To Complex** component combines two analog values provided at its **Real** and **Imaginary** input pins into a single complex number. This is useful when constructing complex signals from independent real and imaginary analog sources. <b>Diagram:</b> Image:TArduinoAnalogToComplex.Preview.png..." |
(No difference)
|
Latest revision as of 11:59, 17 August 2025
File:TArduinoAnalogToComplex.png
Summary
Converts two analog input values (Real and Imaginary) into a single complex output.
Description
The **Analog To Complex** component combines two analog values provided at its **Real** and **Imaginary** input pins into a single complex number. This is useful when constructing complex signals from independent real and imaginary analog sources.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number generation and processing.
- File:TArduinoConversionCategory.png Category Conversion – Conversion between analog and complex domains.
Properties
- Enabled – Enables or disables the component.
Pins
- Real – Analog input for the real part of the complex value.
- Imaginary – Analog input for the imaginary part of the complex value.
- Out – Complex output combining the two analog inputs.