Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
embedded c code for quine mccluskey algorithm
#1

Introduction

The Karnaugh map is a method to simplify Boolean algebra expressions.
McCluskey method is functionally identical to Karnaugh mapping, but the tabular form makes it more efficient for use in computer algorithms
This method involves two steps:
Finding all prime implicants of the function.
Use those prime implicants in a prime implicant chart to find the essential prime implicants of the function, as well as other prime implicants that are necessary to cover the function.

Quine-McCluskey Minimization

Terms are initially listed as
Each group contains terms with the same number of true and complemented variables
Terms are listed in numerical order within group
Terms and implicants are identified using one of three common notations
full variable form
cellular form
1,0,- form
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.