Digital System�Lecture - 05
Canonical Form
2
Canonical Form
Canonical Form
4
Product of Sum (POS)
5
Product of Sum (POS)
6
Product of Sum (POS)
7
Converting Sum of Products (SOP) to shorthand notation
8
Converting Sum of Products (SOP) to shorthand notation
9
Converting shorthand notation to SOP expression
10
Converting shorthand notation to SOP expression
11
Sum of product(SOP)
12
Product of Sum (POS)
13
Product of Sum (POS)
14
Converting Product of Sum (POS) to shorthand notation
15
Converting shorthand notation to POS expression
16
Converting shorthand notation to POS expression
17
Converting shorthand notation to POS expression
18
Conversion of POS to SOP form
19
Conversion of POS to SOP form
Example: F = Π x, y, z (2, 3, 5) = x y' z' + x y' z + x y z' into SOP form:
000 = x' * y' * z'
001 = x' * y' * z
100 = x * y' * z'
110 = x * y* z'
111 = x * y * z
So the SOP form is:
F = Σ x, y, z (0, 1, 4, 6, 7) = (x' * y' * z') + (x' * y' * z) + (x * y' * z') + (x * y* z') + (x * y * z)
20
Conversion of SOP form to POS form
21
Conversion of SOP form to POS form
001 = (x + y + z)
100 = (x + y' + z')
110 = (x + y' + z')
F = Π x, y, z (1, 4, 6) = (x + y + z) * (x + y' + z') * (x + y' + z')
22
Thanks!
Any questions?
You can find me at:
23