Divide Complex by Complex Value
Jump to navigation
Jump to search
File:TArduinoComplexDivideByComplex.png
Summary
Divides a complex input value by another complex input value.
Description
The **Divide Complex by Complex Value** component divides the complex number provided at its **In** pin by the complex constant specified in the **Value** property. The result is continuously output at the **Out** pin. This is useful for normalizing or scaling a complex signal using a predefined complex 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.
- Out – Complex output (result of division).