Accumulate(Integral) Analog
File:TArduinoAccumulateIntegralAnalog.png
Summary
Analog integrator that accumulates input signal over time, producing an output proportional to the integral of the input.
Description
The **Accumulate (Integral) Analog** component continuously integrates the incoming analog signal over time. It can be reset via a clock input and supports setting an initial output value. This is useful for applications such as signal smoothing, motion integration, or cumulative measurement.
Diagram:
Properties
- Enabled – Enables or disables the integrator.
- Initial Value – Sets the starting value for the accumulated output.
Pins
Input Pins
- In (analog) – Analog signal to be integrated.
- Reset (clock) – Resets the integrator to the initial value.
Output Pins
- Out (analog) – Integrated output signal.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.