Repeat Complex: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image: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. <b>Diagram:</b> Image:TArduinoRepeatComplex.Previ..." |
(No difference)
|
Latest revision as of 02:41, 14 September 2025
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
- File:TArduinoDigitalCategory.png Category Digital – Digital signal and data components.