Compare Complex Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoComplexCompare.png == Summary == Compares a complex input signal to a predefined complex constant. == Description == The **Compare Complex Value** component compares the complex number received at its **In** pin with the constant defined in the **Value** property. The comparison is performed according to the **Compare Type** property (equal or not equal). The result of the comparison is output as a boolean at the **Out** pin. This is useful whe..." |
(No difference)
|
Latest revision as of 04:09, 17 August 2025
File:TArduinoComplexCompare.png
Summary
Compares a complex input signal to a predefined complex constant.
Description
The **Compare Complex Value** component compares the complex number received at its **In** pin with the constant defined in the **Value** property. The comparison is performed according to the **Compare Type** property (equal or not equal). The result of the comparison is output as a boolean at the **Out** pin.
This is useful when you need to check if a complex signal matches or differs from a reference complex value.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number evaluation and processing.
- File:TArduinoLogicCategory.png Category Logic – Comparison and condition checks.
Properties
- Enabled – Enables or disables the component.
- Compare Type – Defines the comparison mode:
- ctEqual** – True if the input equals the constant.
- ctNotEqual** – True if the input does not equal the constant.
- Value – The complex constant to compare against (Imaginary (X,Y), Real).
Pins
- In – Complex input signal.
- Out – Boolean output of the comparison.