Complex Array Demux(Multiple Output channel Switch): Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoComplexArrayDemux.png == Summary == Routes a single complex array input to one of multiple output channels based on the selected index. == Description == The **Complex Array Demux (Multiple Output Channel Switch)** component takes a single complex array input and directs it to one of several output channels. The active output channel is selected using the **Select** pin, while all other outputs remain inactive. This is useful for distributing comp..."
 
(No difference)

Latest revision as of 10:19, 16 August 2025

File:TArduinoComplexArrayDemux.png

Summary

Routes a single complex array input to one of multiple output channels based on the selected index.

Description

The **Complex Array Demux (Multiple Output Channel Switch)** component takes a single complex array input and directs it to one of several output channels. The active output channel is selected using the **Select** pin, while all other outputs remain inactive. This is useful for distributing complex array data streams into different processing paths.

Diagram:

Categories

Properties

  • Initial Channel – Defines the initial selected output channel (integer).
  • Output Pins – Sets the number of output pins (integer).

Pins

  • In – Complex array input.
  • Select – Integer input used to select the active output channel.
  • Out – Complex array outputs (number depends on Output Pins property).