Recent content by Ph_Student
-
P
Engineering Need a help in making logic circuits
12 NOR gates- Ph_Student
- Post #6
- Forum: Engineering and Comp Sci Homework Help
-
P
Engineering Need a help in making logic circuits
I already handed the homework, but thanks guys LCKurtz: I wanted two outputs, one if its increasing monotonic, and one if its decreasing monotonic sequence. And I also can use only two input gates. and the efficiency was to find less gates using nand or nor, because the given deletion time for...- Ph_Student
- Post #4
- Forum: Engineering and Comp Sci Homework Help
-
P
Engineering Need a help in making logic circuits
Homework Statement So I have four bits input(X0,X1,X2,X3), and I need to check if these four bits are monotonic sequence. I got the following function: Y0 = X2X1X0 + X3'X2'X1' + X3'X2'X0 (Y0 - the output 1 when X0>=X1>=X2>=X3) Y1 = X2'X1'X0' + X3X1'X0' + X3X2X1' (Y1 - The output 1...- Ph_Student
- Thread
- Circuits Logic Logic circuits
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help