Page 1 of 1

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.

Posted: Thu May 26, 2022 10:01 am
by answerhappygod
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 1
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 1 (19.53 KiB) Viewed 19 times
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