Interpolate Analog
File:TArduinoInterpolateAnalog.png
Summary
Analog interpolation module for mapping input values to defined output ranges. Supports adding multiple interpolation elements with customizable input-output pairs.
Description
The Interpolate Analog module allows analog input values to be mapped to different output values using interpolation. By adding elements in the interpolation table, each with defined input and output properties, the module can smoothly transform sensor readings or control signals. This is useful for scaling, remapping, or linearizing analog data streams.
Diagram:
Properties
- Elements – Interpolation elements table:
* Each element defines an Input value and a corresponding Output value.
- Enabled – Enables or disables the interpolation module.
Pins
Input Pins
- In (analog) – Analog input value to be interpolated.
Output Pins
- Out (analog) – Analog output value after interpolation.
Categories
- File:TArduinoMathCategory.png Category Math – Mathematical processing blocks.
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing.