Repeat Complex Array: Difference between revisions

From Visuino
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 10:31, 16 August 2025

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.