Complex To Complex Array

From Visuino
Revision as of 10:28, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoComplexToComplexArray.png == Summary == Creates a complex array from multiple complex input values on a clock trigger. == Description == The **Creating Complex To Complex Array** component takes multiple complex inputs and, when the **Clock** pin is triggered, captures all the input values simultaneously and assembles them into a complex array. The resulting array is then output at the **Out** pin until the next clock event. This is useful for bun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoComplexToComplexArray.png

Summary

Creates a complex array from multiple complex input values on a clock trigger.

Description

The **Creating Complex To Complex Array** component takes multiple complex inputs and, when the **Clock** pin is triggered, captures all the input values simultaneously and assembles them into a complex array. The resulting array is then output at the **Out** pin until the next clock event. This is useful for bundling several complex signals into a single array for further processing or transmission.

Diagram:

Categories

Properties

  • Input Pins – Sets the number of complex inputs used to build the array.

Pins

  • In – Complex inputs (depends on Input Pins).
  • Clock – Captures all current input values and builds the array.
  • Out – Complex array output containing all captured values.