| Multiplexer |
Shopping Multiplexer |
Information AboutMultiplexer |
| CATEGORIES ABOUT MULTIPLEXER | |
| digital circuits | |
| multiplexing | |
| broadcast engineering | |
|
In Electronics , a multiplexer or '''mux''' (''occasionally the term '''muldex''' is also found, for a combination multiplexer-demultiplexer'') is a device that performs Multiplexing : it selects one of many analog or digital data sources and outputs that source into a single channel. A demultiplexer (or '''demux''') is a device taking a single input that selects one of many data-output-lines and connects the single input to the selected output line. A multiplexer is often used with a complementary demultiplexer on the receiving end. An electronic multiplexer functions as Multiple-input, Single-output switch. A multiplexer has multiple inputs and a selector that connects a specific input to the single output. The schematic symbol for a multiplexer is an Isosceles Trapezoid with the longer parallel side containing the input pins and the short parallel side containing the output pin. The schematic on the right shows a 2-to-1 multiplexer on the left and an equivalent switch on the right. The wire connects the desired input to the output. In Telecommunications , a multiplexor is a device that performs Multiplexing , i.e. that combines multiple analog message signals or digital data streams into one signal. In Telecommunications and Signal Processing , an analog Time Division Multiplexer may take several samples of separate analogue signals and combine them into one Pulse Amplitude Modulated (PAM) wide-band analogue signal. Alternatively, a digital TDM multiplexer may combine a limited number of constant bit rate digital data streams into one data stream of a higher data rate, by forming data frames consisting of one timeslot per channel. In Telecommunications and Computer Networks , a Statistical Multiplexer may combine several variable bit rate data streams into one constant bandwidth signal, for example by means of Packet Mode communication. An Inverse Multiplexer may utilize several Communication Channel s for transferring one signal. COST SAVINGS splits the single data stream into the original multiple signals.]] One use for multiplexers is cost savings by connecting a multiplexer and a demultiplexer (or '''demux''') together over a single channel (by connecting the multiplexer's single output to the demultiplexer's single input). The image to the right demonstrates this. In this case, the cost of implementing separate channels for each data source is more expensive than the cost and inconvenience of providing the multiplexing/demultiplexing functions. In a physical Analogy , consider the merging behaviour of Commuter s crossing a narrow bridge; vehicles will take turns using the few available lanes. Upon reaching the end of the bridge they will separate into separate routes to their destinations. At the receiving end of the data link a complementary ''demultiplexer'' is normally required to break single data stream back down into the original streams. In some cases, the far end system may have more functionality than a simple demultiplexer and so, whilst the demultiplexing still exists logically, it may never actually happen physically. This would be typical where a multiplexer serves a number of IP network users and then feeds directly into a Router which immediately reads the content of the entire link into its routing processor and then does the demultiplexing in memory from where it will be converted directly into IP packets. It is usual to combine a multiplexer and a demultiplexer together into one piece of equipment and simply refer to the whole thing as a "multiplexer". Both pieces of equipment are needed at both ends of a transmission link because most communications systems transmit in Both Directions . A real world example is the creation of Telemetry for transmission from the computer/instrumentation system of a satellite, space craft or other remote vehicle to a ground system. In analogue circuit design, a multiplexer is a special type of analogue switch that connects one signal selected from several inputs to a single output. DIGITAL MULTIPLEXERS In Digital Circuit design, the selector wires are of digital value. In the case of a 2-to-1 multiplexer, a logic value of 0 would connect to the output while a logic value of 1 would connect to the output. In larger multiplexers, the number of selector pins is equal to where is the number of inputs. For example, 9 to 16 inputs would require no less than 4 selector pins and 17 to 32 inputs would require no less than 5 selector pins. The binary value expressed on these selector pins determines the selected input pin. A 2-to-1 multiplexer has a Boolean Equation where and are the two inputs, is the selector input, and is the output: : Which can be expressed as a Truth Table : This truth table should make it quite clear that when then but when then . A straightforward realization of this 2-to-1 multiplexer would need 2 AND gates, 1 OR gate, and a NOT gate. Larger multiplexers are also common and, as stated above, requires selector pins for inputs. Other common sizes are 4-to-1, 8-to-1, and 16-to-1. Since digital logic uses binary values, powers of 2 are used (4, 8, 16) to maximally control a number of inputs for the given number of selector inputs.
|