본문 바로가기

Programming/Logic design

SOP, POS truth table

truth table

- 특정 변수가 들어가는 조건일때

- 특정 값이 나오는 table

 

0과 1로 이루어져 있음.

 

------

 

sum of minterms functions

- truth table을 통해 곱들의 합으로 나타내는 것 => 결과값이 1이 나오는 식

 

mininum SOP (sum of products) 위 sum of minterms functions를 최대한 줄인 것

 

------

 

product of sums

- truth table을 통해 합들의 곱으로 나타내는 것 => 결과값이 0ㅇ이 나오는 식

 

mininum POS(product of sums) 위 pos를 최대한 줄인 것

 

그리고 이 식들을 AND OR NOT gates를 통해 그릴 수 있다.

 

'Programming > Logic design' 카테고리의 다른 글

논리설계 Logic design switching algebra  (0) 2021.03.23
논리설계 Logic design NAND, NOR gate  (0) 2021.03.23
complement number system  (0) 2021.03.22