User Tools

Site Tools


eeros_architecture:control_system:available_blocks:demux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
eeros_architecture:control_system:available_blocks:demux [2017/04/29 17:49] – created grafeeros_architecture:control_system:available_blocks:demux [2021/04/08 12:14] (current) ursgraf
Line 1: Line 1:
 ====== Demultiplexer====== ====== Demultiplexer======
 This blocks allows to split an input vector into its distinctive components. This blocks allows to split an input vector into its distinctive components.
-[{{ :eeros_architecture:control_system:available_blocks:demuxblock.png?400 |//demultiplexer block//}}]+[{{ :eeros_architecture:control_system:available_blocks:demuxblock.png?400 |//Demultiplexer block//}}] 
 +The type of the outputs could be of any type such as the default type ''double'' 
 +<code cpp> 
 +DeMux<2> dm1;  
 +</code> 
 +The input of this demultiplexer will be of type ''Matrix<2,1,double>'' or ''Vector2''. Another case is 
 +<code cpp> 
 +DeMux<2,Vector2> m2; 
 +</code> 
 +Here, the outputs are of type ''Vector2'' and the input is of type ''Matrix<2,1,Vector2>''.
eeros_architecture/control_system/available_blocks/demux.txt · Last modified: 2021/04/08 12:14 by ursgraf