Repeat Complex Array

From Visuino
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.