01 3.1 Digital Signals Systems 17-55
01 3.1 Digital Signals Systems 17-55
01 3.1 Digital Signals Systems 17-55
Jen Davoren
Analog versus Digital Signals
Analog versus Digital Signals
.
Analog versus Digital Signals
.
Physical implementation of digital systems
0-th
↓
0
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
1-st
↓
0 0
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
2-nd
↓
0 0 1
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
3-rd
↓
0 0 1 1
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
4-th
↓
0 0 1 1 0
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
5-th
↓
0 0 1 1 0 1
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
6-th
↓
0 0 1 1 0 1 0
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
7-th
↓
0 0 1 1 0 1 0 0
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
8-th
↓
0 0 1 1 0 1 0 0 0
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
9-th
↓
0 0 1 1 0 1 0 0 0 1
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
10-th
↓
0 0 1 1 0 1 0 0 0 1 0
|
Digital Signals
The Binary or base-2 numbers are just 0 and 1.
The word “bit” is a contraction of “binary digit”.
0 0 1 1 0 1 0 0 0 1 0 ···
Digital Systems
.
Digital Systems
.
Digital Systems
.
Digital Systems
.
Digital Systems
.
Digital Systems
.
Digital Systems
.
Digital Systems
.
Digital Systems
.
Digital Systems
.
Multiple signals for multi-bit information
n p3 p2 p1 p0
0 0 0 0 0
1 0 0 0 1
2 0 0 1 0
3 0 0 1 1
4 0 1 0 0
5 0 1 0 1
6 0 1 1 0
7 0 1 1 1
8 1 0 0 0
9 1 0 0 1
10 1 0 1 0
11 1 0 1 1
12 1 1 0 0
13 1 1 0 1
14 1 1 1 0
15 1 1 1 1
Multiple signals for multi-bit information
Multiple signals for multi-bit information
Combinational Digital Systems
.
Exercise: Combinational Digital Systems
Let the output signal for the alert be z, with z taking value 1
when the alert is active. Input signal p is 1 when the ignition is
turned on; input q is 1 when all car doors are closed; and input
r is 1 when all occupied seats have their seat belts buckled.
Let the output signal for the alert be z, with z taking value 1
when the alert is active. Input signal p is 1 when the ignition is
turned on; input q is 1 when all car doors are closed; and input
r is 1 when all occupied seats have their seat belts buckled.
Solution:
(b) z ≡ (p & (∼q ∨ ∼r))
(d) z ≡ ((p & ∼q) ∨ (p & ∼r))
Example: Combinational Digital Systems
Alternative task: from the word description of the system
functionality, complete the truth table for the output z as a
function of p, q, r.
Solution:
p q r z
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 1
1 0 1 1
1 1 0 1
1 1 1 0
Combinational vs. Sequential Digital Systems
Combinational digital systems: memoryless.
The current value of each output signal is a function of the
current values of the input signals – and does not depend on
past values of input signals.
Combinational vs. Sequential Digital Systems
Combinational digital systems: memoryless.
The current value of each output signal is a function of the
current values of the input signals – and does not depend on
past values of input signals.
George Boole in color by Author Unknown (c. 1860) [Public domain], via Wikimedia
Commons. http://en.wikipedia.org/wiki/George_Boole.
History of Digital Systems
Charles Sanders Peirce by Author Unknown (c. 1900) [Public domain], via Wikimedia
Commons. http://en.wikipedia.org/wiki/Charles_Sanders_Peirce.
History of Digital Systems
Claude Elwood Shannon (1916-2001): Founder of Digital
Revolution. 1937: A Symbolic Analysis of Relay and
Switching Circuits; 1948: A Mathematical Theory of
Communication.