1 / 15

ITEC 352

ITEC 352. Lecture 5 Low level components(3). Review. Multiplexers Demultiplexer Minterm / Maxterm Karnaugh Map. Outline. Decoders 7 Segment display. Decoder. Similar to a DeMultiplexer Essential difference: the select (or control lines) are now considered as part of input.

harris
Download Presentation

ITEC 352

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ITEC 352 Lecture 5 Low level components(3)

  2. Review • Multiplexers • Demultiplexer • Minterm/Maxterm • Karnaugh Map

  3. Outline • Decoders • 7 Segment display

  4. Decoder • Similar to a DeMultiplexer • Essential difference: the select (or control lines) are now considered as part of input. • Used to convert logical encoding into spatial encoding. • Decoders generate the minterms for a function.

  5. A 2-4 Decoder: generates all possible minterms with 2 bits

  6. Majority Function • Implement it using a decoder

  7. Using a Decoder to Implement the Majority Function

  8. Example decoder • Example:Develop a circuit for this: • Develop a circuit that drives one input digit for this clock radio.

  9. Clock radio • Step 1: • Initial questions: • How many outputs are there for the circuit ? • How many inputs are needed to design this circuit ? • Usually we are interested only in the minimum number of inputs. • However, sometimes it helps us look at other inputs. • What possible other inputs can you think of ? • Next: How are the outputs related to the inputs.

  10. numeric display (2) • How are the outputs related to the inputs ? • Capture this function using a boolean equation • How do we derive boolean equations? use truth tables. a b f g e c d

  11. numeric display (3) • Draw the truth table for matching inputs to outputs.

  12. numeric display (4) • Which of the following standard circuits can you use to develop this circuit: • Decoder • Multiplexer • Demultiplexer • Why ?

  13. numeric display (5) • Decoders generate minterms. • What type of a decoder would you use: • 1 X 2 • 2 X 4 • 3 X 8 • Etc.. ?

  14. Implementation • Logisim demonstration

  15. Review • Decoders • Majority function

More Related