Divide Complex Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoComplexDivide.png == Summary == Divides a specified value by the value of the complex signal. == Description == Use this component to divide a specified value by the value of the complex signal. The result is output continuously at the **Out** pin. This is useful for scaling, normalizing, or adjusting complex signals using a constant divisor. <b>Diagram:</b> Image:TArduinoComplexDivide.Preview.png == Categories == *Image:TArduinoComplexCat..." |
(No difference)
|
Latest revision as of 08:29, 16 August 2025
File:TArduinoComplexDivide.png
Summary
Divides a specified value by the value of the complex signal.
Description
Use this component to divide a specified value by the value of the complex signal. The result is output continuously at the **Out** pin. This is useful for scaling, normalizing, or adjusting complex signals using a constant divisor.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number arithmetic.
- File:TArduinoMathCategory.png Category Math – Division and numeric operations.
Properties
- Enabled – Enables or disables the component.
- Value – The complex constant used as the divisor (Imaginary (X, Y), Real).
Pins
- In – Complex input (dividend).
- Out – Complex output (result after division by Value).