Compteur modulo 10

Un article de Wikipedia.

(Différences entre les versions)
(Matrice de référence)
(Réduction des fonctions J et K)
Ligne 74 : Ligne 74 :
|-
|-
!11
!11
-
|align="center"|1||align="center"|x||align="center"|x||align="center"|1
+
|align="center"|-||align="center"|-||align="center"|-||align="center"|-
|-
|-
!10
!10
-
|align="center"|1||align="center"|x||align="center"|x||align="center"|1
+
|align="center"|1||align="center"|x||align="center"|-||align="center"|-
|}
|}
</td>
</td>

Version du 28 février 2009 à 10:07

Sommaire

Compteur modulo 10

But

Déterminer les composants logiques d'un compteur modulo 10.

Introduction

Voir le compteur modulo 16.

Compteur modulo 10

Un compteur modulo 10 utilise aussi 4 bascules JK.

Etats du compteur

En se basant sur les informations du compteur modulo 16, les états deviennent les suivants :

EtatQQ+dcba
dcbadcbaJKJKJKJK
0000000010x0x0x1x
1000100100x0x1xx1
2001000110x0xx01x
3001101000x1xx1x1
4010001010xx00x1x
5010101100xx01xx1
6011001110xx0x01x
7011110001xx1x1x1
810001001x00x0x1x
910010000x10x0xx1

Matrice de référence

La matrice de référence des états du compteur :

QdQc\QbQa00011110
00 0132
01 4576
11 ----
10 89--

Réduction des fonctions J et K

QdQc\QbQa00011110
00 1xx1
01 1xx1
11 ----
10 1x--
Ja = 1 
QdQc\QbQa00011110
00 x11x
01 x11x
11 x11x
10 x11x
Ka = 1 = Ja
QdQc\QbQa00011110
00 01xx
01 01xx
11 01xx
10 01xx
Jb = Qa 
QdQc\QbQa00011110
00 xx10
01 xx10
11 xx10
10 xx10
Kb = Qa = Jb
QdQc\QbQa00011110
00 0010
01 xxxx
11 xxxx
10 0010
Jc = QaQb 
QdQc\QbQa00011110
00 xxxx
01 0010
11 0010
10 xxxx
Kc = QaQb = Jc
QdQc\QbQa00011110
00 0000
01 0010
11 xxxx
10 xxxx
Jd = QaQbQc 
QdQc\QbQa00011110
00 xxxx
01 xxxx
11 0010
10 0000
Kd = QaQbQc = Jd

Résultats

Conclusions

Ressources