Divide Complex by Complex Value

From Visuino
Revision as of 08:37, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoComplexDivideByComplex.png == Summary == Divides a complex input value by another complex input value. == Description == The **Divide Complex by Complex Value** component divides the complex number provided at its **In** pin by the complex constant specified in the **Value** property. The result is continuously output at the **Out** pin. This is useful for normalizing or scaling a complex signal using a predefined complex divisor. <b>Diagram:</b>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoComplexDivideByComplex.png

Summary

Divides a complex input value by another complex input value.

Description

The **Divide Complex by Complex Value** component divides the complex number provided at its **In** pin by the complex constant specified in the **Value** property. The result is continuously output at the **Out** pin. This is useful for normalizing or scaling a complex signal using a predefined complex divisor.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Value – The complex constant used as the divisor (Imaginary (X,Y), Real).

Pins

  • In – Complex input.
  • Out – Complex output (result of division).