Compteur modulo 10

Un article de Wikipedia.

(Différences entre les versions)
(Etats du compteur)
(Etats du compteur)
Ligne 13 : Ligne 13 :
{| align="center" cellpadding="5" cellspacing="0"
{| align="center" cellpadding="5" cellspacing="0"
|-
|-
-
|rowspan="2" style="border-right:1px solid grey;border-bottom:1px solid grey;"|'''Etiquette'''||colspan="4" align="center"|'''Q'''||colspan="4" align="center" style="border-left:1px solid grey;"|'''Q<sup>+</sup>'''||colspan="2" align="center" style="border-left:1px solid grey;"|'''d'''||colspan="2" align="center" style="border-left:1px solid grey;"|'''c'''||colspan="2" align="center" style="border-left:1px solid grey;"|'''b'''||colspan="2" align="center" style="border-left:1px solid grey; border-right:1px solid grey;"|'''a'''
+
|rowspan="2" style="border-right:1px solid grey;border-bottom:1px solid grey;"|'''Etat'''||colspan="4" align="center"|'''Q'''||colspan="4" align="center" style="border-left:1px solid grey;"|'''Q<sup>+</sup>'''||colspan="2" align="center" style="border-left:1px solid grey;"|'''d'''||colspan="2" align="center" style="border-left:1px solid grey;"|'''c'''||colspan="2" align="center" style="border-left:1px solid grey;"|'''b'''||colspan="2" align="center" style="border-left:1px solid grey; border-right:1px solid grey;"|'''a'''
|-
|-
|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'''

Version du 28 février 2009 à 10:01

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
910010000x1x1x1x1

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