Compare commits

...

3 Commits

Author SHA1 Message Date
486774e0d6 add exercise sheets 2023-04-26 00:02:38 +01:00
3eed68e1b3 updaet digital electronics 2023-04-26 00:02:21 +01:00
826ea4690f fix error in flip flop output table 2023-04-25 20:20:50 +01:00
9 changed files with 2 additions and 2 deletions

View File

@@ -90,10 +90,10 @@ Clock | J | K | $Q_\text{next}$ | $\bar Q_\text{next}$
----- | --- | --- | --- | ---
0 $\rightarrow$ 1 | 0 | 0 | $Q$ | $\bar Q$
0 $\rightarrow$ 1 | 0 | 1 | 0 | 1
0 $\rightarrow$ 1 | 1 | 0 | 0 | 0
0 $\rightarrow$ 1 | 1 | 0 | 1 | 0
0 $\rightarrow$ 1 | 1 | 1 | $\bar Q$ | $Q$
![](./images/vimscrot-2023-03-02T12:00:50,868501744+00:00.png)
![A shift register composed of 4 flip flops. $O_4$ is the most significant bit and $O_1$ the least.](./images/vimscrot-2023-03-02T12:00:50,868501744+00:00.png)
## Serial to Parallel Conversion with JK Flip-Flops