Complex Array Mux(Multi channel Switch)
Jump to navigation
Jump to search
File:TArduinoComplexArrayMux.png
Summary
Selects one of multiple complex array input channels and forwards it to the output.
Description
The **Complex Array Mux (Multi Channel Switch)** component allows you to select one of several complex array inputs and route it to the output pin. The input channel is chosen dynamically using the **Select** pin. This is useful when working with multiple complex array sources and needing to dynamically switch between them.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number data handling.
- File:TArduinoArraysCategory.png Category Arrays – Array selection and multiplexing.
Properties
- Initial Channel – Defines the initial selected input channel.
- Input Pins – Sets the number of input pins (default = 2).
Pins
- In – Complex array inputs (number depends on Input Pins property).
- Select – Integer input used to select which channel is routed to the output.
- Out – Complex array output of the selected channel.