Subscribe Twitter Twitter

Friday, September 23, 2011

LOGIC EXPRESSION MINIMIZATION

Goal is to find an equivalent of an original logic expression that:

a) has fewer variables per term
b) has fewer terms
c) needs less logic to implement

There are three main manual methods
Algebraic minimization
Karnaugh Map minimization
Quine-McCluskey (tabular) minimization

0 comments:

Post a Comment