Complex Mux(Multi channel Switch)

From Visuino
Revision as of 11:56, 17 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoComplexMux.png == Summary == Selects one of multiple complex input signals based on an integer channel index. == Description == The **Complex Mux (Multi Channel Switch)** component allows routing of multiple complex input signals into a single output. The active channel is determined by the value received at the **Select** pin. This is useful for multiplexing multiple complex sources into one processing or output path. <b>Diagram:</b> Imag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoComplexMux.png

Summary

Selects one of multiple complex input signals based on an integer channel index.

Description

The **Complex Mux (Multi Channel Switch)** component allows routing of multiple complex input signals into a single output. The active channel is determined by the value received at the **Select** pin. This is useful for multiplexing multiple complex sources into one processing or output path.

Diagram:

Categories

Properties

  • Initial Channel – Sets the default selected channel index at startup.
  • Input Pins – Defines the number of available input pins (default 2).

Pins

  • In – Multiple complex inputs (count defined by **Input Pins**).
  • Select – Integer input that selects the active channel.
  • Out – Complex output of the selected input channel.