Implementation of Quine-McCluskey Minimization method Using ‘C’ code
#1

Implementation of Quine-McCluskey Minimization method Using ‘C’ code
[attachment=17910]

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

Notation Forms

Full variable form - variables and complements in algebraic form
hard to identify when adjacency applies
very easy to make mistakes
Cellular form - terms are identified by their decimal index value
Easy to tell when adjacency applies; indexes must differ by power of two (one bit)
Implicants identified by term nos. separated by comma; differing bit pos. in () following terms



Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: quine mccluskey of minimization, algoritmo quine mccluskey javacode, c code for quine mccluskey algorithm, quine mccluskey source code, quine mccklusky matlab, quine mccluskey algorithm c source code, quine mccluskey algorithm in the matlab,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
Implementation of Quine-McCluskey Minimization method Using ‘C’ code - by seminar paper - 02-03-2012, 04:57 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  RSA ALGORITHM IMPLEMENTATION project uploader 2 2,403 26-06-2013, 06:39 PM
Last Post: arora_rachna04
  DESIGN AND IMPLEMENTATION OF LASER BASED HOME SECURITY SYSTEM seminar addict 1 2,378 22-10-2012, 02:29 PM
Last Post: seminar details
  VLSI Design and Implementation of Low Power MAC Unit with Block Enabling Technique project uploader 1 1,662 02-10-2012, 01:09 PM
Last Post: seminar details
  Implementation of an IEEE 802.11 Wireless LAN Model using OPNET seminar details 0 1,247 11-06-2012, 05:58 PM
Last Post: seminar details
  Obstacles Avoidance Method for an Autonomous Mobile Robot using Two IR Sensors project uploader 0 1,046 11-06-2012, 01:18 PM
Last Post: project uploader
  IMPLEMENTATION OF DSP BASED SENSORLESS CONTROL WITH DIRECT BACK-EMF DETECTION ....... project uploader 0 1,155 09-06-2012, 04:56 PM
Last Post: project uploader
  Design and Implementation of PLC-Based Monitoring Control System for Three-Phase seminar details 0 1,943 09-06-2012, 12:58 PM
Last Post: seminar details
  Simulation and Implementation of Interleaved Boost DC-DC Converter for Fuel Cell Appl seminar details 0 1,596 08-06-2012, 01:29 PM
Last Post: seminar details
  Implementation of Rural Electrification Scheme – RGGVY, in Uttar Pradesh project uploader 0 1,148 08-06-2012, 01:10 PM
Last Post: project uploader
  IMPLEMENTATION OF DSP BASED SENSORLESS CONTROL WITH DIRECT BACK-EMF DETECTION ..... project uploader 0 955 08-06-2012, 12:14 PM
Last Post: project uploader

Forum Jump: