Accumulate(Integral) Unsigned: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoAccumulateUnsigned.png == Summary == Calculates the running integral of an unsigned input signal. == Description == The **Accumulate (Integral) Unsigned** component continuously sums the input signal over time, producing an accumulated output. The accumulation can be reset using the **Reset** pin, and the starting value is defined by the **Initial Value** property. <b>Diagram:</b> Image:TArduinoAccumulateUnsigned.Preview.png ==..." |
(No difference)
|
Latest revision as of 07:00, 19 August 2025
Summary
Calculates the running integral of an unsigned input signal.
Description
The **Accumulate (Integral) Unsigned** component continuously sums the input signal over time, producing an accumulated output. The accumulation can be reset using the **Reset** pin, and the starting value is defined by the **Initial Value** property.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoNumericCategory.png Category Numeric – Numeric operations and value manipulation.
Properties
- Enabled – Enables or disables the accumulation.
- Initial Value – Starting value for the accumulation.
Pins
Input Pins
- In – Unsigned input signal to be accumulated.
- Reset – Resets the accumulated value to the **Initial Value**.
Output Pins
- Out – Accumulated unsigned output value.