FACTOID # 50: Libya is the only country with a single-coloured flag.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RELATED ARTICLES
People who viewed "Demultiplexer" also viewed:
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Demultiplexer

The term multiplexer has uses in several fields of application:

Contents

Electronics

In electronics, a multiplexer or mux is a device that combines several electrical signals into a single signal. There are different types of multiplexers for analog and digital circuits.


Signal processing

In digital signal processing, a multiplexer (often abbreviated to "mux" or "muldex") is a device for taking several separate digital data streams and combining them together into one data stream of a higher data rate. This allows multiple data streams to be carried from one place to another over one physical link, which saves cost.


At the receiving end of the data link a complementary demultiplexer or "demux" is normally required to break the high data rate stream back down into the original lower rate 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.


See also


Digital circuit design

In digital circuit design, a two-input multiplexer is a simple connection of logic gates whose output Y is either input A or input B depending on the value of a third input S which selects the input. Its boolean equation is:

 Y = (A and S) or (B and not S) 

which can be expressed as the truth table:

 A B S | Y ------+-- 0 0 0 | 0 (pick B) 0 0 1 | 0 (pick A) 0 1 0 | 1 (pick B) 0 1 1 | 0 (pick A) 1 0 0 | 0 (pick B) 1 0 1 | 1 (pick A) 1 1 0 | 1 (pick B) 1 1 1 | 1 (pick A) 

or as the Karnaugh map:

 Y S | 0 1 ---+----- AB 00 | 0 0 01 | 1 0 11 | 1 1 10 | 0 1 

Demultiplexers are sometimes convenient for designing general purpose logic. Basically, the inputs to the set of logic functions must be routed to the selection bits. Any function of the selection bits can be constructed by logically OR-ing the correct set of outputs.


See also


Analogue circuit design

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.



For the use in combining radio transmitters into a single antenna, see diplexer.


  Results from FactBites:
 
Self synchronized multiplexer/demultiplexer - Patent 4300232 (3247 words)
The demultiplexer of claim 4 further comprising means for inhibiting bit synchronizing signals that occur during the same time period as said word synchronizing signals.
The demultiplexer decodes the serial data stream to cause a corresponding plurality of output signals to be sent which may correspond to controlling output devices in accordance with the input commands.
The demultiplexer is self synchronized by a phase lock loop which regenerates the bit shifting clock signal from the word strobing signal coming over the strobe line.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.