Repeat Complex

From Visuino
Jump to navigation Jump to search

File:TArduinoRepeatComplex.png

Summary

The **Repeat Complex** component repeats a complex data signal a specified number of times.

Description

This component receives a complex signal (such as an array of analog or digital values) and outputs it multiple times according to the configured count. Useful for testing or replicating complex data sequences in signal processing or control applications.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the repeat function.
  • Count (integer) – Number of times the complex data is repeated.

Pins

Input Pins

  • in – Input complex data to repeat.

Output Pins

  • out – Output repeated complex data.

Categories