Repeat Analog Array: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoRepeatAnalogArray.png == Summary == Repeats an incoming analog array a specified number of times at the output. == Description == The Repeat Analog Array component takes an input analog array and duplicates it according to the configured repeat count. This is useful for expanding array data, buffering repeated signal patterns, or preparing data for further array-based processing. <b>Diagram:</b> Image:TArduinoRepeatAnalogArray.Preview.png =..." |
(No difference)
|
Latest revision as of 09:42, 7 September 2025
File:TArduinoRepeatAnalogArray.png
Summary
Repeats an incoming analog array a specified number of times at the output.
Description
The Repeat Analog Array component takes an input analog array and duplicates it according to the configured repeat count. This is useful for expanding array data, buffering repeated signal patterns, or preparing data for further array-based processing.
Diagram:
Properties
- Count – Number of times to repeat the input array.
- Enabled – Enables or disables the repeating function.
Pins
Input Pins
- In (analog array) – Incoming analog array data.
Output Pins
- Out (analog array) – Repeated analog array.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array and data buffer components.