Extended State Machine
Extended State Machine
• Motivation
• Extended state machine
• Example
1
January 25, 2018
Motivation
2
January 25, 2018
Motivation
3
January 25, 2018
Outline
• Motivation
• Extended state machine
• Example
4
January 25, 2018
Extended State Machine
5
January 25, 2018
Extended State Machine
6
January 25, 2018
Extended State Machine
7
January 25, 2018
Aside: Mealy vs. Moore State Machines
Mealy
• Output determined by state + input
• Output occurs during transition
Moore
• Output determined by state only
• Output occurs within new state
8
January 25, 2018
Extended State Machines
General notation:
9
January 25, 2018
Extended State Machines
10
January 25, 2018
Extended State Machines
11
January 25, 2018
Extended State Machines
12
January 25, 2018
Extended State Machines
13
January 25, 2018
Extended State Machines
14
January 25, 2018
Extended State Machines
15
January 25, 2018
Outline
• Motivation
• Extended state machine
• Example
16
January 25, 2018
Example
17
January 25, 2018
Example
18
January 25, 2018
Example
Start w/ states
green
red pending
yellow
19
January 25, 2018
Example
Start w/ states
green
count = 0
red pending
yellow
20
January 25, 2018
Example
count = 0
red pending
yellow
21
January 25, 2018
Example
count = 0
red pending
count++
yellow
22
January 25, 2018
Example
count = 0
red pending
count++
yellow
23
January 25, 2018
Example
24
January 25, 2018
Example
25
January 25, 2018