Add Complex Value

From Visuino
Jump to navigation Jump to search

File:TArduinoComplexAdd.png

Summary

Adds a specified complex value to the incoming complex signal.

Description

The **Add Complex Value** component takes the complex number provided at its **In** pin and adds it to the constant complex number specified in the **Value** property. The sum is continuously output at the **Out** pin. This is useful for applying fixed complex offsets or shifts to incoming signals.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Value – The complex constant to add (Imaginary (X,Y), Real).

Pins

  • In – Complex input (augend).
  • Out – Complex output (sum of input and Value).