Subtract From Complex Value
Jump to navigation
Jump to search
File:TArduinoComplexSubtractFrom.png
Summary
Subtracts the complex input signal from a specified constant complex value.
Description
The **Subtract From Complex Value** component takes the constant complex number defined in the **Value** property and subtracts the complex input received at the **In** pin from it. The result of the subtraction (**Value − In**) is continuously provided at the **Out** pin. This is useful for offsetting or inverting complex signals relative to a fixed reference.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number arithmetic.
- File:TArduinoMathCategory.png Category Math – Subtraction and numeric operations.
Properties
- Enabled – Enables or disables the component.
- Value – The constant complex number used as the minuend (Imaginary, Real).
Pins
- In – Complex input (subtrahend).
- Out – Complex output (result of **Value − In**).