[請問] 一題數位邏輯消失

看板ask作者時間10年前 (2014/05/25 23:52), 10年前編輯推噓1(103)
留言4則, 4人參與, 最新討論串1/1
Design a combinational circuit with three inputs and one output. (a) The output is 1 when the binary value of the inputs is less than 3 and greater than 6. The output is 0 otherwise. 我想真值表應該是這樣 A B C Output 0 0 0 1 0 0 1 1 0 1 0 1 0 1 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 1 1 再由卡諾圖推出 F= A'B'+A'C'+ABC = A'(B'+ C')+A(B'+ C')' = A XOR (B'+C') 可是書本的答案是 F= A XOR (BC) 請問我哪邊弄錯了? -- -- ˙ ˙ ◥ ▲ 上吧,藍胖!! \' (OwQ ) ) ) ﹀ \ \ -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.242.19.125 ※ 文章網址: http://www.ptt.cc/bbs/ask/M.1401033152.A.56F.html ※ 編輯: kattte (111.242.19.125), 05/25/2014 23:53:01

05/25 23:55, , 1F
糟糕我竟然完全看不懂...
05/25 23:55, 1F

05/26 00:18, , 2F
應該是解答錯了 A XOR (BC) =/= A'B'+A'C'+ABC
05/26 00:18, 2F

05/26 18:17, , 3F
這類題目 把值代回去驗算 就知問題在哪
05/26 18:17, 3F

05/27 00:25, , 4F
書本的答案可能是要寫 F = A XNOR (BC)
05/27 00:25, 4F
文章代碼(AID): #1JWX70Ll (ask)