Notice: Unexpected clearActionName after getActionName already called in /var/www/html/includes/context/RequestContext.php on line 338
NOR-Gatter – Wikipedia Zum Inhalt springen

NOR-Gatter

aus Wikipedia, der freien Enzyklopädie
(Weitergeleitet von Peirce-Funktion)
Gatter-Typen
NOT
AND NAND
OR NOR
XOR XNOR
AOI OAI

Ein NOR-Gatter (von englisch not or „nicht oder“ oder von englisch nor „[weder …] noch“), auch Peirce-Funktion nach Charles S. Peirce genannt, ist ein Logikgatter mit zwei oder mehr Eingängen A, B, … und einem Ausgang Y, zwischen denen die logische Verknüpfung NICHT ODER besteht. Ein NOR-Gatter gibt am Ausgang 1 (w) aus, wenn alle Eingänge 0 (f) sind. In allen anderen Fällen, d. h. wenn mindestens ein Eingang 1 ist, wird eine 0 ausgegeben.

Für die NOR-Verknüpfung der Variablen A und B bestehen in der Literatur folgende Schreibweisen:

<math>A \, \operatorname{NOR}\, B \qquad A \downarrow B \qquad \neg \left( A \lor B \right) \qquad A\;\;\!\!\overline{\lor}\;\;\!\!B \qquad \overline{A \lor B} \qquad \overline{A + B} \qquad A\;\;\!\!\overline{+}\;\;\!\!B \qquad \neg \left( A + B \right)</math>

Übersicht

Funktion Schaltsymbol Wahrheitstabelle Relais-Logik
IEC 60617-12 US ANSI 91-1984 DIN 40700 (vor 1976)
<math>Y = \overline{A \vee B}</math>

<math>Y = A\;\;\!\!\overline{\vee}\;\;\!\!B</math>

<math>Y = \overline{A + B}</math>

<math>Y = A \downarrow B</math>

<math>Y = A \backslash B</math>
Datei:IEC NOR label.svg
Datei:Nor-gate-en.svg
Datei:Logic-gate-nor-de.svg
A B Y = A ⊽ B
0 0 1
0 1 0
1 0 0
1 1 0
Datei:Relay nor.svg

Logiksynthese

Gemäß folgender logischer Äquivalenz kann eine NOR-Verknüpfung aber auch allein aus NAND-Gattern aufgebaut werden:

<math>x \ \overline{\lor} \ y = \left(\left(x \ \overline{\land} \ x \right) \ \overline{\land} \ \left(y \ \overline{\land} \ y \right)\right) \ \overline{\land} \ \left(\left(x \ \overline{\land} \ x \right) \ \overline{\land} \ \left(y \ \overline{\land} \ y \right)\right)</math>

Logische Verknüpfungen und deren Umsetzung mittels NOR-Gattern:

Mit der Peirce-Funktion allein sind alle zweiwertigen Wahrheitsfunktionen darstellbar, das heißt, jede boolesche Funktion ist äquivalent zu einer Formel, die ausschließlich die NOR-Funktion enthält. Auf Grund dieser Eigenschaft der funktionalen Vollständigkeit nennt man die Peirce-Funktion eine Basis der zweistelligen logischen Funktionen (eine weitere Basis ist die NAND-Funktion).

Verknüpfung Umsetzung Umsetzung in Formelschreibweise Schaltsymbole
Negation NOT x x NOR x <math>x \ \overline{\lor} \ x</math> Datei:NOT from NOR.svg
Konjunktion x AND y (x NOR x) NOR (y NOR y) <math>\left(x \ \overline{\lor} \ x \right) \ \overline{\lor} \ \left(y \ \overline{\lor} \ y \right)</math> Datei:AND from NOR.svg
Nicht-Und x NAND y ((x NOR x) NOR (y NOR y)) NOR ((x NOR x) NOR (y NOR y)) <math>\left(\left(x \ \overline{\lor} \ x \right) \ \overline{\lor} \ \left(y \ \overline{\lor} \ y \right)\right) \ \overline{\lor} \ \left(\left(x \ \overline{\lor} \ x \right) \ \overline{\lor} \ \left(y \ \overline{\lor} \ y \right)\right)</math> Datei:NAND from NOR.svg
Disjunktion x OR y (x NOR y) NOR (x NOR y) <math>\left(x \ \overline{\lor} \ y \right) \ \overline{\lor} \ \left(x \ \overline{\lor} \ y \right)</math> Datei:OR from NOR.svg
Nicht-Oder x NOR y x NOR y <math>x \ \overline{\lor} \ y</math> Datei:NOR ANSI Labelled.svg
Kontravalenz x XOR y (x NOR y) NOR ((x NOR x) NOR (y NOR y)) <math>\left(x \ \overline{\lor} \ y \right) \ \overline{\lor} \ \left(\left(x \ \overline{\lor} \ x \right) \ \overline{\lor} \ \left(y \ \overline{\lor} \ y \right)\right)</math> Datei:XOR from NOR.svg
Äquivalenz x XNOR y ((x NOR y) NOR x) NOR ((x NOR y) NOR y) <math>\left(\left(x \ \overline{\lor} \ x \right) \ \overline{\lor} \ y \right) \ \overline{\lor} \ \left(x \ \overline{\lor} \ \left(y \ \overline{\lor} \ y \right)\right)</math> Datei:XNOR from NOR 2.svg
((x NOR y) NOR x) NOR ((x NOR y) NOR y) <math>\left(\left(x \ \overline{\lor} \ y \right) \ \overline{\lor} \ x \right) \ \overline{\lor} \ \left(\left(x \ \overline{\lor} \ y \right) \ \overline{\lor} \ y \right)</math> Datei:XNOR from NOR.svg
≡ x ⇔ y
Implikation x ⇒ y ((x NOR x) NOR y) NOR ((x NOR x) NOR y) <math>\left(\left(x \ \overline{\lor} \ x \right) \ \overline{\lor} \ y \right) \ \overline{\lor} \ \left(\left(x \ \overline{\lor} \ x \right) \ \overline{\lor} \ y \right)</math>
x ⇐ y (x NOR (y NOR y)) NOR (x NOR (y NOR y)) <math>\left(x \ \overline{\lor} \ \left(y \ \overline{\lor} \ y \right)\right) \ \overline{\lor} \ \left(x \ \overline{\lor} \ \left(y \ \overline{\lor} \ y \right)\right)</math>
Tautologie verum ((x NOR x) NOR x) NOR ((x NOR x) NOR x) <math>\left(\left(x \ \overline{\lor} \ x \right) \ \overline{\lor} \ x \right) \ \overline{\lor} \ \left(\left(x \ \overline{\lor} \ x \right) \ \overline{\lor} \ x \right)</math>
Kontradiktion falsum (x NOR x) NOR x <math>\left(x \ \overline{\lor} \ x \right) \ \overline{\lor} \ x</math>

Realisierung

Die elektronische Realisierung erfolgt zum Beispiel (bei positiver Logik) mit zwei (oder entsprechend mehr) parallel geschalteten Schaltern (Transistoren), die den Ausgang Q auf Masse (logisch 0) legen, sobald einer von ihnen eingeschaltet ist. Sind alle aus, so ist die Masseverbindung unterbrochen und der Ausgang Q liegt auf Pluspotenzial (logisch 1).

Literatur

  • {{#ifexist:Vorlage:bibISBN/{{#invoke:URIutil|plainISBN|3-540-42849-6}}

| {{bibISBN/{{#invoke:URIutil|plainISBN|3-540-42849-6}}

  |record = Vorlage:bibISBN/{{#invoke:URIutil|plainISBN|3-540-42849-6}}
  |format = Literatur
  |Autor = 
  |Titel = 
  |TitelErg = 
  |Band = 
  |Auflage = 
  |Kommentar= 
  |Kapitel = 
  |Seite = 
  |Seiten = 
  |Spalten = 
  |ArtikelNr = 
  |Fundstelle = 
  |DOI = 
  |Online = 
  |URL = 
  |Linktext = 
  |Format = 
  |KBytes = 
  |Abruf = 
  |Typ = 

}}{{#ifeq: 0 | 0

   | {{#invoke:TemplatePar|check
       |all= 1=
       |opt= 2= format= Autor= Titel= TitelErg= Hrsg= Sammelwerk= WerkErg= Band= Nummer= Auflage= Datum= Sprache= NummerReihe= BandReihe= HrsgReihe= Kommentar= Kapitel= Seite= Seiten= Spalten= ArtikelNr= Fundstelle= DOI= Online= URL= Linktext= Format= KBytes= Abruf= Typ=

|template=Vorlage:bibISBN |cat=Wikipedia:Vorlagenfehler/Vorlage:BibISBN}}

     }}

| {{#if:||{{#if:{{#invoke:URIutil|plainISBN|3-540-42849-6}}|Der BibISBN-Eintrag [[Vorlage:BibISBN/{{#invoke:URIutil|plainISBN|3-540-42849-6}}]] ist nicht vorhanden. Bitte prüfe die ISBN und lege ggf. einen {{#ifeq:Vorlage:bibISBN/{{#invoke:URIutil|plainISBN|3-540-42849-6}}|NOR-Gatter|{{#switch:{{{LINK}}}|JA=|NEIN=}}}}[[[:Vorlage:Neuer Abschnitt/URL]] neuen Eintrag] an.|Die angegebene ISBN „3-540-42849-6“ ist fehlerhaft. Bitte prüfe und korrigiere die ISBN.}}{{#ifeq: 0 | 0 | }}}}}}