SlideShare a Scribd company logo
1 of 19
SILVER OAK COLLEGE OF
ENGINEERING AND TECHNOLOGY
TOPIC :-
STUDENT NAME :- SIDDHI SHRIVAS (130770107163)
DIVISON :- COMPUTER – C
GUIDED BY :-MR. BIKAS MUDULI, SOCET
 WHAT IS MULTIPLEXER?
o A MULTIPLEXER is a digital circuit that has multiple inputs and a single
output.
o The selection of one of the n inputs is done by the select inputs
o It has one output selected at a time.
o It is also known as DATA SELECTOR.
o A multiplexer has
N data inputs(multiple)
1 output (single)
M select inputs, with 2M
=N
9/18/2014MULTIPLEXER 2
 BLOCK DIAGRAM OF MULTIPLEXER :
9/18/2014MULTIPLEXER 3
 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)
9/18/2014MULTIPLEXER 4
 2-TO-1 (1 SELECT LINES) MULTIPLEXER
Here 2:1 means 2 inputs and 1 output
BLOCK DIAGRAM TRUTH TABLE
S OUTPUT Y
0 D0
1 D1
9/18/2014MULTIPLEXER 5
 The logical level applied to the S input determines which AND gate is
enabled, so that its data input passes through the OR gate to the output.
 The output, Y=D0S’+D1S
 When
 S=0,AND gate 1 is enabled and AND gate 2 is disabled. So, Y=DO
 S=1,AND gate 1 is disabled and AND gate 2 is enabled . So, Y=D1
9/18/2014MULTIPLEXER 6
 4-to-1 (2 select lines) Multiplexer
 4:1 MUX has 4 inputs(D0, D1, D2, D3) & 2 select lines(S0, S1)
BLOCK DIAGRAM TRUTH TABLE
S1 S0 Y
0 0 D0
0 1 D1
1 0 D2
1 1 D3
MUX
D0
D1
D2
D3
Y
S1 S0
9/18/2014MULTIPLEXER 7
 The logical level applied to the S input determines which AND
gate is enabled, so that its data input passes through the OR
gate to the output.
 The output, Y=S1’S0’D0+S1’S0D1+S1SO’D2+S1S0D3
9/18/2014MULTIPLEXER 8
 8-TO-1 (3 SELECT LINES) MULTIPLEXER
 8:1 MUX has 8 inputs(D0, D1, D2, D3, D4, D5, D6, D7) & 3
select lines(S0,S1, S2,)
BLOCK DIAGRAM TRUTH TABLE
S2 S1 S0 Y
0 0 0 D0
0 0 1 D1
0 1 0 D2
0 1 1 D3
1 0 0 D4
1 0 1 D5
1 1 0 D6
1 1 1 D79/18/2014MULTIPLEXER 9
 The logical level applied to the S input determines which AND
gate is enabled, so that its data input passes through the OR
gate to the output.
9/18/2014MULTIPLEXER 10
 Uses of Multiplexers
 Used in data communications for several computers to
communicate over 1 line
 Used in radio to select one channel from many
 Used to route data within a computer
 Used for function generation
9/18/2014MULTIPLEXER 11
 APPLICATION OF MULTIPLEXER:
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 DestinationSelector
9/18/2014MULTIPLEXER 12
Consider an integer ‘m’, which isconstrained by the following relation:
m = 2n, where m and n are both integers.
 A m-to-1 Multiplexer has
m Inputs: I0, I1, I2, ................ I(m-1)
one Output: Y
n Control inputs: S0, S1, S2, ...... S(n-1)
One (or more) Enable input(s)
such that Y may be equal to one of the inputs, depending upon the
control inputs.
EXAMPLE OF A COMBINATORIAL CIRCUIT:
A MULTIPLEXER (MUX)
9/18/2014MULTIPLEXER 13
Implementing Digital Functions:
by using a Multiplexer:
In this example to design a 3 variable logical function, we try to
use a 4-to-1 MUX rather than a 8-to-1 MUX.
F(x, y, z)=∑ (m(1, 2, 4, 7)
9/18/2014MULTIPLEXER 14
Implementing Digital Functions:
by using a Multiplexer: continue……
In a canonic form:
F = x’.y’.z+ x’.y.z’+x.y’.z’ +x.y.z …… (1)
One Possible Solution:
Assume that x = S1 , y =S0 .
If F is to be obtained from the output of a 4-to-1 MUX,
F =S’1. S’0. I0 + S’1. S0. I1 +S1. S’0. I2 + S1. S0. I3 ….(2)
From (1) and (2),
I0 = I3 =Z I1 = I2 =Z’
9/18/2014MULTIPLEXER 15
Implementing Digital Functions:
by using a Multiplexer: continue……
9/18/2014MULTIPLEXER 16
Another Possible Solution:
Assume that z = S1 , x =S0 .
If F is to be obtained from the output of a 4-to-1 MUX,
F = S’0 .I0 . S1 + S’0 .I1 . S’1 + S0 .I2 . S’1 + S0 .I3 . S1 ………… (3)
From (1) and (2),
I0 = y’ = I2
I1 = y = I3
Implementing Digital Functions:
by using a Multiplexer: continue……
9/18/2014MULTIPLEXER 17
Implementing Digital Functions:
by using a Multiplexer: continue……
9/18/2014MULTIPLEXER 18
THANK YOU
9/18/2014MULTIPLEXER 19

More Related Content

What's hot

Multiplexer and demultiplexer applications.ppsx 3
Multiplexer and demultiplexer applications.ppsx 3Multiplexer and demultiplexer applications.ppsx 3
Multiplexer and demultiplexer applications.ppsx 3safia safreen
 
decoder and encoder
 decoder and encoder decoder and encoder
decoder and encoderUnsa Shakir
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuitsgourav kottawar
 
Logic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesLogic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesDhwanil Champaneria
 
Verilog full adder in dataflow & gate level modelling style.
Verilog full adder in dataflow  & gate level modelling style.Verilog full adder in dataflow  & gate level modelling style.
Verilog full adder in dataflow & gate level modelling style.Omkar Rane
 
Multiplexers and Demultiplexers
Multiplexers and DemultiplexersMultiplexers and Demultiplexers
Multiplexers and DemultiplexersGargiKhanna1
 
Differential amplifier
Differential amplifierDifferential amplifier
Differential amplifiersarunkutti
 
Demultiplexer presentation
Demultiplexer presentationDemultiplexer presentation
Demultiplexer presentationShaikat Saha
 
Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit (ALU)Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit (ALU)Student
 
Number system in Digital Electronics
Number system in Digital ElectronicsNumber system in Digital Electronics
Number system in Digital ElectronicsJanki Shah
 

What's hot (20)

Basics of digital electronics
Basics of digital electronicsBasics of digital electronics
Basics of digital electronics
 
Demultiplexer
DemultiplexerDemultiplexer
Demultiplexer
 
Shift Registers
Shift RegistersShift Registers
Shift Registers
 
Adder ppt
Adder pptAdder ppt
Adder ppt
 
Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
 
Multiplexer and demultiplexer applications.ppsx 3
Multiplexer and demultiplexer applications.ppsx 3Multiplexer and demultiplexer applications.ppsx 3
Multiplexer and demultiplexer applications.ppsx 3
 
decoder and encoder
 decoder and encoder decoder and encoder
decoder and encoder
 
Digital Logic circuit
Digital Logic circuitDigital Logic circuit
Digital Logic circuit
 
Encoder
EncoderEncoder
Encoder
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuits
 
Logic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesLogic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gates
 
Flipflop
FlipflopFlipflop
Flipflop
 
Verilog full adder in dataflow & gate level modelling style.
Verilog full adder in dataflow  & gate level modelling style.Verilog full adder in dataflow  & gate level modelling style.
Verilog full adder in dataflow & gate level modelling style.
 
Multiplexers and Demultiplexers
Multiplexers and DemultiplexersMultiplexers and Demultiplexers
Multiplexers and Demultiplexers
 
Differential amplifier
Differential amplifierDifferential amplifier
Differential amplifier
 
Demultiplexer presentation
Demultiplexer presentationDemultiplexer presentation
Demultiplexer presentation
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 
flip flops
flip flops flip flops
flip flops
 
Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit (ALU)Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit (ALU)
 
Number system in Digital Electronics
Number system in Digital ElectronicsNumber system in Digital Electronics
Number system in Digital Electronics
 

Viewers also liked

Multiplexer & de multiplexer
Multiplexer & de multiplexerMultiplexer & de multiplexer
Multiplexer & de multiplexervishalgohel12195
 
1 Multiplexer
1 Multiplexer1 Multiplexer
1 Multiplexerna491
 
Demultiplexer
DemultiplexerDemultiplexer
DemultiplexerTech_MX
 
Multiplexers and demultiplexers 2
Multiplexers and demultiplexers 2Multiplexers and demultiplexers 2
Multiplexers and demultiplexers 2Nida Fatima
 
multiplexer 4 input
multiplexer 4 inputmultiplexer 4 input
multiplexer 4 inputAnkit Mistry
 
Multiplexer
Multiplexer Multiplexer
Multiplexer Gaditek
 
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, EncoderCOMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, EncoderVanitha Chandru
 
Encoders and Decoders
Encoders and DecodersEncoders and Decoders
Encoders and DecodersNic JM
 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decodersGaditek
 
認識原住民族的土地正義:「原住民族傳統領域」懶人包 v.4
認識原住民族的土地正義:「原住民族傳統領域」懶人包 v.4認識原住民族的土地正義:「原住民族傳統領域」懶人包 v.4
認識原住民族的土地正義:「原住民族傳統領域」懶人包 v.4katemao
 
Digital to analog convertor
Digital to analog convertorDigital to analog convertor
Digital to analog convertorsartaj ahmed
 
Arquitetura de Computadores - RAID
Arquitetura de Computadores - RAIDArquitetura de Computadores - RAID
Arquitetura de Computadores - RAIDelliando dias
 
Difference between combinational and
Difference between combinational andDifference between combinational and
Difference between combinational andDamodar Panigrahy
 

Viewers also liked (20)

Multiplexer
MultiplexerMultiplexer
Multiplexer
 
Multiplexer & de multiplexer
Multiplexer & de multiplexerMultiplexer & de multiplexer
Multiplexer & de multiplexer
 
1 Multiplexer
1 Multiplexer1 Multiplexer
1 Multiplexer
 
multiplexer and d-multiplexer
multiplexer and d-multiplexermultiplexer and d-multiplexer
multiplexer and d-multiplexer
 
Demultiplexer
DemultiplexerDemultiplexer
Demultiplexer
 
Multiplexers and demultiplexers 2
Multiplexers and demultiplexers 2Multiplexers and demultiplexers 2
Multiplexers and demultiplexers 2
 
Encoder and decoder
Encoder and decoderEncoder and decoder
Encoder and decoder
 
multiplexer 4 input
multiplexer 4 inputmultiplexer 4 input
multiplexer 4 input
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
 
Multiplexer
Multiplexer Multiplexer
Multiplexer
 
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, EncoderCOMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
COMPUTER ORGANIZATION -Multiplexer,Demultiplexer, Encoder
 
Encoders and Decoders
Encoders and DecodersEncoders and Decoders
Encoders and Decoders
 
Encoders and decoders
Encoders and decodersEncoders and decoders
Encoders and decoders
 
Multiplexar
MultiplexarMultiplexar
Multiplexar
 
Rural ppt
Rural pptRural ppt
Rural ppt
 
Multiplexing changes(2)
Multiplexing   changes(2)Multiplexing   changes(2)
Multiplexing changes(2)
 
認識原住民族的土地正義:「原住民族傳統領域」懶人包 v.4
認識原住民族的土地正義:「原住民族傳統領域」懶人包 v.4認識原住民族的土地正義:「原住民族傳統領域」懶人包 v.4
認識原住民族的土地正義:「原住民族傳統領域」懶人包 v.4
 
Digital to analog convertor
Digital to analog convertorDigital to analog convertor
Digital to analog convertor
 
Arquitetura de Computadores - RAID
Arquitetura de Computadores - RAIDArquitetura de Computadores - RAID
Arquitetura de Computadores - RAID
 
Difference between combinational and
Difference between combinational andDifference between combinational and
Difference between combinational and
 

Similar to MULTIPLEXER

minimization technique.ppt
minimization technique.pptminimization technique.ppt
minimization technique.ppttahobah480
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
unit-6_combinational_jbiunkjnjbkjbjjcircuit-2.ppt
unit-6_combinational_jbiunkjnjbkjbjjcircuit-2.pptunit-6_combinational_jbiunkjnjbkjbjjcircuit-2.ppt
unit-6_combinational_jbiunkjnjbkjbjjcircuit-2.pptJ. Glory Precious
 
Design of Multiplexers, Decoder and a Full Subtractor using Reversible Gates
Design of Multiplexers, Decoder and a Full Subtractor using Reversible GatesDesign of Multiplexers, Decoder and a Full Subtractor using Reversible Gates
Design of Multiplexers, Decoder and a Full Subtractor using Reversible GatesIJLT EMAS
 
Ceng232 Decoder Multiplexer Adder
Ceng232 Decoder Multiplexer AdderCeng232 Decoder Multiplexer Adder
Ceng232 Decoder Multiplexer Addergueste731a4
 
Logic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional LogicLogic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional LogicGouda Mando
 
Verilog VHDL code Multiplexer and De Multiplexer
Verilog VHDL code Multiplexer and De Multiplexer Verilog VHDL code Multiplexer and De Multiplexer
Verilog VHDL code Multiplexer and De Multiplexer Bharti Airtel Ltd.
 
High Speed Memory Efficient Multiplier-less 1-D 9/7 Wavelet Filters Based NED...
High Speed Memory Efficient Multiplier-less 1-D 9/7 Wavelet Filters Based NED...High Speed Memory Efficient Multiplier-less 1-D 9/7 Wavelet Filters Based NED...
High Speed Memory Efficient Multiplier-less 1-D 9/7 Wavelet Filters Based NED...IJERA Editor
 
SESSION 2.ppt
SESSION 2.pptSESSION 2.ppt
SESSION 2.pptSaranya S
 
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...Arti Parab Academics
 
Ecad &vlsi lab 18
Ecad &vlsi lab 18Ecad &vlsi lab 18
Ecad &vlsi lab 18Shekar Midde
 
Demultiplexer with vhdl code
Demultiplexer  with vhdl codeDemultiplexer  with vhdl code
Demultiplexer with vhdl codeVishal Bait
 

Similar to MULTIPLEXER (20)

minimization technique.ppt
minimization technique.pptminimization technique.ppt
minimization technique.ppt
 
Multiplexer and De multiplexers.docx
Multiplexer and De multiplexers.docxMultiplexer and De multiplexers.docx
Multiplexer and De multiplexers.docx
 
Multiplux
MultipluxMultiplux
Multiplux
 
Digital electronics multiplexers demultiplexers
Digital electronics multiplexers demultiplexersDigital electronics multiplexers demultiplexers
Digital electronics multiplexers demultiplexers
 
Unit 2 module-2
Unit 2 module-2Unit 2 module-2
Unit 2 module-2
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
unit-6_combinational_jbiunkjnjbkjbjjcircuit-2.ppt
unit-6_combinational_jbiunkjnjbkjbjjcircuit-2.pptunit-6_combinational_jbiunkjnjbkjbjjcircuit-2.ppt
unit-6_combinational_jbiunkjnjbkjbjjcircuit-2.ppt
 
Design of Multiplexers, Decoder and a Full Subtractor using Reversible Gates
Design of Multiplexers, Decoder and a Full Subtractor using Reversible GatesDesign of Multiplexers, Decoder and a Full Subtractor using Reversible Gates
Design of Multiplexers, Decoder and a Full Subtractor using Reversible Gates
 
Ceng232 Decoder Multiplexer Adder
Ceng232 Decoder Multiplexer AdderCeng232 Decoder Multiplexer Adder
Ceng232 Decoder Multiplexer Adder
 
Logic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional LogicLogic Design - Chapter 5: Part1 Combinattional Logic
Logic Design - Chapter 5: Part1 Combinattional Logic
 
Multiplexer demul
Multiplexer demulMultiplexer demul
Multiplexer demul
 
10 multiplexers-de mux
10 multiplexers-de mux10 multiplexers-de mux
10 multiplexers-de mux
 
Verilog VHDL code Multiplexer and De Multiplexer
Verilog VHDL code Multiplexer and De Multiplexer Verilog VHDL code Multiplexer and De Multiplexer
Verilog VHDL code Multiplexer and De Multiplexer
 
High Speed Memory Efficient Multiplier-less 1-D 9/7 Wavelet Filters Based NED...
High Speed Memory Efficient Multiplier-less 1-D 9/7 Wavelet Filters Based NED...High Speed Memory Efficient Multiplier-less 1-D 9/7 Wavelet Filters Based NED...
High Speed Memory Efficient Multiplier-less 1-D 9/7 Wavelet Filters Based NED...
 
SESSION 2.ppt
SESSION 2.pptSESSION 2.ppt
SESSION 2.ppt
 
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
FYBSC IT Digital Electronics Unit IV Chapter I Multiplexer, Demultiplexer, AL...
 
Ecad &vlsi lab 18
Ecad &vlsi lab 18Ecad &vlsi lab 18
Ecad &vlsi lab 18
 
Demultiplexer with vhdl code
Demultiplexer  with vhdl codeDemultiplexer  with vhdl code
Demultiplexer with vhdl code
 
Amit vish
Amit vishAmit vish
Amit vish
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 

More from Siddhi Shrivas

More from Siddhi Shrivas (14)

VECTOR FUNCTION
VECTOR FUNCTION VECTOR FUNCTION
VECTOR FUNCTION
 
Production management
Production managementProduction management
Production management
 
Team work
Team workTeam work
Team work
 
Resonance in R-L-C circuit
Resonance in R-L-C circuitResonance in R-L-C circuit
Resonance in R-L-C circuit
 
Exact & non differential equation
Exact & non differential equationExact & non differential equation
Exact & non differential equation
 
Functions of process management
Functions of process managementFunctions of process management
Functions of process management
 
DATABASE MANAGEMENT
DATABASE MANAGEMENTDATABASE MANAGEMENT
DATABASE MANAGEMENT
 
THREADED BINARY TREE AND BINARY SEARCH TREE
THREADED BINARY TREE AND BINARY SEARCH TREETHREADED BINARY TREE AND BINARY SEARCH TREE
THREADED BINARY TREE AND BINARY SEARCH TREE
 
ENGAGE DEEPLY
ENGAGE DEEPLYENGAGE DEEPLY
ENGAGE DEEPLY
 
KIRCHHOFF’S CURRENT LAW
KIRCHHOFF’S CURRENT LAWKIRCHHOFF’S CURRENT LAW
KIRCHHOFF’S CURRENT LAW
 
Communication
CommunicationCommunication
Communication
 
Listening skills
Listening skillsListening skills
Listening skills
 
Laser
LaserLaser
Laser
 
Newtons law
Newtons lawNewtons law
Newtons law
 

Recently uploaded

Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 

Recently uploaded (20)

Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 

MULTIPLEXER

  • 1. SILVER OAK COLLEGE OF ENGINEERING AND TECHNOLOGY TOPIC :- STUDENT NAME :- SIDDHI SHRIVAS (130770107163) DIVISON :- COMPUTER – C GUIDED BY :-MR. BIKAS MUDULI, SOCET
  • 2.  WHAT IS MULTIPLEXER? o A MULTIPLEXER is a digital circuit that has multiple inputs and a single output. o The selection of one of the n inputs is done by the select inputs o It has one output selected at a time. o It is also known as DATA SELECTOR. o A multiplexer has N data inputs(multiple) 1 output (single) M select inputs, with 2M =N 9/18/2014MULTIPLEXER 2
  • 3.  BLOCK DIAGRAM OF MULTIPLEXER : 9/18/2014MULTIPLEXER 3
  • 4.  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) 9/18/2014MULTIPLEXER 4
  • 5.  2-TO-1 (1 SELECT LINES) MULTIPLEXER Here 2:1 means 2 inputs and 1 output BLOCK DIAGRAM TRUTH TABLE S OUTPUT Y 0 D0 1 D1 9/18/2014MULTIPLEXER 5
  • 6.  The logical level applied to the S input determines which AND gate is enabled, so that its data input passes through the OR gate to the output.  The output, Y=D0S’+D1S  When  S=0,AND gate 1 is enabled and AND gate 2 is disabled. So, Y=DO  S=1,AND gate 1 is disabled and AND gate 2 is enabled . So, Y=D1 9/18/2014MULTIPLEXER 6
  • 7.  4-to-1 (2 select lines) Multiplexer  4:1 MUX has 4 inputs(D0, D1, D2, D3) & 2 select lines(S0, S1) BLOCK DIAGRAM TRUTH TABLE S1 S0 Y 0 0 D0 0 1 D1 1 0 D2 1 1 D3 MUX D0 D1 D2 D3 Y S1 S0 9/18/2014MULTIPLEXER 7
  • 8.  The logical level applied to the S input determines which AND gate is enabled, so that its data input passes through the OR gate to the output.  The output, Y=S1’S0’D0+S1’S0D1+S1SO’D2+S1S0D3 9/18/2014MULTIPLEXER 8
  • 9.  8-TO-1 (3 SELECT LINES) MULTIPLEXER  8:1 MUX has 8 inputs(D0, D1, D2, D3, D4, D5, D6, D7) & 3 select lines(S0,S1, S2,) BLOCK DIAGRAM TRUTH TABLE S2 S1 S0 Y 0 0 0 D0 0 0 1 D1 0 1 0 D2 0 1 1 D3 1 0 0 D4 1 0 1 D5 1 1 0 D6 1 1 1 D79/18/2014MULTIPLEXER 9
  • 10.  The logical level applied to the S input determines which AND gate is enabled, so that its data input passes through the OR gate to the output. 9/18/2014MULTIPLEXER 10
  • 11.  Uses of Multiplexers  Used in data communications for several computers to communicate over 1 line  Used in radio to select one channel from many  Used to route data within a computer  Used for function generation 9/18/2014MULTIPLEXER 11
  • 12.  APPLICATION OF MULTIPLEXER: 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 DestinationSelector 9/18/2014MULTIPLEXER 12
  • 13. Consider an integer ‘m’, which isconstrained by the following relation: m = 2n, where m and n are both integers.  A m-to-1 Multiplexer has m Inputs: I0, I1, I2, ................ I(m-1) one Output: Y n Control inputs: S0, S1, S2, ...... S(n-1) One (or more) Enable input(s) such that Y may be equal to one of the inputs, depending upon the control inputs. EXAMPLE OF A COMBINATORIAL CIRCUIT: A MULTIPLEXER (MUX) 9/18/2014MULTIPLEXER 13
  • 14. Implementing Digital Functions: by using a Multiplexer: In this example to design a 3 variable logical function, we try to use a 4-to-1 MUX rather than a 8-to-1 MUX. F(x, y, z)=∑ (m(1, 2, 4, 7) 9/18/2014MULTIPLEXER 14
  • 15. Implementing Digital Functions: by using a Multiplexer: continue…… In a canonic form: F = x’.y’.z+ x’.y.z’+x.y’.z’ +x.y.z …… (1) One Possible Solution: Assume that x = S1 , y =S0 . If F is to be obtained from the output of a 4-to-1 MUX, F =S’1. S’0. I0 + S’1. S0. I1 +S1. S’0. I2 + S1. S0. I3 ….(2) From (1) and (2), I0 = I3 =Z I1 = I2 =Z’ 9/18/2014MULTIPLEXER 15
  • 16. Implementing Digital Functions: by using a Multiplexer: continue…… 9/18/2014MULTIPLEXER 16
  • 17. Another Possible Solution: Assume that z = S1 , x =S0 . If F is to be obtained from the output of a 4-to-1 MUX, F = S’0 .I0 . S1 + S’0 .I1 . S’1 + S0 .I2 . S’1 + S0 .I3 . S1 ………… (3) From (1) and (2), I0 = y’ = I2 I1 = y = I3 Implementing Digital Functions: by using a Multiplexer: continue…… 9/18/2014MULTIPLEXER 17
  • 18. Implementing Digital Functions: by using a Multiplexer: continue…… 9/18/2014MULTIPLEXER 18

Editor's Notes

  1. This slide shows a typical application of a multiplexer (in this case a 4-to-1 MUX). Have the students share other common applications of MUXs. http://images.tigerdirect.ca/skuimages/large/Logitech-X-540-L23-7250-mai.jpg