You are on page 1of 15

Multiplexer Demultiplexer

Lecture 10

Course Conducted by Shuvodip Das, Lecturer, ETE Dept. Prime University, Bangladesh.
1

What is a Multiplexer (MUX)?


A MUX is a digital switch that has multiple inputs (sources) and a single output (destination). The select lines determine which input is connected to the output. MUX Types
2-to-1 (1 select line) 4-to-1 (2 select lines) 8-to-1 (3 select lines) 16-to-1 (4 select lines)

Multiplexer
Block Diagram

MUX N Select Lines

Inputs
(sources)

2N

Output
(destination)

MULTIPLEXER ( DATA SELECTOR)- circuit that can select one of a number of inputs and pass the logic level of that input to the output.

BASIC TWO-INPUT MULTIPLEXER


I1 DATA INPUTS I0

Z I 0 S I1 S

S SELECT INPUT

S 0 1

OUTPUT Z=I0 Z=I1

FOUR-INPUT MULTIPLEXER
I0

I1

I2

I3

S1 S0

S1 0 0 1 1

S0 0 1 0 1

OUTPUT Z=I0 Z=I1 Z=I2 Z=I3

8-to-1 Multiplexer

MULTIPLEXER LOGIC DIAGRAM


D A T A I N P U T S I0 I1 I2 I3 I4 I5 I6 I7 E S2 S1 S0 74151 M UX Z _ Z

S2 0 0 0 0 1 1 1 1

S1 0 0 1 1 0 0 1 1

S0 0 1 0 1 0 1 0 1

E 0 0 0 0 0 0 0 0

Z I0 I1 I2 I3 I4 I5 I6 I7

SELECT LINES

Typical Application of a MUX


Multiple Sources
MP3 Player Docking Station

Selector

Single Destination

D0 D1 D2 D3

MU X

Laptop Sound Card

Surround Sound System Digital Satellite B 0 0 1 A 0 1 0 1 Selected Source MP3 Laptop Satellite Cable TV

Digital Cable TV

MULTIPLEXER APPLICATIONS
DATA ROUTING
PARALLEL-TO-SERIAL CONVERSION OPERATION SEQUENCING IMPLEMENT LOGIC FUNCTION OF A TRUTH TABLE

What is a Demultiplexer (DEMUX)?


A DEMUX is a digital switch with a single input (source) and a multiple outputs (destinations). The select lines determine which output the input is connected to. DEMUX Types
1-to-2 (1 select line) 1-to-4 (2 select lines) 1-to-8 (3 select lines) 1-to-16 (4 select lines)

Demultiplexer
Block Diagram

DEMUX

Input
(source)

2N

Outputs
(destinations)

N
Select Lines

DEMULTIPLEXER ( DATA DISTRIBUTOR)- circuit that depending on the status of its select inputs will channel its data input to one of several outputs.
9

1:2 Demultiplexer
Circuit Diag.

Here the 1:2 DEMUX has 2 O/P lines Y0 and Y1 and one select (control) line S0 When S0 =0 then output= Y0 When S0 =1 then output= Y1
10

1:4 Demultiplexer
Circuit diagram and truth table of 1:4 DEMUX are shown below:

Inputs S1 S0

Output

0
0 1 1

0
1 0 1

Y0=D
Y1=D Y2=D Y3=D
11

1-of-8 DEMULTIPLEXER

12

DEMULTIPLEXER LOGIC DIAGRAM


Logic circuit that depending on the status of its select inputs will funnel its data input to one of several data outputs. Separate enable inputs (useful for cascading decoders) into AND gate which must be high to enable the decoder outputs.
O0

E3
E2 E1

O1 E
74138 DEMUX 1-OF-8 DECODER

O2 O3 O4 O5
O6 O7

E1 E 2
0 1 X X 0 X 1 X

E3
1 X X 0

OUTPUTS
RESPOND TO INPUT CODE A2A1A0 DISABLED ALL HIGH DISABLED ALL HIGH DISABLED ALL HIGH

A2

A1

A0

SELECT LINES
13

Typical Application of a DEMUX


Single Source Selector Multiple Destinations
B/W Laser Printer Fax Machine
D0
D1 D2 D3

DEMUX

Color Inkjet Printer

B 0 0 1 1

A 0 1 0 1

Selected Destination B/W Laser Printer Fax Machine Color Inkjet Printer Pen Plotter Pen Plotter

14

Applications of Demultiplexer
Application areas: 1. Telegraphy 2. Telephony 3. Video processing 4. Digital broadcasting 5. Analog broadcasting

15

You might also like