Add Complex Value

From Visuino
Revision as of 13:06, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image: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. <b>Diagram:</b> Image:TArduinoComplex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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).