Divide Analog Value by Complex
Jump to navigation
Jump to search
File:TArduinoAnalogDivideByComplex.png
Summary
Divides a specified Analog Value by a Complex input signal.
Description
The **Divide Analog Value by Complex** component takes an analog value (set by the **Value** property) and divides it by the complex number provided at its **In** pin. The result of the division is a complex output continuously available at the **Out** pin. This is useful for normalizing or scaling analog signals against complex quantities in signal processing applications.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number arithmetic.
- File:TArduinoMathCategory.png Category Math – Division and numeric operations.
- File:TArduinoAnalogCategory.png Category Analog – Analog and numeric signal integration.
Properties
- Enabled – Enables or disables the component.
- Value – The analog constant (real number) used as the numerator.
Pins
- In – Complex input (divisor).
- Out – Complex output (result of analog value divided by complex input).