Digital Electronics - Demultiplexers



What is a Demultiplexer?

A Demultiplexer is a combinational logic circuit that accepts a single input and distributes it over several output lines. Demultiplexer is also termed as DEMUX in short. As Demultiplexer is used to transmit the same data to different destinations, hence it is also known as data distributor.

There is another combinational logic circuit named multiplexer which performs opposite operation of the Demultiplexer, i.e. accepts several inputs and transmits one of them at time to the output line.

From the definition, we can state that a Demultiplexer is a 1-to-2n device. The functional block diagram of a typical 1×2n Demultiplexer is shown in Figure-1.

Digital Electronics Demultiplexer

It can be seen that the Demultiplexer has only one data input line, 2n output lines, and n select lines. The logic level applied to select lines of the Demultiplexer determines the output channel to which the input data will be transmitted.

Demultiplexer circuit are the combinational logic circuit widely used in digital decoders and Boolean function generator circuits.

Types of Demultiplexer

Based on the number of output lines (2n), Demultiplexers can be classified into several types. Some commonly used types of Demultiplexers are −

  • 1×2 Demultiplexer
  • 1×4 Demultiplexer

Now, let us briefly discuss each type of Demultiplexer.

1×2 Demultiplexer

The functional block diagram of a 1×2 Demultiplexer is shown in Figure-2.

1 to 2 Demultiplexer

The 1×2 Demultiplexer consists of 1 input line (I), 1 select line (S), and 2 output lines (Y0 and Y1). The logic level applied at the select line determines the output line to which the input data will be transmitted.

The operation of the 1×2 Demultiplexer can be analyzed with the help of its function table given below.

Select Line Outputs
S Y1 Y0
0 0 I
1 I 0

From this function table of 1×2 Demultiplexer, we can directly derive the Boolean expression for each output as follow.

$$\mathrm{Y_{0} \: = \: \bar{S} \: I}$$

And,

$$\mathrm{Y_{1} \: = \: S \: I}$$

1×4 Demultiplexer

The functional block diagram of 1×4 Demultiplexer is shown in Figure-3.

1 to 4 Demultiplexer

The 1×4 Demultiplexer has 1 input line (I), 2 select line (S0 and S1), and 4 output lines (Y0, Y1, Y2, and Y3). The logic level applied to the select lines determines the output line to which the input data (I) will be transmitted.

The operation of the 1×4 Demultiplexer can be understood with the help of its function table given below.

Select Line Outputs
S1 S0 Y3 Y2 Y1 Y0
0 0 0 0 0 I
0 1 0 0 I 0
1 0 0 I 0 0
1 1 I 0 0 0

From this truth table of 1×4 Demultiplexer, we can directly write the Boolean expression for each output as follow.

$$\mathrm{Y_{0} \: = \: \bar{S_{1}} \: \bar{S_{0}} \: I}$$

$$\mathrm{Y_{1} \: = \: \bar{S_{1}} \: S_{0} \: I}$$

$$\mathrm{Y_{2} \: = \: S_{1} \: \bar{S_{0}} \: I}$$

$$\mathrm{Y_{3} \: = \: S_{1} \: S_{0} \: I}$$

We can easily understand the operation of the above circuit. Similarly, you can implement 1×8 Demultiplexer and 1×16 Demultiplexer by following the same procedure.

Implementation of Higher-order Demultiplexer

Now, let us implement the following two higher-order Demultiplexers using lower-order Demultiplexers.

  • 1×8 Demultiplexer
  • 1×16 Demultiplexer

1×8 Deultiplexer

In this section, let us implement 1×8 Demultiplexer using 1×4 Demultiplexers and 1×2 Demultiplexer. We know that 1×4 Demultiplexer has single input, two selection lines and four outputs. Whereas, 1×8 Demultiplexer has single input, three selection lines and eight outputs.

So, we require two 1×4 Demultiplexers in second stage in order to get the final eight outputs. Since, the number of inputs in second stage is two, we require 1×2 Demultiplexer in first stage so that the outputs of first stage will be the inputs of second stage. Input of this 1×2 Demultiplexer will be the overall input of 1×8 Demultiplexer.

Let the 1×8 Demultiplexer has one input I, three selection lines s2, s1 & s0 and outputs Y7 to Y0. The Truth table of 1×8 Demultiplexer is shown below.

Selection Inputs Outputs
s2 s1 s0 Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0
0 0 0 0 0 0 0 0 0 0 I
0 0 1 0 0 0 0 0 0 I 0
0 1 0 0 0 0 0 0 I 0 0
0 1 1 0 0 0 0 I 0 0 0
1 0 0 0 0 0 I 0 0 0 0
1 0 1 0 0 I 0 0 0 0 0
1 1 0 0 I 0 0 0 0 0 0
1 1 1 I 0 0 0 0 0 0 0

We can implement 1×8 Demultiplexer using lower order Multiplexers easily by considering the above Truth table. The block diagram of 1×8 Demultiplexer is shown in the following figure.

1 to 8 Demultiplexer

The common selection lines, s1 & s0 are applied to both 1×4 Demultiplexers. The outputs of upper 1×4 Demultiplexer are Y7 to Y4 and the outputs of lower 1×4 Demultiplexer are Y3 to Y0.

The other selection line, s2 is applied to 1×2 Demultiplexer. If s2 is zero, then one of the four outputs of lower 1×4 Demultiplexer will be equal to input, I based on the values of selection lines s1 & s0. Similarly, if s2 is one, then one of the four outputs of upper 1×4 Demultiplexer will be equal to input, I based on the values of selection lines s1 & s0.

1×16 Demultiplexer

In this section, let us implement 1×16 Demultiplexer using 1×8 Demultiplexers and 1×2 Demultiplexer. We know that 1×8 Demultiplexer has single input, three selection lines and eight outputs. Whereas, 1×16 Demultiplexer has single input, four selection lines and sixteen outputs.

So, we require two 1×8 Demultiplexers in second stage in order to get the final sixteen outputs. Since, the number of inputs in second stage is two, we require 1×2 Demultiplexer in first stage so that the outputs of first stage will be the inputs of second stage. Input of this 1×2 Demultiplexer will be the overall input of 1×16 Demultiplexer.

Let the 1×16 Demultiplexer has one input I, four selection lines s3, s2, s1 & s0 and outputs Y15 to Y0. The block diagram of 1×16 Demultiplexer using lower order Multiplexers is shown in the following figure.

1 to 16 Demultiplexer

The common selection lines s2, s1 & s0 are applied to both 1×8 Demultiplexers. The outputs of upper 1×8 Demultiplexer are Y15 to Y8 and the outputs of lower 1×8 Demultiplexer are Y7 to Y0.

The other selection line, s3 is applied to 1×2 Demultiplexer. If s3 is zero, then one of the eight outputs of lower 1×8 Demultiplexer will be equal to input, I based on the values of selection lines s2, s1 & s0. Similarly, if s3 is one, then one of the 8 outputs of upper 1×8 Demultiplexer will be equal to input, I based on the values of selection lines s2, s1 & s0.

Integrated Circuits (ICs) Working as Demultiplexer

Demultiplexer can also be built in the form of ICs. There are several types of ICs available that work as Demultiplexer. Some common of them are listed below −

  • 74139 IC works as a 1×4 Demultiplexer
  • 74237 IC works as a 1×8 Demultiplexer
  • 74154 IC works as a 1×16 Demultiplexer

Advantages of Demultiplexer

The important advantages of Demultiplexer are given below −

  • By using Demultiplexers, we can increase the efficiency of the communication systems.
  • Demultiplexer can separate different signals from a mixed signal stream.
  • Demultiplexer can decode the signals produced by a multiplexer.

Disadvantages of Demultiplexer

The major disadvantages of Demultiplexers are listed below −

  • The use of Demultiplexer can cause wastage of bandwidth.
  • The synchronization of signals can create a delay in the system.

Applications of Demultiplexer

Demultiplexer is a crucial combinational logic circuit which is used in a number of applications. Some important uses of Demultiplexers are listed below −

  • Demultiplexer are used in several input and output devices for data routing.
  • Demultiplexer are used in digital control systems to select one signal from a mutual stream of signals.
  • Demultiplexer are also employed for data transmission in synchronous systems.
  • Demultiplexer are also utilized in data acquisition systems.
  • Demultiplexer can be used for generating Boolean functions.
  • Demultiplexer can be used in serial to parallel converters.
  • Demultiplexer are used for broadcasting of ATM packets.
  • Demultiplexer can also be used to design automatic test equipment, etc.

This is all about Demultiplexer, its types, and applications.

Advertisements