Divide Analog Value
Jump to navigation
Jump to search
File:TArduinoDivideAnalogValue.png
Summary
Divides a constant analog value by an incoming analog signal.
Description
The Divide Analog Value component calculates the ratio of a fixed value divided by the input analog signal. This can be useful for inverse scaling, normalization, or creating proportional control signals.
Diagram:
Properties
- Enabled – Enables or disables the division operation.
- Value – Constant numerator used for the division.
Pins
Input Pins
- In (analog) – Input analog signal acting as the divisor.
Output Pins
- Out (analog) – Output signal representing the constant value divided by the input.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoMathCategory.png Category Math – Mathematical operations on analog signals.