Subtract From Complex Value: Difference between revisions

From Visuino
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 05:25, 17 August 2025

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