Decoders
Decoders
C
Decoders with enable inputs
When disabled, all outputs of the decoder can either be at logic-0 or logic-1.
Enable input provides the decoder with additional flexibility.
Idea: if data is applied to the enable input.
Process is known as demultiplexing.
Now Decoder works as Demultiplexer. 𝑥0 𝑥1 𝐸
If 𝑥0 = 0, 𝑥1 = 0 then
data appears on
line 𝑧0 .
Data
Enable inputs are useful when constructing larger decoders from smaller decoders.
Larger Decoders from smaller Decoder
Applications
In digital electronic decoder play an important role. It is used to convert the data from
one form to another form.
Generally, these are frequently used in the communication systems like
telecommunication, networking, and transfer the data from one end to the other end.
In the same way it is also used in the digital domain for easy transmission of data.
It is also used as
Binary to Octal converter
BCD to Decimal converter
BCD to Seven Segment Display
Boolean functions can be implemented using decoder.