0% found this document useful (0 votes)
13 views8 pages

Multiplexer

A multiplexer (mux) is a device that selects one of several input signals and forwards it to a single output line, controlled by a set of selection lines. The number of selector pins required is determined by the logarithm base 2 of the number of inputs. Multiplexers are used in various applications such as data routing, parallel to serial conversion, and implementing two-level logic circuits.

Uploaded by

smithamit799
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views8 pages

Multiplexer

A multiplexer (mux) is a device that selects one of several input signals and forwards it to a single output line, controlled by a set of selection lines. The number of selector pins required is determined by the logarithm base 2 of the number of inputs. Multiplexers are used in various applications such as data routing, parallel to serial conversion, and implementing two-level logic circuits.

Uploaded by

smithamit799
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

MULTIPLEXER

WHAT IS A MULTIPLEXER?

• A multiplexer (or mux) is a device that selects one of several input signals and
forwards the selected input into a single line. In a multiplexer, the selection of a
particular input line is controlled by a set of selection lines.
• A multiplexer has two sets of inputs:
• • 2n data input lines
• • n select lines, to pick one of the 2n data inputs
• The mux output is a single bit, which is one of the 2n data inputs
• An electronic multiplexer can be considered as a multiple-input, single-output switch.
• The selector wire connects the desired input to the output.
SELECTOR PINS

The number of selector pins is equal to log2n


where n is the number of inputs.
For example, 4 inputs will require 2 selector
pins, 8 inputs will require 3 selector pins, 9 to
16 inputs would require no fewer than 4
selector pins and 17 to 32 inputs would require
no fewer than 5 selector pins. The binary value
expressed on these selector pins determines
the selected input pin.
HOW DOES A MULTIPLEXER WORK?

• A Multiplexer is also called data selector as it selects one of the several inputs and
then feeds it through a single output.
TRUTH TABLE

S1 S0 Q

0 0 A

0 1 B

1 0 C

1 1 D
CIRCUIT DIAGRAM OF A
MULTIPLEXER

• A Multiplexer is an enhanced
version of a Decoder. In
decoders, the input combination
decides which AND gate is to be
selected for output. Now to
this, if one more input line is
added to each of the AND
gates, the new circuit would like
this.
CIRCUIT DIAGRAM OF A
MULTIPLEXER
The input combination a and b would determine
which of the four AND gates F0, F1, F2, F3
would be chosen.
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 A, which is the extra
input line. If A is 0, F0 would produce 0 and if A
is 1, F0 would produce 1.
Similarly, other AND gates produce the same
result as that of their extra input line. All
these outputs of AND gates can be sent to an
OR gate.
Thus, this circuit can choose one of the four
input lines A,B,C,D based on the input
combination in a and b.
APPLICATIONS OF MULTIPLEXERS

• Multiplexers are mainly used to increase the amount of data that can be sent over
the network within a certain amount of time and bandwidth. They are useful in
routing several words to the same destination, such as a bus.
• Multiplexers can be used for parallel to serial conversion.
• It can be used to implement any two-level logic circuit.

You might also like