Complex Mux(Multi channel Switch): Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 11:56, 17 August 2025
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
- File:TArduinoComplexCategory.png Category Complex – Complex number flow and processing.
- File:TArduinoSwitchesCategory.png Category Switches – Input selection and routing.
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.