SlideShare a Scribd company logo
1 of 35
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)
1
2N
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
B A Selected Source
0 0 MP3
0 1 Laptop
1 0 Satellite
1 1 Cable TV
Multiple Sources Single Destination
Selector
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)
2N
1
N
DEMUX
DEMULTIPLEXERS/DECODERS AND THEIR USE IN COMBINATIONAL LOGIC
DESIGN
Demultiplexer
Typical Application of a DEMUX
20
Single Source Multiple Destinations
Selector
D0
D1
D2
D3
X
DEMUX
B A Selected Destination
0 0 B/W Laser Printer
0 1 Fax Machine
1 0 Color Inkjet Printer
1 1 Pen Plotter
B/W Laser
Printer
Color Inkjet
Printer
Pen
Plotter
Fax
Machine
1-to-4 De-Multiplexer (DEMUX)
21
B A D0 D1 D2 D3
0 0 X 0 0 0
0 1 0 X 0 0
1 0 0 0 X 0
1 1 0 0 0 X
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 2nunique
output lines . if the n-bit coded information has unused
combinations ,the decoder may have fewer than 2n
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

More Related Content

What's hot (20)

Logic Gates
Logic GatesLogic Gates
Logic Gates
 
Presentation On Flip-Flop
Presentation On Flip-FlopPresentation On Flip-Flop
Presentation On Flip-Flop
 
JK flip flops
JK flip flopsJK flip flops
JK flip flops
 
Flip-Flop || Digital Electronics
Flip-Flop || Digital ElectronicsFlip-Flop || Digital Electronics
Flip-Flop || Digital Electronics
 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decoders
 
Encoder & Decoder
Encoder & DecoderEncoder & Decoder
Encoder & Decoder
 
Logic families
Logic familiesLogic families
Logic families
 
digital logic_families
digital logic_familiesdigital logic_families
digital logic_families
 
Logic gates presentation
Logic gates presentationLogic gates presentation
Logic gates presentation
 
Digital electronics logic families
Digital electronics logic familiesDigital electronics logic families
Digital electronics logic families
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
Flip flop conversions
Flip flop conversionsFlip flop conversions
Flip flop conversions
 
Demultiplexer
DemultiplexerDemultiplexer
Demultiplexer
 
Parity generator & checker
Parity generator & checkerParity generator & checker
Parity generator & checker
 
Flip flops, counters & registers
Flip flops, counters & registersFlip flops, counters & registers
Flip flops, counters & registers
 
D flip Flop
D flip FlopD flip Flop
D flip Flop
 
Combinational circuits
Combinational circuits Combinational circuits
Combinational circuits
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 

Similar to Multiplexers and Demultiplexers

Multiplexer & Demultiplexer
Multiplexer & DemultiplexerMultiplexer & Demultiplexer
Multiplexer & DemultiplexerJatin Sharma
 
Multiplexer and De-Multiplexer
Multiplexer and De-MultiplexerMultiplexer and De-Multiplexer
Multiplexer and De-MultiplexerAllied TS
 
1 Multiplexer
1 Multiplexer1 Multiplexer
1 Multiplexerna491
 
1Multiplexer
1Multiplexer1Multiplexer
1Multiplexerooms2001
 
عرض تقديمي1
عرض تقديمي1عرض تقديمي1
عرض تقديمي1hmhashmi
 
عرض تقديمي1.pdf
عرض تقديمي1.pdfعرض تقديمي1.pdf
عرض تقديمي1.pdfhmhashmi
 
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, EncoderCOMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, EncoderVanitha Chandru
 
multiplexer 4 input
multiplexer 4 inputmultiplexer 4 input
multiplexer 4 inputAnkit Mistry
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuitsHareem Aslam
 
LOGIC DECODERS and MULTI.pptx
LOGIC DECODERS and MULTI.pptxLOGIC DECODERS and MULTI.pptx
LOGIC DECODERS and MULTI.pptxHazardRhenz1
 
Chapter 4 combinational circuit
Chapter 4 combinational circuit Chapter 4 combinational circuit
Chapter 4 combinational circuit GulAhmad16
 
Introduction to multiplexer and demultiplexer
Introduction to multiplexer and demultiplexerIntroduction to multiplexer and demultiplexer
Introduction to multiplexer and demultiplexerkrantikiranmanugarra
 
CSL 202, Multiplexer and Demultiplexer
CSL 202, Multiplexer and DemultiplexerCSL 202, Multiplexer and Demultiplexer
CSL 202, Multiplexer and DemultiplexerCKSunith1
 

Similar to Multiplexers and Demultiplexers (20)

Multiplexer & Demultiplexer
Multiplexer & DemultiplexerMultiplexer & Demultiplexer
Multiplexer & Demultiplexer
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
 
Multiplexer and De-Multiplexer
Multiplexer and De-MultiplexerMultiplexer and De-Multiplexer
Multiplexer and De-Multiplexer
 
1 Multiplexer
1 Multiplexer1 Multiplexer
1 Multiplexer
 
1Multiplexer
1Multiplexer1Multiplexer
1Multiplexer
 
عرض تقديمي1
عرض تقديمي1عرض تقديمي1
عرض تقديمي1
 
عرض تقديمي1.pdf
عرض تقديمي1.pdfعرض تقديمي1.pdf
عرض تقديمي1.pdf
 
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, EncoderCOMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
 
multiplexer 4 input
multiplexer 4 inputmultiplexer 4 input
multiplexer 4 input
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
ATT SMK.pptx
ATT SMK.pptxATT SMK.pptx
ATT SMK.pptx
 
LOGIC DECODERS and MULTI.pptx
LOGIC DECODERS and MULTI.pptxLOGIC DECODERS and MULTI.pptx
LOGIC DECODERS and MULTI.pptx
 
UNIT3.3.pdf
UNIT3.3.pdfUNIT3.3.pdf
UNIT3.3.pdf
 
Decoder encoder
Decoder   encoderDecoder   encoder
Decoder encoder
 
Chapter 4 combinational circuit
Chapter 4 combinational circuit Chapter 4 combinational circuit
Chapter 4 combinational circuit
 
11.ppt
11.ppt11.ppt
11.ppt
 
demultiplexers.ppt
demultiplexers.pptdemultiplexers.ppt
demultiplexers.ppt
 
Introduction to multiplexer and demultiplexer
Introduction to multiplexer and demultiplexerIntroduction to multiplexer and demultiplexer
Introduction to multiplexer and demultiplexer
 
CSL 202, Multiplexer and Demultiplexer
CSL 202, Multiplexer and DemultiplexerCSL 202, Multiplexer and Demultiplexer
CSL 202, Multiplexer and Demultiplexer
 
presentation.pptx
presentation.pptxpresentation.pptx
presentation.pptx
 

More from GargiKhanna1

Latch & Flip-Flop.pptx
Latch & Flip-Flop.pptxLatch & Flip-Flop.pptx
Latch & Flip-Flop.pptxGargiKhanna1
 
Digital Counter Design
 Digital Counter Design Digital Counter Design
Digital Counter DesignGargiKhanna1
 
Latch and flip flop
Latch and flip flopLatch and flip flop
Latch and flip flopGargiKhanna1
 
Combinational Logic Circuit
Combinational Logic CircuitCombinational Logic Circuit
Combinational Logic CircuitGargiKhanna1
 
Error detection and correction codes
Error detection and correction codesError detection and correction codes
Error detection and correction codesGargiKhanna1
 
Logic Level Techniques for Power Reduction
Logic Level Techniques for Power Reduction Logic Level Techniques for Power Reduction
Logic Level Techniques for Power Reduction GargiKhanna1
 
Architectural Level Techniques
Architectural Level TechniquesArchitectural Level Techniques
Architectural Level TechniquesGargiKhanna1
 
Probabilistic Power Analysis
Probabilistic Power AnalysisProbabilistic Power Analysis
Probabilistic Power AnalysisGargiKhanna1
 
Monte carlo analysis
Monte carlo analysisMonte carlo analysis
Monte carlo analysisGargiKhanna1
 
Simulation power analysis low power vlsi
Simulation power analysis   low power vlsiSimulation power analysis   low power vlsi
Simulation power analysis low power vlsiGargiKhanna1
 
Boolean Function SOP & POS
Boolean Function SOP &  POSBoolean Function SOP &  POS
Boolean Function SOP & POSGargiKhanna1
 

More from GargiKhanna1 (18)

Latch & Flip-Flop.pptx
Latch & Flip-Flop.pptxLatch & Flip-Flop.pptx
Latch & Flip-Flop.pptx
 
MOS logic family
MOS logic familyMOS logic family
MOS logic family
 
Digital Counter Design
 Digital Counter Design Digital Counter Design
Digital Counter Design
 
Latch and flip flop
Latch and flip flopLatch and flip flop
Latch and flip flop
 
Combinational Logic Circuit
Combinational Logic CircuitCombinational Logic Circuit
Combinational Logic Circuit
 
Karnaugh Map
Karnaugh MapKarnaugh Map
Karnaugh Map
 
Error detection and correction codes
Error detection and correction codesError detection and correction codes
Error detection and correction codes
 
Number system
Number system Number system
Number system
 
Logic Level Techniques for Power Reduction
Logic Level Techniques for Power Reduction Logic Level Techniques for Power Reduction
Logic Level Techniques for Power Reduction
 
Architectural Level Techniques
Architectural Level TechniquesArchitectural Level Techniques
Architectural Level Techniques
 
Probabilistic Power Analysis
Probabilistic Power AnalysisProbabilistic Power Analysis
Probabilistic Power Analysis
 
Monte carlo analysis
Monte carlo analysisMonte carlo analysis
Monte carlo analysis
 
Simulation power analysis low power vlsi
Simulation power analysis   low power vlsiSimulation power analysis   low power vlsi
Simulation power analysis low power vlsi
 
Boolean Function SOP & POS
Boolean Function SOP &  POSBoolean Function SOP &  POS
Boolean Function SOP & POS
 
Logic gate
Logic gateLogic gate
Logic gate
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
 
Binary codes
Binary codesBinary codes
Binary codes
 
Binary Arithmetic
Binary ArithmeticBinary Arithmetic
Binary Arithmetic
 

Recently uploaded

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 

Recently uploaded (20)

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 

Multiplexers and Demultiplexers

  • 1. Multiplexer and Demultiplexer Presented by Dr. Gargi Khanna Associate Professor E&CED Dept. , NIT Hamirpur, HP.
  • 2. 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) 1 2N N MUX
  • 4. 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 B A Selected Source 0 0 MP3 0 1 Laptop 1 0 Satellite 1 1 Cable TV Multiple Sources Single Destination Selector
  • 5. 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
  • 7. 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
  • 8. 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
  • 9. 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.
  • 10. 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
  • 11. 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.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18. 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) 2N 1 N DEMUX
  • 19. DEMULTIPLEXERS/DECODERS AND THEIR USE IN COMBINATIONAL LOGIC DESIGN Demultiplexer
  • 20. Typical Application of a DEMUX 20 Single Source Multiple Destinations Selector D0 D1 D2 D3 X DEMUX B A Selected Destination 0 0 B/W Laser Printer 0 1 Fax Machine 1 0 Color Inkjet Printer 1 1 Pen Plotter B/W Laser Printer Color Inkjet Printer Pen Plotter Fax Machine
  • 21. 1-to-4 De-Multiplexer (DEMUX) 21 B A D0 D1 D2 D3 0 0 X 0 0 0 0 1 0 X 0 0 1 0 0 0 X 0 1 1 0 0 0 X D0 D1 D2 D3 X B A DEMUX
  • 23. 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.
  • 25. DECODERS • Decoder is a combinational circuit that converts binary information from “n” input lines to amaximum of 2nunique output lines . if the n-bit coded information has unused combinations ,the decoder may have fewer than 2n outputs.
  • 30. Full Adder using Decoder 30
  • 31. 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)
  • 32.
  • 33.
  • 34.