eeros_architecture:control_system:available_blocks:mux
This is an old revision of the document!
Multiplexer
This blocks allows to merge several distinctive signals into a vector.
The type of the inputs could be of any type such as
Mux<2> m1;
The output of this multiplexer will be of type Matrix<2,1,double> or Vector2. Another case is
Mux<2,Vector2> m2;
Here, the inputs are of type Vector2 and the output is of type Matrix<2,1,Vector2>.
eeros_architecture/control_system/available_blocks/mux.1617871302.txt.gz · Last modified: 2021/04/08 10:41 by ursgraf
