Conjugate Complex: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image: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. <b>Diagram:</b> Image:TArduinoComplexConjugate.Preview.png == Categories == *Image:TA..." |
(No difference)
|
Latest revision as of 02:15, 17 August 2025
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).