Multiply Complex By Complex Value

From Visuino
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