Interpolate Analog: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image: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 smo..."
 
(No difference)

Latest revision as of 04:26, 7 September 2025

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