Remember Analog Array

From Visuino
Revision as of 03:50, 8 September 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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