Remember Analog Array: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoRememberAnalogArray.png == Summary == Stores and recalls an analog array based on clock inputs, allowing temporary memory for analog data. == Description == The Remember Analog Array component can store an analog array when triggered by the **Remember (Write)** clock and output the stored array when triggered by the **Recall (Read)** clock. Initial values can be configured using the **Initial Value Elements** property. This is useful for temporary..." |
(No difference)
|
Latest revision as of 03:50, 8 September 2025
File:TArduinoRememberAnalogArray.png
Summary
Stores and recalls an analog array based on clock inputs, allowing temporary memory for analog data.
Description
The Remember Analog Array component can store an analog array when triggered by the **Remember (Write)** clock and output the stored array when triggered by the **Recall (Read)** clock. Initial values can be configured using the **Initial Value Elements** property. This is useful for temporary storage, signal buffering, or state retention in analog array processing.
Diagram:
Properties
- Enabled – Enables or disables the component.
- Initial Value Elements – Initial values for the array (add via the elements window).
Pins
Input Pins
- In (analog array) – Analog array input to be stored.
- Remember (Write) (clock) – Clock input to store the current input array.
- Recall (Read) (clock) – Clock input to output the stored array.
Output Pins
- Out (analog array) – Output analog array representing the stored or recalled values.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoArrayCategory.png Category Array – Components for handling analog arrays.