Add Complex Value: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 13:06, 16 August 2025
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).