Multiply Complex By Complex Value: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 12:16, 14 September 2025
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
- File:TArduinoComplexCategory.png Category Complex – Complex number processing components.
- File:TArduinoMathCategory.png Category Math – Mathematical operations on signals.