Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Headlight Control Your aid is needed in developing the next - generation automatic headlight control system for Fjord Motors. You must design an FSM that
Headlight Control
Your aid is needed in developing the nextgeneration automatic headlight control system for Fjord Motors. You must design an FSM that
monitors the current ambient light level, provided to your FSM as a bit unsigned number L and automatically turns the headlights
onoff through an output means the headlights are on
Your design should turn the headlights on whenever the light level has been or less for two consecutive cycles, and should turn the
headlights off whenever the light level has been or more for two consecutive cycles remember that is a bit unsigned number,
hence ranges from to
a Complete the abstract state transition diagram below by adding transitions labeled as DARK and LIGHT from each state. These labels
correspond to and respectively.
b Now choose a representation for the states. The "DAY" state should use If possible, choose bit patterns such that all
transitions change only one state bit rather than changing both state bits.
c Write a truth table for the output in terms of the current state and a nextstate table for the next state bits and in
terms of the ambient light level and the current state
d Copy the truth table and nextstate table from part c into separate Kmaps one for and one for each nextstate variable
e Use the Kmaps from part d to find expressions for each output and nextstate variable with minimal area. Minimize each variable
independentlydo not try to share gates for implementations. You must consider both minimal SOP and minimal POS solutions, but you
should only circle the better of the two choices SOP or POS on your Kmaps and write the corresponding expressions when handing in
your homework.
f For the luxury model of Fjord's new vehicle, the driver has a control knob to adjust the automatic headlights' lightlevel threshold. This
knob produces an bit unsigned number T The light sensor L has also been upgraded to produce an bit unsigned value instead of a
bit value The values and are fed into an bit unsigned comparator that produces a signal whenever and when Explain how integrate your design with the comparator for the luxury version the vehicle. Hint:
You should not need change your design's structure. other words,
when and when Explain how integrate your design with the comparator for the luxury version the vehicle. Hint:
You should not need change your design's structure.
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