Multiplexer

Multiplexer
Huge In Stock Selection -Components. & More - Same Day Shipping.
www.newark.com

Multiplexer - TTE.com
Shipment within 10 days for low frequency units from receipt of order.
www.tte.com

Multiplexer
Multiplexer , statistical multiplexers from $595..
www.dcbnet.com

TI Multiplexers
Multi-Channel, CMOS Analog Muliplexers.
www.ti.com/muxswitches

Fiber-Optic Multiplexers
S. I. Tech is a manufacturer of fiber-optic communication equipment for networking applications. Visit the Bit-Driver Store for hubs, modems, multiplexers and more - made in the USA.
www.sitech-bitdriver.com

Multiplexer
Search Thousands of Catalogs Today for multiplexer.
www.globalspec.com

Analog Fiber Multiplexers
Multiplex 1 to 28 channels of Analog, Audio, Intercom, or Data via Mm or Sm Fiber.
www.tccomm.com

Video Multiplexer at B&H
B&H Photo The Professional's Source - Low Prices, Hassle Free.
BHPhotoVideo.com/authorizeddealer

Camera Multiplexers
Find great deals and save. Store Ratings, Consumer Reviews.
www.Shopping.com

Vga Multiplexer
Solutions for your small business. Business begins here.
www.business.com




Warning: mkdir() [function.mkdir]: Permission denied in /home/webs/affiliatelib2/CacheManager.php on line 12

Warning: mkdir() [function.mkdir]: No such file or directory in /home/webs/affiliatelib2/CacheManager.php on line 12

Warning: fopen(/home/templatecore2cache//*cluesnet.com/9b/9bdb7103a11d4782c5cafcf4e95c6dbbeca2ca89.tc2cache) [function.fopen]: failed to open stream: No such file or directory in /home/webs/affiliatelib2/CacheManager.php on line 130

Warning: fwrite(): supplied argument is not a valid stream resource in /home/webs/affiliatelib2/CacheManager.php on line 131

Warning: fclose(): supplied argument is not a valid stream resource in /home/webs/affiliatelib2/CacheManager.php on line 132











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 MISO 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 sel 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 multiplexing may take several samples of separate analogue signals and combine them into one Pulse-amplitude modulation (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 channels 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 commuters 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 Duplex (telecommunications).

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 analog circuit design, a multiplexer is a special type of analog 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 I_0 to the output while a logic value of 1 would connect I_1 to the output.In larger multiplexers, the number of selector pins is equal to \left \lceil \log_2(n) \right \rceil where n 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 A and B are the two inputs, S is the selector input, and Z is the output: Z = ( A \cdot \overline{S}) + (B \cdot S)

Which can be expressed as a truth table:{| class="wikitable"|-|S || A || B || Z|-|rowspan="4"| 0| 1 || 1 || 1|-| 1 || 0 || 1|-| 0 || 1 || 0|-| 0 || 0 || 0|-|rowspan="4"| 1| 1 || 1 || 1|-| 1 || 0 || 0|-| 0 || 1 || 1|-| 0 || 0 || 0|}

This truth table should make it quite clear that when S=0 then Z=A but when S=1 then Z=B.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 \left \lceil \log_2(n) \right \rceil selector pins for n 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.

Image:Multiplexer 4-to-1.svg|4-to-1 muxImage:Multiplexer 8-to-1.svg|8-to-1 muxImage:Multiplexer 16-to-1.svg|16-to-1 mux

The boolean equation for a 4-to-1 multiplexer is: F = (I_0 \cdot \overline{S_0} \cdot \overline{S_1}) + (I_1 \cdot S_0 \cdot \overline{S_1}) + (I_2 \cdot \overline{S_0} \cdot S_1) + (I_3 \cdot S_0 \cdot S_1)

Two realizations for creating a 4-to-1 multiplexer are shown below:{| align="center"|-|{| class="wikitable"|-| |||-|colspan=2| These are two realizations of a 4-to-1 multiplexer:

Note that the subscripts on the I_n inputs indicate the decimal value of the binary control inputs at which that input is let through.
|}|}

Chaining multiplexers Larger multiplexers can be constructed by using smaller multiplexers by chaining them together.For example, an 8-to-1 multiplexer can be made with two 4-to-1 and one 2-to-1 multiplexers.The two 4-to-1 multiplexer outputs are fed into the 2-to-1 with the selector pins on the 4-to-1's put in parallel giving a total number of selector inputs to 3, which is equivalent to an 8-to-1.

List of ICs which provide multiplexing The 7400 series has several ICs that contain multiplexer(s):{| class="wikitable"|-! S.No. !! IC No. !! Function !! Output State|-| 1| 74157| Quad- 2:1 MUX| Output same as input given|-| 2| 74158| Quad- 2:1 MUX| Output is inverted input|-| 3| 74153| Dual- 4:1 MUX| Output same as input|-| 4| 74352| Dual- 4:1 MUX| Output is inverted input|-| 5| 74151A| 8:1 MUX| Both outputs available ie. Complementary outputs|-| 6| 74152| 8:1 MUX| Output is inverted input|-| 7| 74150| 16:1 MUX| Output is inverted input|}

Digital demultiplexers Demultiplexers take one data input and a number of selection inputs, and they have several outputs.They forward the data input to one of the outputs depending on the values of the selection inputs.Demultiplexers are sometimes convenient for designing general purpose logic, because if the demultiplexer's input is always true, the demultiplexer acts as a decoder.This means that any function of the selection bits can be constructed by logically OR-ing the correct set of outputs.




List of ICs which provide demultiplexing The 7400 series has several ICs that contain demultiplexer(s):{]|-| 4| 74138| 1:8 DEMUX| Output is inverted input|-| 5| 74154| 1:16 DEMUX| Output is same as input|-| 6| 74159| 1:16 DEMUX| Output is open collector and same as input|}

See also



Multiplexer - Wikipedia, the free encyclopedia
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 ...

Multiplexer - a reference guide from Electronicstalk
Looking for the latest multiplexer-related news? Find it here on the Electronicstalk website with Laurence Marchini, Editor ... Laurence Marchini, Editor, writes: We see from your ...

Circuit Implementation Using Multiplexers
Theory: What is a multiplexer? It quite often happens, in the design of large-scale digital systems, that a single line is required to carry two or more different digital signals.

Numerical Method of Multiplexer Implementation - Examples
Examples Example 1: Consider the following function to be implemented using a multiplexer: Expanding to standard sum of products form Arranging in index order:

The Two-Input Multiplexer
One circuit I've received a number of requests for is the multiplexer circuit. This is a digital circuit with multiple signal inputs, one of which is selected by separate address ...

multiplexer definition of multiplexer in the Free Online Encyclopedia.
announced today the release of the Mini-Mux([TM]) 840 Remote Terminal, the first offering in its new line of optical multiplexer remote terminals for DS1, DS3, and 10/100 Ethernet ...

Multiplexers for cctv cameras
FS204 4 Camera Colour Duplex Multiplexer ... All contents © Henrys Electronics Ltd. July 2008. Need Any Help? Call: 0845 230 ...

multiplexer - Hutchinson encyclopedia article about multiplexer
multiplexer. In telecommunications, a device that allows a transmission medium to carry a number of separate signals at the same time - enabling, for example, several telephone ...

multiplexor from FOLDOC
multiplexer ==> multiplexor. multiplexing. Try this search on Wikipedia, OneLook, Google

NMEA Serial Multiplexer
PC Maritime develop Navmaster Offshore - a PC based Chart Plotter that links to a handled GPS and fixed mount GPS for real time accurate position plotting. Tide tables and ...





 
Copyright © 2008 opini8.com - All rights reserved.
Home | Terms of Use | Privacy Policy
All Trademarks belong to their repective owners.
Many aspects of this page are used under
commercial commons license from Yahoo!