Décompteur modulo 16

Un article de Wikipedia.

(Différences entre les versions)
(Etats du compteur)
(Etats du compteur)
Ligne 48 : Ligne 48 :
|style="border-right:1px solid grey;"|'''14'''||1||1||1||0||style="border-left:1px solid grey;"|1||1||0||1||style="border-left:1px solid grey;"|x||0||style="border-left:1px solid grey;"|x||0||style="border-left:1px solid grey;"|x||1||style="border-left:1px solid grey;"|1||style="border-right:1px solid grey;"|x
|style="border-right:1px solid grey;"|'''14'''||1||1||1||0||style="border-left:1px solid grey;"|1||1||0||1||style="border-left:1px solid grey;"|x||0||style="border-left:1px solid grey;"|x||0||style="border-left:1px solid grey;"|x||1||style="border-left:1px solid grey;"|1||style="border-right:1px solid grey;"|x
|- align="center"
|- align="center"
-
|style="border-right:1px solid grey;border-bottom:1px solid grey;"|'''15'''||style="border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|1||style="border-left:1px solid grey;border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|0||style="border-left:1px solid grey;border-bottom:1px solid grey;"|x||style="border-bottom:1px solid grey;"|0||style="border-left:1px solid grey;border-bottom:1px solid grey;"|x||style="border-bottom:1px solid grey;"|0||style="border-left:1px solid grey;border-bottom:1px solid grey;"|x||style="border-bottom:1px solid grey;"|1||style="border-left:1px solid grey;border-bottom:1px solid grey;"|x||style="border-right:1px solid grey;border-bottom:1px solid grey;"|1
+
|style="border-right:1px solid grey;border-bottom:1px solid grey;"|'''15'''||style="border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|1||style="border-left:1px solid grey;border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|1||style="border-bottom:1px solid grey;"|0||style="border-left:1px solid grey;border-bottom:1px solid grey;"|x||style="border-bottom:1px solid grey;"|0||style="border-left:1px solid grey;border-bottom:1px solid grey;"|x||style="border-bottom:1px solid grey;"|0||style="border-left:1px solid grey;border-bottom:1px solid grey;"|x||style="border-bottom:1px solid grey;"|0||style="border-left:1px solid grey;border-bottom:1px solid grey;"|x||style="border-right:1px solid grey;border-bottom:1px solid grey;"|1
|}
|}

Version du 1 mars 2009 à 10:44

Sommaire

Décompteur modulo 16

But

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

Introduction

Voir le compteur modulo 16.

Décompteur modulo 16

Un décompteur modulo 16 utilise 4 bascules JK.

Etats du compteur

Les états d'un dàcompteur modulo 16 ainsi que les états de bascules JK sont les suivants :

EtatQQ+dcba
dcbadcbaJKJKJKJK
0000011111x1x1x1x
1000100000x0x0xx1
2001000010x0xx11x
3001100100x0xx0x1
4010000110xx11x1x
5010101000xx00xx1
6011001010xx0x11x
7011101100xx0x0x1
810000111x11x1x1x
910011000x00x0xx1
1010101001x00xx11x
1110111010x00xx0x1
1211001011x0x11x1x
1311011100x0x00xx1
1411101101x0x0x11x
1511111110x0x0x0x1

Matrice de référence

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

QdQc\QbQa00011110
00 0132
01 4576
11 12131514
10 891110

Réduction des fonctions J et K

QdQc\QbQa00011110
00 1xx1
01 1xx1
11 1xx1
10 1xx1
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