Multiplexers
Multiplexers
1
What is a Multiplexer?
MULTIPLEX means “MANY INTO ONE”
2
3
They connect multiple input lines 2, 4, 8, 16 etc one at
a time to a common output line and are used as one
method of reducing the number of logic gates
required in a circuit.
4
Multiplexers
As per the decoders , we know that , the input
combination decides which AND gate is to be
selected for output. Now ,if you add one more
input line to each of the AND gates ( i.e
I0,I1,I2,I3),the new circuit would be like as given on
next slide.
5
C1 C2
F0
I0
I1 F1
F2
I2
I3 F3
6
Now, as you see, the input combination of C1 and
C2 ( control lines) would determine which of the
four AND gates F0,F1,F2,F3 would be chosen. And
whichever AND gate is chosen , it would produce
the same result as that of the extra input line to it.
For example , if F0 is chosen , it will produce the
same result as that of I0 which is the extra input
line (similarly for others).
Now if you put all these outputs of AND gates to
an OR gate ,the circuit is like on the next slide, and
the final result is the same as that of the extra
input line as selected by the input combination.
7
4x1 Multiplexer with 2 control lines
C1 C2
2n data inputs ,where n address inputs
( select lines) are used as a binary number
to select one of the data inputs.
F0
I0
I1 F1
I2 F2
Output
I3 F3
8
9
The function table of 4 to 1 line multiplexer is as follows:
C1 C2 Output (Input
Selected)
0 0 I0
0 1 I1
1 0 I2
1 1 I3
10
2x1 Multiplexer with 1control line
C Output (Input
C selected)
0 I0
1 I1
I0
I1
11
Applications of Multiplexer
Networking or cable transmission.
Construction of a common bus system.
Parallel to serial data converter.
Routing several cords to the same destination.
Multiplexers are used in Communication Systems like
telephone networks, Satellite systems, Telemetry.
Broadcasting of Radio and Television signals would
have been impossible without multiplexers.
Multiplexers are widely used in computer memory to
fetch data from specified memory locations.
12