Conjugate Complex
File:TArduinoComplexConjugate.png
Summary
Computes the conjugate of a complex number.
Description
The **Conjugate Complex** component outputs the complex conjugate of the input value. For a complex number defined as **a + bi**, its conjugate is **a − bi**. This is useful in signal processing, control systems, and simplifying division of complex numbers.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number operations.
- File:TArduinoMathCategory.png Category Math – Mathematical transformations.
Properties
- Enabled – Enables or disables the component.
Pins
- In – Complex input.
- Out – Complex output (the conjugated value).