Implementing a 3 to 8 Binary Decoder.

  • Thread starter Thread starter shamieh
  • Start date Start date
  • Tags Tags
    Binary Decoder
Click For Summary
SUMMARY

The implementation of the function f(w1, w2, w3) = Ʃm(0, 1, 2, 4, 7) using a 3 to 8 binary decoder and an OR gate is confirmed as effective. The 3 to 8 decoder outputs specific lines based on the input combinations of w1, w2, and w3, which can then be fed into an OR gate to achieve the desired function. The discussion highlights the lack of quality online resources for multiplexers (MUX) and their integration with decoders, emphasizing the need for practical examples. The solution involves connecting the inputs to a multiplexer and routing the outputs of '1' to the OR gate.

PREREQUISITES
  • Understanding of 3 to 8 binary decoders
  • Familiarity with OR gates and their functionality
  • Basic knowledge of multiplexers (MUX) and their operation
  • Experience with digital logic design concepts
NEXT STEPS
  • Research how to implement a 3 to 8 binary decoder in digital circuits
  • Learn about the design and functionality of multiplexers (MUX)
  • Study the integration of decoders and OR gates in digital logic
  • Explore practical examples of using MUX in circuit design
USEFUL FOR

Digital circuit designers, electrical engineering students, and professionals working on logic design and optimization of binary decoders and multiplexers.

shamieh
Messages
538
Reaction score
0
Show how the function f(w1,w2,w3,) = Ʃm(0,1,2,4,7) can be implemented using a 3 to 8 binary decoder and an OR gate (hint look at a MUX built using a decoder and figure out how to remove the AND gates.



I know that a 3 to 8 decoder would have something like this:
  1. w1 w2 w3 f0 f1 f2 f3 f4 f5 f6 f7
  2. 0 0 0 1 0 0 0 0 0 0 0
  3. 0 0 0 0 1 0 0 0 0 0 0
  4. 0 1 1 0 0 1 0 0 0 0 0
  5. 0 1 0 0 0 0 1 0 0 0 0
  6. 1 0 1 0 0 0 0 1 0 0 0
  7. 1 0 0 0 0 0 0 0 1 0 0
  8. 1 1 1 0 0 0 0 0 0 1 0
  9. 1 1 0 0 0 0 0 0 0 0 1



The problem I'm running into is this: There are NO good examples of MUX online, there are also NO good examples really of how to do this when given Ʃm(some numbers in here) If you don't believe me, just try to google it. I also know that this circuit is like w1,w2,w3, connected to a inverter then connected to a and gate.

Thanks for your time.
 
Physics news on Phys.org
I actually just figured this one out you connect the three inputs to a multiplxer and then connect all the ones that output a 1 to a or gate.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
18K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
9K
  • · Replies 1 ·
Replies
1
Views
12K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 18 ·
Replies
18
Views
7K