UPC EETAC Bachelor's Degree in Telecommunications Systems and in Network Engineering EEL

L1.2

Lecture 3

L1.3: Circuit analysis using Boole's algebra (method I)

P1 analysis. Example Circuit_W (a section of Circuit_C)

L1.4

[14/2]

1.4. Analysis concept map: several methods for analysing simple combinational circuits

Analysis methods
Fig. 1. Analysisi map proposing several methods to deduce the circuit's truth table.

1.4.1. Method I: Pen & paper analysis using boolean algebra

1.4.3.1. Properties of boolean functions

1.4.3.2. Duality principle, De Morgan's laws

1.4.3.3. Product of sums (PoS)

1.4.3.4. Sum of products (SoP)

1.4.3.5. Any type of equation or non-standard forms

1.4.2. Method II: Proteus simulation for truth tables and deducing logic circuits (Lab1_1)

1.4.4. Method IV: WolframAlpha engine for calculating truth tables and deducing logic circuits (Lab1_1)


To continue with the example circuit, to solve step 2, it is better to conceive it as a project:

Specifications: Analyse a section of Circuit_C proposed in P1 to be named Circuit_W represented in Fig.2. Find its truth table using method I. This is a rec. on the idea of circuit analysis.

Circuit_W
Fig. 2. Circuit_W symbol and internal architecture.

Planning: follow our concept map in Fig. 3

Method I on boolean equations
Fig. 3. Plan for the analysis method I.

This is the folder where to save your notes, pictures, scanned diagrams and discussion:

C:\CSD\P1\Circuit_W\algebra\(files)

Development: This is Circuit_W solution rec. using the proposed analysis method I.

Equation and algebra
Fig. 3. Developing the project using algebra.

Alternatively, from the circuit equation we obtain a SoP that becomes the sum of minterms adding missing variables in each product using x = x·(y + y') = x·y + x·y'.


Testing: This time, testing the validity of the truth table will be simply comparing solutions from other methods.


To complete step 3, repeat and apply all these concepts to Circuit_C proposed in P1



1.4.3. Method III: Analysis using synthesis and simulation EDA tools (Lab1_2)

 


Exercise: From the PoS simplifed expression obtained above

PoS

develop the equivalent SoP and convert each product into minterms. Check the final truth table.

These notes are an indication on how to organise this analysis project in our CSD style:

Example PoS solution