DOC PREVIEW
SJSU CS 147 - Finite State Machines

This preview shows page 1-2-3-4-5-6 out of 17 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 17 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Slide 1Slide 2Slide 3Slide 4Slide 5Slide 6Slide 7Slide 8Slide 9Slide 10Slide 11Slide 12Slide 13Slide 14Slide 15Slide 16Slide 17Finite State MachinesCS147 : Presentation by Mabel Thong (9/25/07)A finite state machine (FSM) or finite state automaton (plural: automata) or simply a state machine is a model of behavior composed of a finite number of states, transitions between those states, and actions.A state is a particular set of instructions which will be executed in response to the machine's input.An initial state or record of something stored someplaceA set of possible input eventsA set of new states that may result from the inputA set of possible actions or output events that result from a new stateA deterministic finite state machine or deterministic finite automaton (DFA) is a finite state machine where for each pair of state and input symbol there is one and only one transition to a next state.1100 Start stateThe start state is usually shown drawn with an arrow into s1. Accept state is the end state and is usually represented by a double circle, shown on the left. S1 (which is also the start state) indicates the state at which an even number of 0s has been input and is therefore defined as an accepting state.:A FSM can also be represented using a ‘State Transition Table’. As shown below: the combination of current state (B) and condition (Y) shows the next state (C).Current State --------------------->ConditionState A State B State CCondition X -- -- --Condition Y -- State C --Condition Z -- -- --A state table is essentially a truth table in which some of the inputs are the current state, and the outputs include the next state, along with other outputs.Complete state table must include each possible combination of present states and input values, and no such combination may match more than one row of the table.Also called characteristic tables, single-dimension state tables are much more like truth tables than the two-dimensional versions. Inputs are usually placed on the left, and separated from the outputs, which are on the right. The outputs will represent the next state of the machine.Here's a simple example of a state machine with two states, and two combinatorial inputs:S1 and S2 represent the single bits 0 and 1, since a single bit can only have two states.A BCurrent StateNext StateOutput0 0S1S210 0S2S100 1S1S200 1S2S211 0S1S111 0S2S111 1S1S111 1S2S20State transition tables are typically two-dimensional tables.The vertical dimension indicates current states.The horizontal dimension indicates events.The cells (row/column intersections) in the table contain the next state if an event happens (and possibly the action linked to this state transition).#EventsStateE1E2##...## EnS1-Ay/Sj... -S2- - ...Ax/Si... ... ... ... ...SmAz/Sk- ... -(S: state, E: event, A: action, -: illegal transition)The vertical dimension indicates current states, the horizontal dimension indicates next states, and the row/column intersections contain the event which will lead to a particular next state. a state diagram for a finite state machine is a directed graph with the following elements:States Q: a finite set of vertices normally represented by circles and labelled with unique designator symbols or words written inside themEdges : represent the "transitions" between two states as caused by the input (identified by their symbols drawn on the "edges"). An 'edge' is usually drawn as an arrow directed from the present-state toward the next-state. Start state Q 0: The start state qo is usually represented by an arrow pointing at it.Accepting state(s) F: If used -- a collection of double circles used to designate accept states or final states.STATE TRANSITION TABLESTATE TRANSITION DIAGRAM##InputState1 0S1S1S2S2S2S1The state diagram for MM = (S, Σ, •S = {S1, S2},•Σ = {0, 1}, T, s, A) •T is defined by the following state transition tableThe state S1 represents that there has been an even number of 0s in the input so far, while S2 signifies an odd number. A 1 in the input does not change the state of the automaton. When the input ends, the state will show whether the input contained an even number of 0s or not.State diagram has same situation as state table. Their conditions should be mutually exclusive, no input values should meet the condition of more than one arc.From this state diagram, an input of 1 into D will result in a transition to the 1 state  an output of 1 on Q.An input of 0 into D will result in a transition to the 0 state an output of 0 on Q.In this state Diagram: an input of 0 into T will cause it to stay in the (same) state  an output of the same state on Q.An input of 1 into T will cause it to transition into the other state. The output on Q will be the opposite state that it was


View Full Document

SJSU CS 147 - Finite State Machines

Documents in this Course
Cache

Cache

24 pages

Memory

Memory

54 pages

Memory

Memory

70 pages

Lecture 1

Lecture 1

53 pages

Cisc

Cisc

18 pages

Quiz 1

Quiz 1

4 pages

LECTURE 2

LECTURE 2

66 pages

RISC

RISC

40 pages

LECTURE 2

LECTURE 2

66 pages

Lecture 2

Lecture 2

67 pages

Lecture1

Lecture1

53 pages

Chapter 5

Chapter 5

14 pages

Memory

Memory

27 pages

Counters

Counters

62 pages

Load more
Download Finite State Machines
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Finite State Machines and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Finite State Machines 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?