Compteur modulo 24

Un article de Wikipedia.

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 nécessite 6 bascules JK.

Etats du compteur

Les états d'un compteur modulo 24 sont les suivants :

EtatQQ+fedcba
fedcbafedcbaJKJKJKJKJKJK
0000000 000001 0x 0x 0x 0x 0x 1x
1000001 000010 0x 0x 0x 0x 1x x1
2000010 000011 0x 0x 0x 0x x0 1x
3000011 000100 0x 0x 0x 1x x1 x1
4000100 000101 0x 0x 0x x0 0x 1x
5000101 000110 0x 0x 0x x0 1x x1
6000110 000111 0x 0x 0x x0 x0 1x
7000111 001000 0x 0x 1x x1 1x x1
8001000 001001 0x 0x x0 0x 0x 1x
9001001 010000 0x 1x x1 0x 0x x1
10010000 010001 0x x0 0x 0x 0x 1x
11010001 010010 0x x0 0x 0x 1x x1
12010010 010011 0x x0 0x 0x x0 1x
13010011 010100 0x x0 0x 1x x1 x1
14010100 010101 0x x0 0x x0 0x 1x
15010101 010110 0x x0 0x x0 1x x1
16010110 010111 0x x0 0x x0 x0 1x
17010111 011000 0x x0 1x x1 x1 x1
18011000 011001 0x x0 x0 0x 0x 1x
19011001 100000 1x x1 x1 0x 0x x1
20100000 100001 x0 0x 0x 0x 0x 1x
21100001 100010 x0 0x 0x 0x 1x x1
22100010 100011 x0 0x 0x 0x x0 1x
23100011 000000 x1 0x 0x 0x x1 x1

Matrice de référence

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

QfQeQd\QcQbQa000001011010110111101100
000 01326754
001 89------
011 1819------
010 1011131216171514
110 --------
111 --------
101 --------
100 20212322----

Réduction des fonctions J et K

QfQeQd\QcQbQa000001011010110111101100
000 1xx11xx1
001 1x------
011 1x------
010 1xx11xx1
110 --------
111 --------
101 --------
100 1xx1----
Ja = 1 
QfQeQd\QcQbQa000001011010110111101100
000 x11xx11x
001 x1------
011 x1------
010 x11xx11x
110 --------
111 --------
101 --------
100 x11x----
Ka = 1
QfQeQd\QcQbQa000001011010110111101100
000 01xxx110
001 00------
011 00------
010 01xxxx10
110 --------
111 --------
101 --------
100 01xx----
Jb = Qa/Qd 
QfQeQd\QcQbQa000001011010110111101100
000 xx100xxx
001 xx------
011 xx------
010 xx1001xx
110 --------
111 --------
101 --------
100 xx10----
Kb = Qa
QfQeQd\QcQbQa000001011010110111101100
000 0010xxxx
001 00------
011 00------
010 0010xxxx
110 --------
111 --------
101 --------
100 0000----
Jc = QaQb/Qf 
QfQeQd\QcQbQa000001011010110111101100
000 xxxx0100
001 xx------
011 xx------
010 xxxx0100
110 --------
111 --------
101 --------
100 xxxx----
Kc = QaQb
QfQeQd\QcQbQa000001011010110111101100
000 00000100
001 xx------
011 xx------
010 00000100
110 --------
111 --------
101 --------
100 0000----
Jd = QaQbQc 
QfQeQd\QcQbQa000001011010110111101100
000 xxxxxxxx
001 01------
011 01------
010 xxxxxxxx
110 --------
111 --------
101 --------
100 xxxx----
Kd = Qa
QfQeQd\QcQbQa000001011010110111101100
000 00000000
001 01------
011 xx------
010 xxxxxxxx
110 --------
111 --------
101 --------
100 0000----
Je = QaQd 
QfQeQd\QcQbQa000001011010110111101100
000 xxxxxxxx
001 xx------
011 01------
010 00000000
110 --------
111 --------
101 --------
100 xxxx----
Ke = QaQd
QfQeQd\QcQbQa000001011010110111101100
000 00000000
001 00------
011 01------
010 00000000
110 --------
111 --------
101 --------
100 xxxx----
Jf = QaQdQe 
QfQeQd\QcQbQa000001011010110111101100
000 xxxxxxxx
001 xx------
011 xx------
010 xxxxxxxx
110 --------
111 --------
101 --------
100 0010----
Kf = QaQb

Résultats

Conclusions

Un compteur modulo 24 se réalise avec 6 bascules JK et 6 portes ET.

Ressources