Subtract Complex Value

From Visuino
Revision as of 08:33, 16 August 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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