Ignore Analog Values
Jump to navigation
Jump to search
Summary
Module to filter and ignore certain analog values. Supports blocking repeated values, values below a threshold, or both.
Description
The Ignore Analog Values module processes incoming analog signals and filters them based on configurable conditions. It can block equal consecutive values, ignore values below a defined threshold, or pass all values if enabled. Useful for reducing noise or redundant data in sensor processing pipelines.
Diagram:
Properties
- Enabled – Enables or disables the module.
- Pass Equal Values – Boolean flag to allow or block consecutive equal values.
- Pass Values Bellow – Boolean flag to pass or block values below the threshold.
- Value – Threshold reference for filtering.
Pins
Input Pins
- In (analog) – Analog input signal.
Output Pins
- Out (analog) – Filtered analog output signal.
Categories
- File:TArduinoFilterCategory.png Category Filter – Signal and data filtering components.
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing.