Difference between Demultiplexer and Decoder
Key Difference: A demultiplexer or DMUX is a combination circuit that contains one data input, few control inputs and many outputs, whereas a decoder is a logic circuit that converts a binary number to its equivalent decimal number.
include("ad4th.php"); ?>To understand the demultiplexer and decoders the concept of combinational circuits must be clear. Combinational logic circuits are defined by the logical function of their current input state. The state can be either 0 or 1, at any instance. In a combinational logic circuit, the output is dependent on the combination of its inputs. If in any case the change in a state of input occurs, then the output is also affected by the change. These circuits are basically made up from three basic gates:
- AND
- OR
- NOT
These gates are combined to produce simple or complicated switching circuits. The function of the combinational logic circuit can easily be obtained by implementation of Boolean algebra, truth table or by logic diagrams. These combinational logic circuits are classified into three broad categories:
- Arithmetic and logical functions
- Data Transmission
- Code Converters
The data transmissions category includes the multiplexers, demultiplexers, encoders and decoders. Thus, this particular category is of great importance in terms of defining the differences between the demultiplexer and decoder.
A demultiplexer is a circuit that receives the information on its single line and then transmits the information on any one of the possible 2^n output lines. Demultiplexers are used to implement logic functions.
A decoder is also a kind of combinational circuit that has multiple inputs and multiple outputs, and used for conversion of coded inputs into the coded outputs. The bits in the input code are generally less than the bits that are present in the output code. A decoder basically decodes an input code. For example, if a binary code of n bits is provided to the decoder, then the decoder may tell that which code is this from the possible 2^n codes. A decoder can also be defined as a device that does just the reverse of an encoder.
Thus, we can define the differences between a decoder and a demultiplexer by considering these two important factors. A decoder is a many input to many output device, whereas demultiplexers is a one input to many outputs device. Another difference between them can be expressed as there are no selection lines in decoder, whereas in the case of a demultiplexer, the selection of specific outline is controlled by the value of selection lines.
The differences can be summed as:-
|
Demultiplexer |
Decoder |
Definition |
1 data input 2^n outputs |
It has n inputs 2^n outputs It has n control inputs |
Characteristic |
Connects the data input to the data output |
Selects one of the 2^n outputs by decoding the binary value on the basis of n inputs |
Reverse of |
Multiplexer |
Encoder |
Images Courtesy: electronics-tutorials.ws
Comments
Aishwarya
Thu, 10/05/2017 - 14:47
Shreya
Fri, 10/14/2016 - 02:05
Its really good explanation
Actually very helpfull
Aishwarya
Tue, 11/25/2014 - 11:31
Is decoder a type of demultiplexer or is demultiplexer a type of decoder
Jasmeet Singh B...
Sat, 11/08/2014 - 19:08
Vinay
Sat, 12/02/2017 - 12:20
Jithin
Sun, 07/09/2017 - 15:46
the info was very useful
abhilash prajwal
Sun, 10/19/2014 - 20:40
In the definition of demux, what does the n stands for in 2^n?
Alda
Thu, 10/02/2014 - 09:43
sree
Wed, 03/07/2018 - 11:22
ABHIMANYU
Sat, 10/21/2017 - 07:20
Pages
Add new comment