Multiplex Er
Multiplex Er
Digital Electronics
CONTENTS
Introduction
Block Diagram
Hardware Design of 4:1 MUX
8:1 MUX & its Working
Conclusion
Reference
Multiplexer 3
INTRODUCTION
A multiplexer is a combinational circuit which has multiple input lines & only
one output line.
If the number of input lines of a multiplexer is ‘N’ then number of selection lines
required can be calculated using the formula
2N >= M
Only one of the input is connected to the output depending on input combination
of selection lines.
BLOCK DIAGRAM
I0 I1 I2 I3
S0
S1
6
INPUT OUTPUT
S1 S0 z
0 0 I0
0 1 I1
1 0 I2
1 1 I3
Characteristic equation:
z= S1’S0’I0 + S1’S0I1+ S1S0’I2+ S1S0I3
Multiplexer 7
8:1 MULTIPLEXER
8
WORKING
OF 8:1 MULTIPLEXER
• The output gets connected to only one of the n data inputs at a given
instant of time.
• The output is selected based on the truth table of this integrated circuit.
9
For e.g., if all the three select inputs S0=0, S1=0, & S2=0 then the topmost
AND gate is enabled and all other AND gate is disabled. So, the data input
D0 is selected and transmitted as output. Hence, we get the output Y = D0
Input Output
S0 S1 S2 Y
0 0 0 D0
0 0 1 D1
0 1 0 D2
0 1 1 D3
1 0 0 D4
1 0 1 D5
1 1 0 D6
1 1 1 D7
10
CONCLUSION
The objective of applying a multiplexer is to produce full usage of the
capacity of the communication channel and greatly reduce the cost of the
system.
REFERENCE
Multiplexing in Computer Networks
https://www.tutorialspoint.com/data_communicatio
n_computer_network/physical_layer_multiplexing.
htm#:~:text=Multiplexing%20is%20a%20techniqu e%20by,then
%20shared%20by%20different%20str eams.