Multiply Complex By Analog Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoComplexMultiplyByAnalog.png == Summary == Multiplies a complex input signal by a specified analog value. == Description == The **Multiply Complex By Analog Value** component scales a complex number by an analog constant defined in the **Value** property. The input complex signal received at the **In** pin is multiplied by this analog value, and the result is output at the **Out** pin. This is useful for adjusting the amplitude or scaling a complex..." |
No edit summary |
||
Line 11: | Line 11: | ||
<b>Diagram:</b> | <b>Diagram:</b> | ||
[[Image:TArduinoComplexMultiplyByAnalog.png]] | [[Image:TArduinoComplexMultiplyByAnalog.Preview.png]] | ||
== Categories == | == Categories == |
Latest revision as of 13:35, 16 August 2025
File:TArduinoComplexMultiplyByAnalog.png
Summary
Multiplies a complex input signal by a specified analog value.
Description
The **Multiply Complex By Analog Value** component scales a complex number by an analog constant defined in the **Value** property. The input complex signal received at the **In** pin is multiplied by this analog value, and the result is output at the **Out** pin. This is useful for adjusting the amplitude or scaling a complex signal by a real factor.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number arithmetic.
- File:TArduinoMathCategory.png Category Math – Multiplication and scaling operations.
Properties
- Enabled – Enables or disables the component.
- Value – Analog multiplier applied to the complex input.
Pins
- In – Complex input signal.
- Out – Complex output (input multiplied by Value).