1 / 21

Digitale techniek

Digitale techniek. logica: Hoog => ‘1’ => true Laag => ‘0’ => false. Logische niveaus. A. Inverter NOT. A. Booleaanse algebra. Functies: OR -functie: f(a,b) is true als a=1 en/of b=1; notatie f = a + b AND -functie: f(a,b) is true als a=1 en b=1; notatie f = a.b

Download Presentation

Digitale techniek

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Digitale techniek Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  2. logica: Hoog => ‘1’ => true Laag => ‘0’ => false Logische niveaus A Inverter NOT A Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  3. Booleaanse algebra • Functies: • OR-functie: f(a,b) is true als a=1 en/of b=1; notatie f = a + b • AND-functie: f(a,b) is true als a=1 en b=1; notatie f = a.b • NOT-functie: f(a) is true als a = 0 en false als a = 1; notatie f = a Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  4. rekenregels OR AND NOT a + b = f a . b = f a = f a b f 0 0 0 0 1 1 1 0 1 1 1 1 a b f 0 0 0 0 1 0 1 0 0 1 1 1 a f 0 1 1 0 waarheidstabel Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  5. Elementaire poortschakelingen Naam notatie waarheidstabel symbolen Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  6. Samengestelde poortschakelingen Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  7. commutatieve eigenschappen a + b = b + a a . b = b . a absorptietheorema's a + a . b = a a . (a + b) = a theorema’s van De Morgan (a + b) = a . b (a . b) = a + b associatieve eigenschappen a + (b + c) = (a + b) + c a . (b . c) = (a . b) . c distributieve eigenschappen a + b . c = (a + b) . (a + c) a . (b + c) = a . b + a . c Eigenschappen en theorema’s Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  8. Poorten combineren H (a . b) + c = f combinatorische schakelingen Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  9. Don’t care-condities Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  10. Tijdvolgorde diagrammen Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  11. Probleem bij combinatorische logica propagation delay glitches Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  12. Geheugenelementen a b c d 0 0 0 1 0 0 1 0 0 1 1 0 1 0 0 1 1 1 0 0 set re-set race condition flipflop met NOR gates SR-flipflop Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  13. SR-flip flop met NAND-gates S Q S R Q Q 0 0 1 1 0 1 1 0 1 0 0 1 1 1 0 1 1 1 1 0 re-set set Q R Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  14. S D Q Q E Q Q R Flipflop met stuursignaal (Latch) E is Enable E S R Q 0 0 0 0 0 1 0 1 1 1 0 0 1 1 0 set reset Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  15. S Q CK Q R Master-slave SR-FF negative edge triggered FF probleem blijft S R => 1 1 Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  16. J Q CK K Q JK-FF Bij J K => 1 1 toggle Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  17. Synchroon werken met de klok (clock) edge triggered Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  18. Tijddiagram; negative edge triggered Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  19. D-FlipFlop Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  20. gevaarlijke schakeling! Monostabiele multivibrator R C Q T T Q t t is afhankelijk van R en C Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

  21. Doen • bestudeer paragraaf 4.1 t/m 4.10 • opgaven 1 t/m 5 van paragraaf 4.15 • practicum Hogeschool van Utrecht / Institute for Computer, Communication and Media Technology

More Related