Compteur modulo 24

Un article de Wikipedia.

(Différences entre les versions)
(Etats du compteur)
(Etats du compteur)
Ligne 17 : Ligne 17 :
|style="border-bottom:1px solid grey;"|'''d'''||style="border-bottom:1px solid grey;"|'''c'''||style="border-bottom:1px solid grey;"|'''b'''||style="border-bottom:1px solid grey;"|'''a'''||style="border-left:1px solid grey;border-bottom:1px solid grey;"|'''d'''||style="border-bottom:1px solid grey;"|'''c'''||style="border-bottom:1px solid grey;"|'''b'''||style="border-bottom:1px solid grey;"|'''a'''||style="border-left:1px solid grey;border-bottom:1px solid grey;"|'''J'''||style="border-bottom:1px solid grey;"|'''K'''||style="border-left:1px solid grey;border-bottom:1px solid grey;"|'''J'''||style="border-bottom:1px solid grey;"|'''K'''||style="border-left:1px solid grey;border-bottom:1px solid grey;"|'''J'''||style="border-bottom:1px solid grey;"|'''K'''||style="border-left:1px solid grey;border-bottom:1px solid grey;"|'''J'''||style="border-right:1px solid grey;border-bottom:1px solid grey;"|'''K'''
|style="border-bottom:1px solid grey;"|'''d'''||style="border-bottom:1px solid grey;"|'''c'''||style="border-bottom:1px solid grey;"|'''b'''||style="border-bottom:1px solid grey;"|'''a'''||style="border-left:1px solid grey;border-bottom:1px solid grey;"|'''d'''||style="border-bottom:1px solid grey;"|'''c'''||style="border-bottom:1px solid grey;"|'''b'''||style="border-bottom:1px solid grey;"|'''a'''||style="border-left:1px solid grey;border-bottom:1px solid grey;"|'''J'''||style="border-bottom:1px solid grey;"|'''K'''||style="border-left:1px solid grey;border-bottom:1px solid grey;"|'''J'''||style="border-bottom:1px solid grey;"|'''K'''||style="border-left:1px solid grey;border-bottom:1px solid grey;"|'''J'''||style="border-bottom:1px solid grey;"|'''K'''||style="border-left:1px solid grey;border-bottom:1px solid grey;"|'''J'''||style="border-right:1px solid grey;border-bottom:1px solid grey;"|'''K'''
|- align="center"
|- align="center"
-
000000
+
000000 000001
-
000001
+
000001 000010
-
000010
+
000010 000011
-
000011
+
000011 000100
-
000100
+
000100 000101
-
000101
+
000101 000110
-
000110
+
000110 000111
-
000111
+
000111 001000
-
001000
+
001000 001001
-
001001
+
001001 010000
-
010000
+
010000 010001
-
010001
+
010001 010010
-
010010
+
010010 010011
-
010011
+
010011 010100
-
010100
+
010100 010101
-
010101
+
010101 010110
-
010110
+
010110 010111
-
010111
+
010111 011000
-
011000
+
011000 011001
-
011001
+
011001 100000
-
100000
+
100000 100001
-
100001
+
100001 100010
-
100010
+
100010 000000
-
100011
+
100011 000000
|}
|}

Version du 8 mars 2009 à 10:10

Sommaire

Compteur modulo 24

But

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

Introduction

Voir le compteur modulo 16.

Compteur modulo 24

Un compteur modulo 24 utilise aussi 6 bascules JK.

Etats du compteur

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

000000 000001 000001 000010 000010 000011 000011 000100 000100 000101 000101 000110 000110 000111 000111 001000 001000 001001 001001 010000 010000 010001 010001 010010 010010 010011 010011 010100 010100 010101 010101 010110 010110 010111 010111 011000 011000 011001 011001 100000 100000 100001 100001 100010 100010 000000 100011 000000
EtatQQ+dcba
dcbadcbaJKJKJKJK

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

Par rapport au compteur modulo 16, seul Kd et Jb changent :

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

Résultats

Conclusions

Ressources