Programming/Logic design

SOP, POS truth table

Ryuha류하 2021. 3. 22. 02:29

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를 통해 그릴 수 있다.