Add Complex

From Visuino
Jump to navigation Jump to search

File: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 accumulation across different complex sources.

Diagram:

Categories

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).