Add Complex: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoComplexAdd.png == Summary == Adds multiple complex input values together into a single output. == Description == The **Add Complex** component performs summation of all connected complex input values. The number of input pins is defined by the **Input Pins** property. When the optional **Clock** pin is triggered, the sum is updated and output through the **Out** pin. This is useful for combining multiple complex signals or performing accumulatio..." |
(No difference)
|
Latest revision as of 05:59, 17 August 2025
Summary
Adds multiple complex input values together into a single output.
Description
The **Add Complex** component performs summation of all connected complex input values. The number of input pins is defined by the **Input Pins** property. When the optional **Clock** pin is triggered, the sum is updated and output through the **Out** pin. This is useful for combining multiple complex signals or performing accumulation across different complex sources.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number arithmetic.
- File:TArduinoMathCategory.png Category Math – Addition and numeric operations.
Properties
- Input Pins – Defines the number of complex inputs available for summation.
Pins
- In – Complex inputs (count depends on **Input Pins** setting).
- Clock – Optional clock input; updates the output when triggered.
- Out – Complex output (sum of all input values).