Add Complex Value
Jump to navigation
Jump to search
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
- File:TArduinoComplexCategory.png Category Complex – Complex number arithmetic.
- File:TArduinoMathCategory.png Category Math – Addition and numeric operations.
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).