Analysis
Basic steps for analysis:
- Write logic expressions for the next-state (Y) and the output (z) in terms of the current state (y) and the input (w)
- Construct the excitation table (aka transition table)
- Obtain a flow table (similar to state table for SSC)
- Draw a state diagram if desired
Synthesis
- Devise a state diagram
- Derive a flow table (and reduce the number of states if possible)
- Perform the state assignment and derive the excitation table
- Obtain the next-state and the output expressions
- Construct a circuit to implement these expressions