Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
elnnum:sen [2010/03/03 14:50] per |
elnnum:sen [2010/05/15 20:48] (Version actuelle) per |
||
---|---|---|---|
Ligne 41: | Ligne 41: | ||
==== Pour résoudre des équations logiques ==== | ==== Pour résoudre des équations logiques ==== | ||
- | |||
- | qmc permet de résoudre des équations logiques : | ||
- | <m> overline b circ overline c circ overline d+a circ overline b circ c circ d+ overline b circ c circ overline d+a circ b circ c circ overline d+b circ d </m> | + | Code Gray http://www.positron-libre.com/cours/electronique/codage/code-gray.php |
- | commande :qmc -g -s " /b*/c*/d+a*/b*c*d+/b*c*/d+a*b*c*/d+b*d " | + | Tableau de Karnaugh |
- | | b | c | d | a | Q | | + | |
- | | 0 | 0 | 0 | 0 | 1 | | + | Utilisation de la méthode de Quine - McClusky avec le logiciel [[.:sen:qmc]] |
- | | 1 | 0 | 0 | 0 | 0 | | + | |
- | | 0 | 1 | 0 | 0 | 1 | | + | ==== Oscillateur à portes logiques ==== |
- | | 1 | 1 | 0 | 0 | 0 | | + | * Portes CMOS Le classique 4060 exemple page 8 : http://www.nxp.com/documents/data_sheet/HEF4060B.pdf |
- | | 0 | 0 | 1 | 0 | 0 | | + | CMOS oscillator http://www12.fairchildsemi.com/an/AN/AN-118.pdf |
- | | 1 | 0 | 1 | 0 | 1 | | + | HCMOS Crystal Oscillators http://www.fairchildsemi.com/an/AN/AN-340.pdf |
- | | 0 | 1 | 1 | 0 | 0 | | + | Use of the CMOS Unbuffered Inverter in Oscillator Circuits http://focus.ti.com/lit/an/szza043/szza043.pdf |
- | | 1 | 1 | 1 | 0 | 1 | | + | |
- | | 0 | 0 | 0 | 1 | 1 | | + | * Portes TTL et HCMOS 7404 : http://www.eit.lth.se/fileadmin/eit/courses/edi021/PDF_files/oscillators.pdf |
- | | 1 | 0 | 0 | 1 | 0 | | + | http://www.circuit-projects.com/dimg/crystal-oscillator-frequency-converter.gif |
- | | 0 | 1 | 0 | 1 | 1 | | + | http://cpge.pissarro.free.fr/TIPE/doc/Quartz.pdf |
- | | 1 | 1 | 0 | 1 | 1 | | + | |
- | | 0 | 0 | 1 | 1 | 0 | | + | |
- | | 1 | 0 | 1 | 1 | 1 | | + | |
- | | 0 | 1 | 1 | 1 | 1 | | + | |
- | | 1 | 1 | 1 | 1 | 1 | | + | |
- | <m> Résultat = overline b circ overline d+b circ d+c circ a </m> | + | |
===== Réseau ===== | ===== Réseau ===== |