Question

In: Electrical Engineering

Design an Moore FSM for an 8-interval stoplight system where the red light is ON (yellow...

Design an Moore FSM for an 8-interval stoplight system where the red light is ON (yellow and green lights are OFF) for 4 intervals, then yellow light is ON (red and green lights are OFF) for 1 interval and then green light is ON (red and yellow lights are OFF) for 3 intervals. After the green light has been ON for three intervals, we go back to the red light being ON for 4 intervals. Use binary encoding for states and use JK FFs for storing the state. You have report the state machine (using 8 states), state table, Boolean expression and a gate-level diagram (FFs + combinational logic).

Solutions

Expert Solution

Using binary state encoding,

S0 = Q2Q1Q0 = 000

S1 = 001

S2 = 010

S3 = 011

S4 = 100

S5 = 101

S6 = 110

S7 = 111

Moore State diagram is shown below:

Excitation Table of JK Flip Flop

PRESENT STATE Q

NEXT STATE Q+

J

K

0

0

0

X

0

1

1

X

1

0

X

1

1

1

X

0

State Table

PRESENT STATE

NEXT STATE

OUTPUT

JK EXCITATION INPUT

Q2

Q1

Q0

Q2+

Q1+

Q0+

RED

YELLOW

GREEN

J2

K2

J1

K1

J0

K0

0

0

0

0

0

1

1

0

0

0

X

0

X

1

X

0

0

1

0

1

0

1

0

0

0

X

1

X

X

1

0

1

0

0

1

1

1

0

0

0

X

X

0

1

X

0

1

1

1

0

0

1

0

0

1

X

X

1

X

1

1

0

0

1

0

1

0

1

0

X

0

0

X

1

X

1

0

1

1

1

0

0

0

1

X

0

1

X

X

1

1

1

0

1

1

1

0

0

1

X

0

X

0

1

X

1

1

1

0

0

0

0

0

1

X

1

X

1

X

1

K Map technique to derive next state boolean expression

Circuit


Related Solutions

imulate/ code in verilog: Develop an electronic key system using the FSM (moore) methology. Use from...
imulate/ code in verilog: Develop an electronic key system using the FSM (moore) methology. Use from student ID and use the last 4 digits:(0864) if the number is <5 then = 1 if the number is >=5 then = 0 example: 8012345. Take last 4 digits (2345) which makes it 0001. In my case, the last 4 digits are 0864, which makes it 0110 features of FSM (moore FSM): input 4 bits serially, if the sequence is correct, then you...
Design a security system using red, green, and yellow LEDS, along with MUX chip, buzzer and...
Design a security system using red, green, and yellow LEDS, along with MUX chip, buzzer and ultrasonic sensor.
(Urn Poker) An urn contains 8 red balls numbered 1 through 8, 8 yellow balls numbered...
(Urn Poker) An urn contains 8 red balls numbered 1 through 8, 8 yellow balls numbered 1 through 8, 8 green balls numbered 1 through 8, and 8 black balls numbered 1 through 8. If 4 balls are randomly selected, find the probability of getting: three of a kind. (Three of a kind is 3 balls of one denomination and a fourth ball of a different denomination. e.g., 5,5,5,2) (c) two pairs. (A pair is two balls of the same...
for this set of assignment, Moore state machine Design a sequence detector to detect "001", where...
for this set of assignment, Moore state machine Design a sequence detector to detect "001", where 0 arrives first, then 0, then 1. You need to show the test sequences you used to confirm that your state diagram is operating correctly. When the complete "001" sequence has been detected, the output goes high. Otherwise, the output stays at zero. Shows your state diagram, state table, encoded state table (use minimized bit encoding), logic equations, and logic circuit. (30 points) 3....
A narrow beam of light containing red (660 nm) and yellow (580 nm) wavelengths goes from...
A narrow beam of light containing red (660 nm) and yellow (580 nm) wavelengths goes from polystyrene to air, striking the surface at a 34.5° incident angle. What is the angle (in degrees) between the colors when they emerge? ° (b) How far would they have to travel (in m) to be separated by 1.00 mm? m
Design a Traffic Light that upon reset, turns Red for 10 seconds, then Green for 10...
Design a Traffic Light that upon reset, turns Red for 10 seconds, then Green for 10 seconds, then Yellow for 5 seconds. Assume a CLK period of 5 seconds. Draw the State Transition Diagram, State Transition Table and Output Table, find the Boolean Equations for Next State and Output and draw the logic circuit.
Design an embedded system using MSP430 to control a traffic light system. It is included a...
Design an embedded system using MSP430 to control a traffic light system. It is included a complete design description of a traffic light system to help you in your design. Show the hardware schematics and the software needed to complete your design.
A bag of 29 tulip bulbs contains 12 red tulip​ bulbs, 8 yellow tulip​ bulbs, and...
A bag of 29 tulip bulbs contains 12 red tulip​ bulbs, 8 yellow tulip​ bulbs, and 9 purple tulip bulbs. ​(a) What is the probability that two randomly selected tulip bulbs are both​ red? ​ (b) What is the probability that the first bulb selected is red and the second​ yellow? ​ (c) What is the probability that the first bulb selected is yellow and the second​ red? ​ (d) What is the probability that one bulb is red and...
Brian is selling balloons in 8 different colours: red, pink, yellow, blue, green, purple, black and...
Brian is selling balloons in 8 different colours: red, pink, yellow, blue, green, purple, black and silver. How many different selections of 16 helium balloons can be purchased if the shop has at least 16 balloons of each colour in stock? How many different selections of 16 helium balloons can be purchased if you buy at least 3 red balloons and at least 5 yellow balloons, and the shop has at least 16 balloons of each colour in stock? How...
5. A bag contains 8 red orbs, 3 yellow orbs and 6 blue orbs. Five orbs...
5. A bag contains 8 red orbs, 3 yellow orbs and 6 blue orbs. Five orbs are chosen at random, without replacement. (a) What is the probability of choosing 3 red orbs and 2 yellow orbs? (b) What is the probability of choosing 1 red orb, 2 yellow orbs and 2 blue orbs? (c) What is the probability of choosing all blue orbs? (d) What is the probability of choosing at least one blue orb?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT