Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A designer gives you the following state machine of a proposed system: input: temperature : R outputs: heatOn, heatOff : pure tam anations 1 8
A designer gives you the following state machine of a proposed system:
input: temperature :
outputs: heatOn, heatOff : pure
tamanations hant n
However the designer proposes the following changes:
there is only one temperature threshold, and to avoid chattering the thermostat simply leaves the
heat on or off for at least a fixed amount of time. In the initial state, if the temperature is less than or
equal to degrees Celsius, it turns the heater on and leaves it on for at least seconds. After
that, if the temperature is greater than degrees, it turns the heater off and leaves it off for at least
minutes. It turns it on again only if the temperature is less than or equal to degrees.
a Design an FSM that behaves as described, assuming it reacts exactly once every seconds.
b How many possible states does your thermostat have? Is this the smallest number of states
possible?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started