Subtract From Complex Value

From Visuino
Revision as of 05:25, 17 August 2025 by Visuino (talk | contribs) (Created page with "Image: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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**).