Repeat Complex Array

From Visuino
Revision as of 10:31, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatComplexArray.png == Summary == Repeats the contents of a complex array a specified number of times. == Description == The **Repeat Complex Array** component takes the complex array provided at its **In** pin and outputs a new array where the input values are repeated according to the **Count** property. This is useful when you need to duplicate array data for buffering, pattern generation, or repeated signal structures. <b>Diagram:</b> Ima...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRepeatComplexArray.png

Summary

Repeats the contents of a complex array a specified number of times.

Description

The **Repeat Complex Array** component takes the complex array provided at its **In** pin and outputs a new array where the input values are repeated according to the **Count** property. This is useful when you need to duplicate array data for buffering, pattern generation, or repeated signal structures.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Count – Specifies how many times the input array should be repeated.

Pins

  • In – Complex array input.
  • Out – Complex array output with repeated values.