0
15kviews
Use K-map to reduce following functions and then implement by NOR gates:
written 8.2 years ago by | • modified 2.7 years ago |
F = ∏M (0,3,4,5,8,10,12,14)+d(2,9)
ADD COMMENT
EDIT
1 Answer
written 8.2 years ago by | • modified 2.7 years ago |
F = ∏M (0,3,4,5,8,10,12,14)+d(2,9)
written 8.2 years ago by |
A Karnaugh map provides a pictorial method of grouping together expressions to minimize a given boolean function.
Consider the following function.
F = ∏M (1,2,4,7,11,13).d(9,15)
It is given in terms of maxterms, hence the minimized expression will be in the form of POS. The K-map minimization of the given function is as follows:
Implementation of the above minimized expression using NOR gates is shown below