Octal to binary encoder

32,610 views 9 slides Apr 16, 2017
Slide 1
Slide 1 of 9
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9

About This Presentation

Octal to binary encoder


Slide Content

ECE 213 OCTAL TO BINARY ENCODER SUBMITTED TO : MA’AM. ALICE GHAI SUBMITTED BY : AJAY,ARNAV,HRISHABH SECTION : K1 632 ROLL.NO : B51,52,53

An encoder is a digit circuit that performs the inverse operation of a decoder. An encoder has 2n (or less) input lines and n output lines. An encoder is the octal – to – binary encoder. It has eight inputs, one for each of the octal digits, and three outputs that generate the corresponding binary number . Encoder

An octal to binary encoder consists of eight input lines and three output lines. Each input line corresponds to each octal digit and three outputs generate corresponding binary code. In encoders, it is to be assumed that only one input is active or has a value 1 at any given time otherwise the circuit has no meaning. The figure below shows the logic symbol of octal to binary encoder along with its truth table. Octal to Binary Encoder

74148 Octal-to-Binary Encoder logic symbol and function table

From the above table, the output Q2 becomes 1 if any of the digits D4 or D5 or D6 or D7 is one. Thus, we can write its expression as Q2 = D4 + D5 + D6 + D7 Q 1 = D2 + D3 + D6 + D7 and Q0 = D1 + D3 + D5 + D7 Also D does not exist in any of the expressions so it is considered as don’t care. From the above expressions, we can implement the octal to binary encoder using set of OR gates as shown in figure below .

There is ambiguity in the octal to binary encoder that when all the inputs are zero, an output with all 0’s is generated .

Encoders can be used to generate a coded output from a singular active numeric input line. Summary

THANK YOU
Tags