5.14 Substitute the Gray code assignment 2 from Table 5.9 to the states in Table 5.8 and obtain the binary state table.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
5.14 Substitute the Gray code assignment 2 from Table 5.9 to the states in Table 5.8 and obtain the binary state table.
Table 5.8 Reduced State Table Present State x = 0 a a b C d с a d d e d a d Table 5.9 Three Possible Binary State Assignments Assignment 1, Binary State a 000 b 001 с 010 d 011 e 100 Next State x = 1 b Assignment 2, Gray Code 000 001 011 010 110 Output x = 0 0 0 0 0 1 0 1 Assignment 3, One-Hot 00001 00010 00100 01000 10000 x = 1 0 0