Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Octal to Binary encoder (equations from truth table)

Status
Not open for further replies.

Eshal

Advanced Member level 1
Advanced Member level 1
Joined
Aug 29, 2012
Messages
470
Helped
16
Reputation
32
Reaction score
15
Trophy points
1,298
Location
Nowhere :)
Visit site
Activity points
5,149
Hello experts!

Here is a attached diagram of the truth table of the Octal-to-Binary encoder and its equation which is extracted from the truth table and then last is the implementation of the equation.
octal to binary encoder.PNG

How did they drive equation from the truth table. It is not the SOP equation. Then how did they get it?
Thank you
 

Attachments

  • octal to binary encoder.PNG
    octal to binary encoder.PNG
    38.3 KB · Views: 155

Hello experts!

Here is a attached diagram of the truth table of the Octal-to-Binary encoder and its equation which is extracted from the truth table and then last is the implementation of the equation.
View attachment 90109

How did they drive equation from the truth table. It is not the SOP equation. Then how did they get it?
Thank you

Equations are derived from the truth table as:
For Y2: It is 1 for conditions I4 or I5 or I6 or I7 is 1. (See inputs from I0 to I7)
For Y1: It is 1 for I2 or I3 or I6 or I7 is 1. (See inputs from I0 to I7)
For Y0: It is 1 for I1 or I3 or I5 or I7 is 1. (See inputs from I0 to I7)
Hope it will work.
 
  • Like
Reactions: Eshal

    Eshal

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top