Analog Change Only

From Visuino
Jump to navigation Jump to search

File:TArduinoAnalogChangeOnly.png

Summary

Filters an analog signal to pass through only significant changes above a defined threshold.

Description

The Analog Change Only component monitors an incoming analog signal and outputs it only when the change exceeds a specified threshold. It also provides the magnitude of the change as a separate output, helping reduce noise and unnecessary processing in sensor applications.

Diagram:

Properties

  • Enabled – Enables or disables the change detection.
  • Threshold – Minimum change required to pass the signal to output.

Pins

Input Pins

  • In (analog) – Input analog signal.

Output Pins

  • Out (analog) – Output analog signal when change exceeds threshold.
  • Difference (analog) – Magnitude of the detected change.

Categories