Multiplexers and Demultiplexers
Multiplexers and Demultiplexers
IF S=0, then Y= D0
Else (S=1) Y= D1
D0
MUX Y
D1 S
A 2 X 1 Multiplexer
IF S1S0=00, then Y= D0
IF S1S0=01, then Y= D1
IF S1S0=10, then Y= D2
IF S1S0=11, then Y= D3
Thus, the output signal Y can be
expressed as:
A 4 X 1 Multiplexer
Understanding 4-to-1
Multiplexer
• The 4-to-1 multiplexer has 4 input bit, 2 control bits,
and 1 output bit. The four input bits are D0,D1,D2 and
D3. only one of this is transmitted to the output y. The
output depends on the value of AB or S0S1 which is
the control input. The control input determines which
of the input data bit is transmitted to the output.
• For instance, as shown in fig. when AB(S0S1) = 00, the
upper AND gate is enabled while all other AND gates
are disabled. Therefore, data bit D0 is transmitted to
the output, giving Y = Do
4-to-1 Multiplexer
.