Multiply Complex By Complex Value

From Visuino
Revision as of 12:16, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMultiplyComplexByComplexValue.png == Summary == Multiplies an incoming complex signal by a fixed complex value. == Description == The **Multiply Complex By Complex Value** component takes a complex input signal and multiplies it by a specified constant complex number defined by its **Real** and **Imaginary** components. This is useful for scaling, rotating, or transforming complex signals in applications such as signal processing, phasor analysis, a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMultiplyComplexByComplexValue.png

Summary

Multiplies an incoming complex signal by a fixed complex value.

Description

The **Multiply Complex By Complex Value** component takes a complex input signal and multiplies it by a specified constant complex number defined by its **Real** and **Imaginary** components. This is useful for scaling, rotating, or transforming complex signals in applications such as signal processing, phasor analysis, and control systems.

Diagram:


Properties

  • Enabled – Enables or disables the component.
  • Value (Real, Imaginary) – The constant complex value used for multiplication.

Pins

  • In – Complex input signal.
  • Out – Resulting complex output after multiplication.

Categories