Binary Decoder
Binary Decoder
Binary Decoder
Then for the NAND decoder, only one output can be LOW and equal
to logic “0” at any given time, with all the other outputs being HIGH
at logic “1”.
Decoders are also available with an additional “Enable” input pin
which allows the decoded output to be turned “ON” or “OFF” by
applying a logic “1” or logic “0” respectively to it. So for example,
when the enable input is at logic level “0”, (EN = 0) all outputs are
“OFF” at logic “0” (for AND gates) regardless of the state of the
inputs A and B.
Generally to implement this enabling function the 2-
input AND or NAND gates are replaced with 3-
input AND or NAND gates. The additional input pin represents the
enable function.