1 / 11

7 Segment to BCD Converter

7 Segment to BCD Converter. Digital Logic design. Imran khan Jabbar khan Javed iqbal. Introduction.

Download Presentation

7 Segment to BCD Converter

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. 7 Segment to BCD Converter Digital Logic design Imran khan Jabbar khan Javediqbal

  2. Introduction Actually, our projectis a reverse project of BCD to 7-segment display. 7-segment consist of seven individual named LED’s (called the segments) named as A,B,C,D,E,F,G. A to G inputs combination will produce any decimal from 0 to 9 number on 7 segment and project circuit will convert it into binary.

  3. Block Diagram Circuit A W b x C D y E F z G

  4. Truth table

  5. Simplification Using MINTERMS W = abcdefg + abcde’fg = abcdfg(e + e’) =abcdfg(1) • W =abcdfg X = a’bcd’e’fg + ab’cde’fg + ab’cdefg + abcd’e’f’g’ =ab’cdfg(e + e’) + a’bcd’e’fg + abcd’e’f’g’ • X =ab’cdfg + a’bcd’e’fg + abcd’e’f’g’ • Y = abc’def’g + abcde’f’g + ab’cdefg + abcd’e’f’g’ Z = a’bcd’e’f’g’ + abcde’f’g + ab’cde’fg + abcd’e’f’g’ + abcde’fg = bcd’e’f’g’(a + a’) + abcde’g(f + f’) + ab’cde’fg • Z = bcd’e’f’g’+ abcde’g + ab’cde’fg

  6. Components used We have used seven components as follows. 7SEG-COM-CAT-GRN TOGGLE AND_7 GATE NOT GATE OR_3 GATE OR_4 GATE GROUND

  7. Proteus circuit

  8. Implementation • On 7-segment we will give combination of inputs which will produce Hexadecimal number 0 to 9. • lets have an example where Decimal 7 is produce on 7-segment as an input & circuit will produce its binary • Input image

  9. implementation • LED OFF mean 0 • LED ON mean 1 Output image 0 1 1 1

  10. Thank You

More Related