Given the word description for a clocked synchronous state machine, perform the following design: A-Major This state mac
Posted: Sun May 15, 2022 3:59 pm
Given the word description for a clocked synchronous state machine, perform the following design: A-Major This state machine can play 8 notes, 7 in the A1-Major musical scale, and an 8" representing the first note of the next higher octave. These are the 8 states of the state machine. The order is as follows: A1, B1, C1, D1, E1, F1, G1, A2 • The state machine plays these notes inla sequence as controlled by the input c • The sequence either plays every note in an ascending order, or it plays every other note in an ascending order beginning with the last note • If the input is held constant, the sequence repeats perpetually, (cycles) There is an output Z that is a function of the current note, as defined below There is one input c: C=0 Play every note in ascending order C=1 Beginning from the current note, play every other note in ascending order There is one output Z: Z=0 Current State is A1, or C1, or E1, or G1 Z=1 Current state is B1, or D1, or F1, or A2
a. Develop the state diagram. Draw your state diagram with the states forming a CIRCLE, and make the ascending direction clockwise. 1 b. Develop the state table.
Given the (Q, Q, Q.) state assignments of A1-(0,0,0), B1 = (0,0,1), C1 = (0,1,0), D1 = (0,1,1), E1 = (1,0,0), F1 = (1,0,1), G1 = (1,1.0), AZ (1,1,1), develop the transition table as shown below. Q2 21 90 с 02" Q1 00" 2 0 0 o e lobo 0 ooooo e 1 Olo 1 1 1 1 0 O 0 24 0 1 0 1 0 1 1 0 1 1 1 1 0 0 0 1 O 0 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 To 1 1 1 1 0 1 1 1 1 d Develop the min-term Karnaugh Map for Q., and develop the minimal excitation equation.
a. Develop the state diagram. Draw your state diagram with the states forming a CIRCLE, and make the ascending direction clockwise. 1 b. Develop the state table.
Given the (Q, Q, Q.) state assignments of A1-(0,0,0), B1 = (0,0,1), C1 = (0,1,0), D1 = (0,1,1), E1 = (1,0,0), F1 = (1,0,1), G1 = (1,1.0), AZ (1,1,1), develop the transition table as shown below. Q2 21 90 с 02" Q1 00" 2 0 0 o e lobo 0 ooooo e 1 Olo 1 1 1 1 0 O 0 24 0 1 0 1 0 1 1 0 1 1 1 1 0 0 0 1 O 0 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 To 1 1 1 1 0 1 1 1 1 d Develop the min-term Karnaugh Map for Q., and develop the minimal excitation equation.