Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
221 views

Encoder, Decoder, Multiplexer, de Multiplexer

Decoder detects a particular code based on the combination of its n input lines and activates one of its maximum 2n output lines. An encoder is the reverse, encoding 2n input lines into n output bits. A multiplexer uses n selection lines to connect one of its maximum 2n data inputs to its single output, while a demultiplexer is the reverse, using selection lines to connect its single input to one of its maximum 2n outputs.

Uploaded by

GAMER JOWO
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
221 views

Encoder, Decoder, Multiplexer, de Multiplexer

Decoder detects a particular code based on the combination of its n input lines and activates one of its maximum 2n output lines. An encoder is the reverse, encoding 2n input lines into n output bits. A multiplexer uses n selection lines to connect one of its maximum 2n data inputs to its single output, while a demultiplexer is the reverse, using selection lines to connect its single input to one of its maximum 2n outputs.

Uploaded by

GAMER JOWO
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

ENCODER, DECODER,

MULTIPLEXER, DE MULTIPLEXER
• Decoder is a combinational circuit that has ‘n’ input lines and maximum of
2n output lines.
• One of these outputs will be active High based on the combination of inputs
present, when the decoder is enabled.
• That means decoder detects a particular code. The outputs of the decoder are
nothing but the min terms of ‘n’ input variables (lines), when it is enabled.
ENCODER

• An Encoder is a combinational circuit that performs the reverse operation of


Decoder. It has maximum of 2n input lines and ‘n’ output lines. It will produce
a binary code equivalent to the input, which is active High. Therefore, the
encoder encodes 2n input lines with ‘n’ bits. It is optional to represent the
enable signal in encoders.
MULTIPLEXER

• Multiplexer is a combinational circuit that has maximum of 2 n data inputs, ‘n’


selection lines and single output line. One of these data inputs will be
connected to the output based on the values of selection lines.
• Since there are ‘n’ selection lines, there will be 2 n possible combinations of
zeros and ones. So, each combination will select only one data input.
Multiplexer is also called as Mux.
• De-Multiplexer is a combinational circuit that performs the reverse operation
of Multiplexer. It has single input, ‘n’ selection lines and maximum of
2n outputs. The input will be connected to one of these outputs based on the
values of selection lines.
• Since there are ‘n’ selection lines, there will be 2 n possible combinations of
zeros and ones. So, each combination can select only one output. De-
Multiplexer is also called as De-Mux.

You might also like