Digital Circuits/Multiplexers-Demultiplexers
From Wikibooks, open books for an open world
|
|
A reader has identified this page or section as an undeveloped draft or outline. You can help to develop the work, or you can ask for assistance in the project room. |
Multiplexers and Demultiplexers are devices that move signals from wire to wire, based on a given control signal.
Contents |
Switching Circuits [edit]
Multiplexers [edit]
Let's say that we have 2 inputs to a given circuit, and we only have one output. We would like the two inputs to "share" the output, and we therefore need to switch from one input to the other. We have inputs I1 and I2, output O, and a control wire, C. We can say that if C=1, then we connect I1 to O. However, if C=0, then we connect I2 to O. This is a multiplexer.
Input/Output Relationships [edit]
Demultiplexers [edit]
Similar to the situation above, let's say we have a circuit with a single input (I), two outputs (O1 and O2), and a control wire, C. When C=1, we connect I to O1, and when C=0, we connect I to O2. This is a demultiplexer.