Subtract Complex Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoComplexSubtract.png == Summary == Subtracts a specified complex Value from the complex input signal. == Description == Use this component to subtract the specified **Value** property from the complex number provided at the **In** pin. The result is output continuously at the **Out** pin. This is useful when you need to offset or adjust a complex signal by a fixed complex amount. <b>Diagram:</b> Image:TArduinoComplexSubtract.Preview.png == C..." |
(No difference)
|
Latest revision as of 08:33, 16 August 2025
File:TArduinoComplexSubtract.png
Summary
Subtracts a specified complex Value from the complex input signal.
Description
Use this component to subtract the specified **Value** property from the complex number provided at the **In** pin. The result is output continuously at the **Out** pin. This is useful when you need to offset or adjust a complex signal by a fixed complex amount.
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 complex constant subtracted from the input (Imaginary (X, Y), Real).
Pins
- In – Complex input (minuend).
- Out – Complex output (result after subtraction).