English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is mean by decoder? how to design a decoder?(digital logic)

2007-11-30 01:38:18 · 2 answers · asked by L 1 in Science & Mathematics Engineering

2 answers

A decoder is a set of combinational logic (logic gates only, with no flip-flops) that takes an encoded input, such as a 3-bit binary number, and decodes the binary number into 1-of-8 separate outputs.

For example, when the input is binary 010, the only output that will be active is the '2' output.

Other examples are: 2-bit binary to 4 output decoder, 4-bit binary to 16 output decoder, BCD to 10 output decoder, 4-bit gray code to 16 output decoder.

You design one by creating a truth table of the inputs versus the outputs and use a sum-of-products (OR gates, AND gates) to implement the table. Karnaugh maps and other techniques should be used to minimize the number of logic gates.

.

2007-11-30 02:06:08 · answer #1 · answered by tlbs101 7 · 2 0

Here are some fine examples of logic decoders:

General decoder info
-------------------------------
http://www.cs.ualberta.ca/~amaral/courses/329/webslides/Topic8-DocTimeDiagrams/sld024.htm

http://www.cs.ualberta.ca/~amaral/courses/329/webslides/Topic8-DocTimeDiagrams/sld025.htm

2 to 4 decoder
------------------------
Truth table & device

http://www.cs.ualberta.ca/~amaral/courses/329/webslides/Topic8-DocTimeDiagrams/sld026.htm

Logic diagram

http://www.cs.ualberta.ca/~amaral/courses/329/webslides/Topic8-DocTimeDiagrams/sld027.htm

3 to 8 decoder
----------------------

http://www.cs.ualberta.ca/~amaral/courses/329/webslides/Topic8-DocTimeDiagrams/sld033.htm

Logic diagram

http://www.cs.ualberta.ca/~amaral/courses/329/webslides/Topic8-DocTimeDiagrams/sld032.htm

I hope this helps ...

Get a hold of the "classic" 2nd edition Logic Data Handbook on TTL from Texas Instruments. In it you'll find all the decoders, truth tables, schematics & descriptions.

2007-11-30 15:59:02 · answer #2 · answered by contramundi 3 · 0 0

fedest.com, questions and answers