Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung Beide Seiten der Revision
introduction_to_digital_systems:sequential_logic [2023/02/04 12:44]
mexleadmin [Bearbeiten - Panel]
introduction_to_digital_systems:sequential_logic [2023/02/05 02:06]
mexleadmin [Bearbeiten - Panel]
Zeile 308: Zeile 308:
 </collapse> <button size="xs" type="link" collapse="Solution_6_1_1_2_Solution">{{icon>eye}}Solution</button><collapse id="Solution_6_1_1_2_Solution" collapsed="true"> </collapse> <button size="xs" type="link" collapse="Solution_6_1_1_2_Solution">{{icon>eye}}Solution</button><collapse id="Solution_6_1_1_2_Solution" collapsed="true">
   * Number of bits $i$ of states $Z_i$ is given in the legend. The number of bits $i$ has also to fit to the number of states.   * Number of bits $i$ of states $Z_i$ is given in the legend. The number of bits $i$ has also to fit to the number of states.
-  * Here the legend give $Z_2, Z_1, Z_0$, so 3 bits.+  * Here the legend shows $Z_2, Z_1, Z_0$, so there are 3 bits.
   * Also the number of states i the diagram are 5. This can only be numbered with at least 3 bits.    * Also the number of states i the diagram are 5. This can only be numbered with at least 3 bits. 
  
Zeile 322: Zeile 322:
 <WRAP indent><WRAP indent> <WRAP indent><WRAP indent>
 <button size="xs" type="link" collapse="Solution_6_1_1_3_Strategy">{{icon>eye}}Strategy</button><collapse id="Solution_6_1_1_3_Strategy" collapsed="true"> <button size="xs" type="link" collapse="Solution_6_1_1_3_Strategy">{{icon>eye}}Strategy</button><collapse id="Solution_6_1_1_3_Strategy" collapsed="true">
 +Check for each line:
 +  * What is the start/present state (given by the bits $\color{red}{Z_2(n), Z_1(n), Z_0(n)}$ in the line)? 
 +  * Which transition is shown start/present state (given by $\color{brown}{X_1, X_0}$)? 
 +Out of this orientation, the next columns can be derived:
 +  * At the end of the transition, the next state can be found (necessary for columns $\color{green}{Z_2(n+1), Z_1(n+1), Z_0(n+1)}$)
 +  * Within the state symbol of the present state, the output valuse can be found  (necessary for columns $\color{violet}{Y_2(n), Y_1(n), Y_0(n)}$)
 {{drawio>STTexample1_stategy.svg}} {{drawio>STTexample1_stategy.svg}}
-</collapse> <button size="xs" type="link" collapse="Solution_6_1_1_3_Solution">{{icon>eye}}Solution</button><collapse id="Solution_6_1_1_3_Solution" collapsed="true"> 
-{{drawio>STTexample1_solution.svg}} 
- 
 </collapse> <button size="xs" type="link" collapse="Solution_6_1_1_3_Result">{{icon>eye}}Result</button><collapse id="Solution_6_1_1_3_Result" collapsed="true"> </collapse> <button size="xs" type="link" collapse="Solution_6_1_1_3_Result">{{icon>eye}}Result</button><collapse id="Solution_6_1_1_3_Result" collapsed="true">
 {{drawio>STTexample1_result.svg}} {{drawio>STTexample1_result.svg}}