SACC

// navigation

Introduction
Lab
Solution


// Introduction



Multiplexers which sometimes are simply called Muxor Muxes, are devices that act like a very fast acting rotary switch. They connect multiple input lines 2, 4, 8, 16 etc one at a time to a common output line and are used as one method of reducing the number of logic gates required in a circuit. Multiplexers are individual Analogue Switches as opposed to the mechanical types such as normal conventional switches and relays. They are usually made from MOSFETs devices encased in a single package and are controlled using standard logic gates.

A multiplexer circuit accepts N inputs and outputs the value of one of those inputs. The selection of which goes out on the output is determined by a set of M control inputs. A multiplexer with M control inputs can steer up to 2M inputs to a single output.

The selection of the channel to be read into the output is cntrolled y supplying a specific digital word to a different set of inputs (select inputs). A typical 4 input channel (D3-D0) digital multiplexer, and its corresponding truth table is shown here:
Image3.gif
The active input channel is selected by supplying the appropriate code to select inputs (C1,C0).

mux.png

Source: Passafine, John and Michael Douglas, Digital Logic Design