• Home
  • About Us
  • Contact Us
Semiconductor for You
  • Home
  • Semiconductor News
  • Technology
    • Automotive
    • Consumer Electronics
    • IoT
    • Lighting
    • Power Management
    • Wireless
    • Personal Electronics
    • Hardware & Software
    • Research
    • Medical Electronics
    • Embedded Design
    • Aerospace & Defence
    • Artificial Intelligence
  • DIY Projects
  • Market
  • Industries
    • Renesas Electronics
  • Knowledge Base
  • Events
  • Tools
    • Resistor Color Code Calculator
No Result
View All Result
  • Home
  • Semiconductor News
  • Technology
    • Automotive
    • Consumer Electronics
    • IoT
    • Lighting
    • Power Management
    • Wireless
    • Personal Electronics
    • Hardware & Software
    • Research
    • Medical Electronics
    • Embedded Design
    • Aerospace & Defence
    • Artificial Intelligence
  • DIY Projects
  • Market
  • Industries
    • Renesas Electronics
  • Knowledge Base
  • Events
  • Tools
    • Resistor Color Code Calculator
No Result
View All Result
Semiconductor for You
No Result
View All Result
Home Knowledge Base

The Demultiplexer : Types and Its Applications

Bhushan Chaudhary by Bhushan Chaudhary
September 24, 2022
in Knowledge Base
0
  • The demultiplexer is a type of electronic circuit that receives a single input signal and chooses one of several possible output routes to which the signal is transmitted.
  • A demultiplexer is a circuit that can distribute or deliver multiple outputs from a single input (also known as a demux or data distributor). A demultiplexer can function as a single input device with multiple output switches. The output lines of the demultiplexer are numbered ‘n,’ the select lines are numbered’ and n = 2m. The control signal or select input code determines which output line the input must be sent to.
  • The demux also functions as a binary to the decimal decoder. The data input line should be logic 1, and the binary input is sent to the select input lines. The output will be displayed on the corresponding line. This circuit is useful in the design of multiple combinational circuits. A demultiplexer circuit performs the opposite function of a multiplexer (hence the name).
Demultiplexer

Types of Demultiplexer

  • There are various types of demultiplexers available depending on the output configuration, such as 1 to 2, 1 to 4, 1 to 8, and 1 to 16. These demultiplexers come in a variety of IC packages. The 74139 IC is a dual 1 to 4 Demux, the 74138 IC is a 1 to 8 Demux, the 74237 IC is a 1 to 8 Demux with address lines, the 74154 IC is a 1 to 16 Demux, and the 74159 IC is an open collector 1 to 16 Demux. As a result, Demux ICs are also referred to as Decoder ICs.
  • 1:2 Demultiplexer
  • 1:4 Demultiplexer
  • 1:8 Demultiplexer

1. 1:2 Demultiplexer

  • The 1 to 2 De-multiplexer has only two outputs, Y0 and Y1, one selection line, S0, and a single input, A. The input will be connected to one of the outputs based on the selection value. The 12 multiplexer’s block diagram and truth table are shown below.

Block Diagram:


Truth Table:

In C Out1 Out2
0 0 0 0
1 0 1 0
0 1 0 0
1 1 0 1
  • The logical expression of the term Y is as follows:Y0=S0′.A
    Y1=S0.A
  • The following is the logical circuit of the above expressions.

2. 1×4 De-multiplexer:

  • A single input (D), two selection lines (S1 and S0), and four outputs comprise a 1-to-4 demultiplexer (Y0 to Y3). For a specific combination of select lines, the input data is routed to any of the four outputs at any given time.

Block Diagram:


Truth Table:

S1 S0 O
0 0 I0
0 1 I1
1 0 I2
1 1 I3

The following is the logical expression for the term Y:

Y0=S1′ S0′ A
Y1=S1′ S0 A
Y2=S1 S0′ A
Y3=S1 S0 A

  • The following is the logical circuit of the above expressions:

3. 1:8 Demultiplexer

  • The 1-to-8 demultiplexer has a single input D, three select inputs S2, S1, and S0, and eight outputs Y0 to Y7. Because of its three select input lines and eight output lines, it is also known as a 3-to-8 demultiplexer. Depending on the combination of select inputs, it distributes one input line to one of eight output lines.

Block Diagram:


Truth Table:

  • It sends one input line to one of the eight output lines based on the select input combinations, for example, input ‘D’ is connected to one of the outputs from X0 to X7 based on the S0, S1 & S2 select lines. Demux the truth table from 1 to 8.
S2 S1 S0 Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0
0 0 0 0 0 0 0 0 0 0 D
0 0 1 0 0 0 0 0 0 D 0
0 1 0 0 0 0 0 0 D 0 0
0 1 1 0 0 0 0 D 0 0 0
1 0 0 0 0 0 D 0 0 0 0
1 0 1 0 0 D 0 0 0 0 0
1 1 0 0 D 0 0 0 0 0 0
1 1 1 D 0 0 0 0 0 0 0
  • The following is the logical expression for the term Y:X0 = S2’ S1’ S0’ D
    X1 = S2’ S1’ S0 D
    X2 = S2’ S1 S0’ D
    X3 = S2’ S1 S0 D
    X4 = S2 S1’ S0’ D
    X5 = S2 S1’ S0 D
    X6 = S2 S1 S0’ D
    X7 = S2 S1 S0 D
  • The following is the logical circuit of the above expressions.

Advantages of Demultiplexer

  • Transmission of audio/video signals necessitates the use of multiplexers and demultiplexers.
  • The combination of Demuxes and Muxes improves the communication system’s efficiency.

Disadvantages of Demultiplexer

  • Bandwidth waste is possible.
  • Delays may occur as a result of signal synchronization.

Applications of Demultiplexer

  • Clock data recovery solutions employ demultiplexers.
  • A demultiplexer, in conjunction with a multiplexer, is required for data transmission in any communication system.
  • ATM packet broadcasting makes use of demultiplexers.
  • Demultiplexers are used to store the output of the Arithmetic Logic Unit in the appropriate registers.
  • They function as a serial-to-parallel converter.
  • Wavelength routers also make use of them.
Content Protection by DMCA.com
Bhushan Chaudhary

Bhushan Chaudhary

Browse by Category

  • Aerospace and Defence
  • Articles
  • Automotive
  • Consumer-Electronics
  • Hardware & Software
  • Interview
  • IoT
  • Knowledge Base
  • Lighting
  • Market
  • personal-electronics
  • Power Management
  • Research
  • Semiconductor Events
  • Semiconductor News
  • Technology
  • Wireless
Semiconductor for You

Semiconductor For You is a resource hub for electronics engineers and industrialist. With its blend of
technology features, news and new product information, Semiconductor For You keeps designers and
managers up to date with the fastest moving industry in the world.

Follow Us

Browse by Category

  • Aerospace and Defence
  • Articles
  • Automotive
  • Consumer-Electronics
  • Hardware & Software
  • Interview
  • IoT
  • Knowledge Base
  • Lighting
  • Market
  • personal-electronics
  • Power Management
  • Research
  • Semiconductor Events
  • Semiconductor News
  • Technology
  • Wireless

Recent News

KEMET Introduces First 105ºC Supercapacitor for Automotive

KEMET Introduces First 105ºC Supercapacitor for Automotive

March 20, 2023
Nordic-powered module enables Matter over Thread for smart home applications

Nordic-powered module enables Matter over Thread for smart home applications

March 20, 2023
  • About
  • Advertise
  • Privacy & Policy
  • Contact

© 2022 Semiconductor For You

No Result
View All Result
  • Home
  • Semiconductor News
  • Technology
    • IoT
    • Wireless
    • Power Management
    • Automotive
    • Hardware & Software
  • Market
  • Knowledge Base
  • Tools
    • Resistor Color Code Calculator

© 2022 Semiconductor For You

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Cookie settingsACCEPT
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT