Multiplexers and Demultiplexers

GargiKhanna1 1,422 views 35 slides Sep 16, 2021
Slide 1
Slide 1 of 35
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34
Slide 35
35

About This Presentation

Multiplexer Design
Demultiplexer Design


Slide Content

Multiplexer and Demultiplexer
Presented by
Dr. Gargi Khanna
Associate Professor
E&CED Dept. , NIT Hamirpur, HP.

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)
2
Multiplexer
Block Diagram
Select
Lines
Inputs
(sources)
Output
(destination)
12
N
N
MUX

MULTIPLEXERS
Multiplexer

Typical Application of a MUX
4
MP3 Player
Docking Station
Laptop
Sound Card
Digital
Satellite
Digital
Cable TV
Surround Sound System
MUX
D0
D1
D2
D3
Y
BASelected Source
00 MP3
01 Laptop
10 Satellite
11 Cable TV
Multiple Sources Single DestinationSelector

4-to-1 Multiplexer (MUX)
5
B A Y
0 0 D0
0 1 D1
1 0 D2
1 1 D3
MUX
D0
D1
D2
D3
Y
B A
Y=A’B’D0+AB’D1+A’BD2+ABD3

S0=0, s1=1

4-to-1 Multiplexer Waveforms
7
D0
D1
D2
D3
A
B
Y
D0 D1 D2 D3 D0 D1 D2 D3
Input
Data
Select
Line
Output
Data

Medium Scale Integration MUX
8
4-to-1 MUX 8-to-1 MUX 16-to-1 MUX
Inputs
Select
Enable
Output (Y)
(and inverted output)
Y=A’B’Ç’D0+A’B’CD1+A’B C’D2

Combinational Logic Design Using Multiplexers
Use of multiplexers offers the following advantages:
1.Simplification of logic expression is not required.
2. It minimises the IC package count.
3. Logic design is simplified.

Implement of logic expression using MUX
•For using the multiplexer as a logic element, either the
truth table or one of the standard forms of logic
expression must be available.
The design procedure is given below:
•1. Identify the decimal number corresponding to each
minterm in the expression.
•The input lines corresponding to these numbers are to be
connected to logic 1 level.
•2. All other input lines are to be connected to logic 0 level.
•3. The inputs are to be applied to select lines.
10

Implement the expression using a multiplexer.
f(A, B, C, D) = Σ m(0, 2, 3, 6, 8, 9, 12, 14)
Since there are four variables, therefore, a multiplexer with four
select inputs is required. The circuit of 16:1 multiplexer connected to
implement the above expression
All mean terms are connected with logic 1 and remaining inputs are
connected with logic 0.

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)
18
Demultiplexer
Block Diagram
Select
Lines
Input
(source)
Outputs
(destinations)
2
N
1
N
DEMUX

DEMULTIPLEXERS/DECODERS AND THEIR USE IN COMBINATIONAL LOGIC
DESIGN
Demultiplexer

Typical Application of a DEMUX
20
Single Source Multiple DestinationsSelector
D0
D1
D2
D3
X
DEMUX
BASelected Destination
00 B/W Laser Printer
01 FaxMachine
10ColorInkjet Printer
11 PenPlotter
B/W Laser
Printer
Color Inkjet
Printer
Pen
Plotter
Fax
Machine

1-to-4 De-Multiplexer (DEMUX)
21
BAD0D1D2D3
00X000
010X00
1000X0
11000X
D0
D1
D2
D3
X
B A
DEMUX

1-to-4 De-Multiplexer Waveforms
22
X
S0
S1
D0
D1
D2
D3
Output
Data
Select
Line
Input
Data

Medium Scale Integration DEMUX
23
1-to-4 DEMUX 1-to-8 DEMUX 16-to-1 MUX
Select
Input
(inverted)
Outputs
(inverted)
Most Medium Scale Integrated (MSI) DEMUXs have inverted
outputs. This is done because it requires few logic gates to
implement DEMUXs with inverted outputs rather than no-
inverted outputs.

Available Demultiplexer ICs

DECODERS
•Decoder is a combinational circuit that converts binary
information from “n” input lines to amaximum of 2
n
unique
output lines . if the n-bit coded information has unused
combinations ,the decoder may have fewer than 2
n
outputs.

2:4 Decoder

3-to-8-line decoder

3:8 Line Decoder

Circuit diagram

Full Adder using Decoder
30

31
Implement the following multi-output combinational logic circuit
using a 4-to-
16-line decoder.
F1 = Σ m (1, 2, 4, 7, 8, 11, 12, 13)
F2 = Σ m (2, 3, 9, 11)
F3 = Σ m(10, 12, 13, 14)
F4 = Σ m (2, 4, 8)

Thankyou
35