Simplification And Minimization Of Boolean Functions
Download Simplification And Minimization Of Boolean Functions
Preview text
SIMPLIFICATION AND MINIMIZATION OF BOOLEAN FUNCTIONS 3.1 Introduction
The complexity of digital logic gates to implement a Boolean function is directly related to the complexity of algebraic expression. Also, an increase in the number of variables results in an increase of complexity. Although the truth table representation of a Boolean function is unique, its algebraic expression may be of many different forms. Boolean functions may be simplified or minimized by algebraic means as described in lecture 2. However, this minimization procedure is not unique because it lacks specific rules to predict the succeeding step in the manipulative process. The map method, first proposed by Veitch and slightly improvised by Karnaugh, provides a simple, straightforward procedure for the simplification of Boolean functions. The method is called Veitch diagram or Karnaugh map, which is regarded as a pictorial representation of a truth table. The Karnaugh map provides a systematic method for simplification and manipulation of a Boolean expression. The map is a diagram consisting of squares. For n variables on a Karnaugh map there are 2n numbers of squares. Each square or cell represents one of the minterms. Since any Boolean function can be expressed as a sum of minterms, it is possible to recognize a Boolean function graphically in the map from the area enclosed by those squares whose minterms appear in the function. It is also possible to derive alternative algebraic expressions or simplify the expression with a minimum number of variables or literals and sum of products or product of sums terms, by analyzing various patterns. In fact, the map represents a visual diagram of all possible ways a function can be expressed in a standard form and the simplest algebraic expression consisting of a sum of products or product of sums can be selected. Note that the expression is not necessarily unique.
1
3.2 TWO-VARIABLE KARNAUGH MAPS A two-variable Karnaugh map is shown in Figure (3.1).
Figure (3.1) : Two variable karnaugh map.
Example 3.1: Simplify the following Boolean expression using Karnaugh map: F(x,y)=x'y+x'y' Solution:
Example 3.2: Simplify the following Boolean expression using Karnaugh map: F(x,y)=xy+x'y Solution:
2
Example 3.3: Simplify the following Boolean expression using Karnaugh map: F(x,y)=x'y'+xy'+xy Solution:
Example 3.4: Simplify the following Boolean expression using Karnaugh map: F(x,y)=xy+x'y+xy'+x'y' Solution:
3.3 THREE-VARIABLE KARNAUGH MAPS A three-variable Karnaugh map is shown in Figure (3.2).
Figure (3.2) : Three variable karnaugh map. 3
Example 3.5: Simplify the following Boolean expression using Karnaugh map: F(x,y,z)= Σ(3,4,6,7) Solution:
Example 3.6: Simplify the following Boolean expression using Karnaugh map: F(x,y,z)= Σ(0,1,2,4,5,6) Solution:
3.4 FOUR-VARIABLE KARNAUGH MAPS A four-variable Karnaugh map is shown in Figure (3.3).
Figure (3.2) : Four variable karnaugh map.
4
Example 3.7: Simplify the following Boolean expression using Karnaugh map: F(w,x,y,z)= Σ(0,1,2,4,5,6,8,9,12,13,14) Solution:
Example 3.8: Simplify the following Boolean expression using Karnaugh map: F(w,x,y,z)= Σ(0,2,3,5,7,8,9,10,11,13,15) Solution:
3.5 DON’T-CARE COMBINATIONS In certain digital systems, some input combinations never occur during the process of a normal operation because those input conditions are guaranteed never to occur. Such input combinations are called Don’t-Care Combinations. The function output may be either 1 or 0 and these functions are called incompletely specified functions. These input combinations can be plotted on the Karnaugh map for further simplification of the function. The don’tcare combinations are represented by d or x or Φ.
5
Example 3.8: Simplify the following Boolean expression using Karnaugh map: F(w,x,y,z)= Σ(1,3,7,11,15)+ x(0,2,5,8) Solution:
6
The complexity of digital logic gates to implement a Boolean function is directly related to the complexity of algebraic expression. Also, an increase in the number of variables results in an increase of complexity. Although the truth table representation of a Boolean function is unique, its algebraic expression may be of many different forms. Boolean functions may be simplified or minimized by algebraic means as described in lecture 2. However, this minimization procedure is not unique because it lacks specific rules to predict the succeeding step in the manipulative process. The map method, first proposed by Veitch and slightly improvised by Karnaugh, provides a simple, straightforward procedure for the simplification of Boolean functions. The method is called Veitch diagram or Karnaugh map, which is regarded as a pictorial representation of a truth table. The Karnaugh map provides a systematic method for simplification and manipulation of a Boolean expression. The map is a diagram consisting of squares. For n variables on a Karnaugh map there are 2n numbers of squares. Each square or cell represents one of the minterms. Since any Boolean function can be expressed as a sum of minterms, it is possible to recognize a Boolean function graphically in the map from the area enclosed by those squares whose minterms appear in the function. It is also possible to derive alternative algebraic expressions or simplify the expression with a minimum number of variables or literals and sum of products or product of sums terms, by analyzing various patterns. In fact, the map represents a visual diagram of all possible ways a function can be expressed in a standard form and the simplest algebraic expression consisting of a sum of products or product of sums can be selected. Note that the expression is not necessarily unique.
1
3.2 TWO-VARIABLE KARNAUGH MAPS A two-variable Karnaugh map is shown in Figure (3.1).
Figure (3.1) : Two variable karnaugh map.
Example 3.1: Simplify the following Boolean expression using Karnaugh map: F(x,y)=x'y+x'y' Solution:
Example 3.2: Simplify the following Boolean expression using Karnaugh map: F(x,y)=xy+x'y Solution:
2
Example 3.3: Simplify the following Boolean expression using Karnaugh map: F(x,y)=x'y'+xy'+xy Solution:
Example 3.4: Simplify the following Boolean expression using Karnaugh map: F(x,y)=xy+x'y+xy'+x'y' Solution:
3.3 THREE-VARIABLE KARNAUGH MAPS A three-variable Karnaugh map is shown in Figure (3.2).
Figure (3.2) : Three variable karnaugh map. 3
Example 3.5: Simplify the following Boolean expression using Karnaugh map: F(x,y,z)= Σ(3,4,6,7) Solution:
Example 3.6: Simplify the following Boolean expression using Karnaugh map: F(x,y,z)= Σ(0,1,2,4,5,6) Solution:
3.4 FOUR-VARIABLE KARNAUGH MAPS A four-variable Karnaugh map is shown in Figure (3.3).
Figure (3.2) : Four variable karnaugh map.
4
Example 3.7: Simplify the following Boolean expression using Karnaugh map: F(w,x,y,z)= Σ(0,1,2,4,5,6,8,9,12,13,14) Solution:
Example 3.8: Simplify the following Boolean expression using Karnaugh map: F(w,x,y,z)= Σ(0,2,3,5,7,8,9,10,11,13,15) Solution:
3.5 DON’T-CARE COMBINATIONS In certain digital systems, some input combinations never occur during the process of a normal operation because those input conditions are guaranteed never to occur. Such input combinations are called Don’t-Care Combinations. The function output may be either 1 or 0 and these functions are called incompletely specified functions. These input combinations can be plotted on the Karnaugh map for further simplification of the function. The don’tcare combinations are represented by d or x or Φ.
5
Example 3.8: Simplify the following Boolean expression using Karnaugh map: F(w,x,y,z)= Σ(1,3,7,11,15)+ x(0,2,5,8) Solution:
6
Categories
You my also like
Boolean Function and Expression
65.1 KB59.9K21KOvercoming Barriers to Administrative Overcoming Barriers
1.1 MB14.4K6.1KKarnaugh Map Simplification of SOP expressions
601.5 KB47.7K22KKarnaugh Map Pos Minimization
603.4 KB6.5K1.8KIA – Digital Electronics
142.1 KB35.7K15.7KAsynchronous Sequential Circuits
518.9 KB9.2K1.9KUnit – 2 Combinational Logic Circuits
1.3 MB4.4K1KCS61c: Representations of Combinational Logic Circuits
347.8 KB30.9K6.2KBoolean expressions created from: Boolean logic
1.9 MB10.6K2.1K