Sneha.  Introduction to MUX and DEMUX Introduction to MUX and DEMUX  Multiplexer Multiplexer  4-to-1 Multiplexer (MUX) 4-to-1 Multiplexer (MUX)  Typical.

Slides:



Advertisements
Similar presentations
Basics Combinational Circuits Sequential Circuits
Advertisements

Encoders Three-state devices Multiplexers
EE 261 – Introduction to Logic Circuits
Digital Logic Design Week 7 Encoders, Decoders, Multiplexers, Demuxes.
Multiplexer / Demultiplexer
Multiplexers Section 3-7 Mano & Kime. Multiplexers & Demultiplexers Multiplexers (Selectors) Lab 1 – Behavioral VHDL -- Multiplexers MUX as a Universal.
Decoders/DeMUXs CS370 – Spring Decoder: single data input, n control inputs, 2 outputs control inputs (called select S) represent Binary index of.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
DIGITAL SYSTEMS TCE OTHER COMBINATIONAL LOGIC CIRCUITS WEEK 7 AND WEEK 8 (LECTURE 3 OF 3) MULTIPLEXERS DEMULTIPLEXERS.
Combinational Logic Building Blocks
ECE 301 – Digital Electronics Multiplexers and Demultiplexers (Lecture #12)
Multiplexer MUX. 2 Multiplexer Multiplexer (Selector)  2 n data inputs,  n control inputs,  1 output  Used to connect 2 n points to a single point.
 Combinational circuit that selects binary information from one of many input lines and directs information to a single output line.
Princess Sumaya Univ. Computer Engineering Dept. Review:
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 6 Input and Output.
XOR, XNOR, and Binary Adders
3 rd IT PREPARED BY:- Zeel Jani ( ) Maitri Purabiya ( ) Manju Chufal( )
MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5) Dr. Costas Kyriacou and Dr. Konstantinos Tatas ACOE161 - Digital Logic.
Three-state devices Multiplexers
Functions of Combinational Logic
WEEK #9 FUNCTIONS OF COMBINATIONAL LOGIC (DECODERS & MUX EXPANSION)
Input & Output Hardware Chapter 6 Taking Charge of Computing and Communications.
Adders Half-adder  Adds two bits Produces a sum and carry  Problem: Cannot use it to build larger inputs Full-adder  Adds three 1-bit values Like half-adder,
Logical Circuit Design Week 6,7: Logic Design of Combinational Circuits Mentor Hamiti, MSc Office ,
Kuliah Rangkaian Digital Kuliah 6: Blok Pembangun Logika Kombinasional Teknik Komputer Universitas Gunadarma.
EE2420 – Digital Logic Summer II 2013 Hassan Salamy Ingram School of Engineering Texas State University Set 12: Multiplexers, Decoders, Encoders, Shift.
Multiplexers and De-Multiplexers 1
Network Communications Chapter 6 Multiplexers and Switching Concepts.
ECE 3110: Introduction to Digital Systems Chapter 5 Combinational Logic Design Practices Three-state devices Multiplexers.
Magnitude Comparator Dr. Ahmed Telba.
Multiplexers and De-Multiplexers
Multiplexors Decoders  Decoders are used for forming separate signals for different combination of input signals.  The multiplexer circuit is a digital.
Company LOGO Edit your slogan here DKT 122/3 DIGITAL SYSTEM 1 WEEK #8 FUNCTIONS OF COMBINATIONAL LOGIC (ENCODER & DECODER, MUX & DEMUX)
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Multiplexers.
Multiplexers & Decoders By: Jason Pitts CS 147 Spring 2010.
A multiplexer (MUX) selects one data line from two or more input lines and routes data from the selected line to the output. The particular data line that.
Digital Design Module 2 Multiplexer and Demultiplexer
Lecture #17 Page 1 ECE 4110–5110 Digital System Design Lecture #17 Agenda 1.MSI Multiplexers 2.MSI Encoders Announcements Test 1 closed book, Wednesday.
Multiplexer.
EKT 314/4 WEEK 10 : CHAPTER 4 DATA ACQUISITION AND CONVERSION ELECTRONIC INSTRUMENTATION.
ACOE161 (Spring2007)MSI Devices1 Revision on MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5)
Lecture No. 18 Combinational Functional Devices. Recap Decoder Decoder –3-to-8 Decoder –Cascading of Decoders 4-to-16 decoder –Implementing SOP & POS.
MSI Circuits.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
ECE 3130 Digital Electronics and Design
Digital Design Jeff Kautzer Univ Wis Milw.
Multiplexer.
EKT 124 MUX AND DEMUX.
Multiplexer / Demultiplexer
Combinational Circuits
Combinational Logic Circuits
Created by- AMRITANSHU KUMAR
OTHER COMBINATIONAL LOGIC CIRCUITS
What is a Multiplexer (MUX)?
The Multiplexer Multi what?
Multiplexer / Demultiplexer
XOR, XNOR, and Binary Adders
What is a Multiplexer (MUX)?
Hasib Hasan Ankit Baingane Edward Hanson
Unit5 Combinational circuit and instrumentation system.
NAND-ONLY LOGIC CIRCUITS
Basics Combinational Circuits Sequential Circuits
Multiplexer / Demultiplexer
XOR, XNOR, & Binary Adders
EET107/3 DIGITAL ELECTRONICS 1
Multiplexers & Demultiplexers
Chapter 2 Gates.
XOR, XNOR, and Binary Adders
Digital System Design Combinational Logic
XOR, XNOR, and Binary Adders
Presentation transcript:

Sneha

 Introduction to MUX and DEMUX Introduction to MUX and DEMUX  Multiplexer Multiplexer  4-to-1 Multiplexer (MUX) 4-to-1 Multiplexer (MUX)  Typical Application of a MUX Typical Application of a MUX  Demutliplexer Demutliplexer  1:4 DEMUX 1:4 DEMUX  Typical Application of a DEMUX Typical Application of a DEMUX

 This presentation will demonstrate  The basic function of the Multiplexer (MUX).  The typical application of a MUX.  A 4-to-1 MUX designed with Small Scale Integration (SSI).  A 4-to-1, 8-to-1, & 16-to-1 Medium Scale Integration (MSI) MUX.  The basic function of the Demultiplexer (DEMUX).  The typical application of a DEMUX.  A 1-to-4 DEMUX design with Small Scale Integration (SSI).  A 1-to-4, 1-to-8, & 1-to-16 Medium Scale Integration (MSI) DEMUX.  A 7-segment message display using MUX/DEMUX back

 A multiplexer is a combinational circuit that accept input from 2 n lines and give the output on a single output line.  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) back

 I0, I1, I2, I3 are four inputs  Y is the output  Sel_0 and Sel_1 are the two select lines.

 Expression :I0.sel_1’.sel_0’+I2. sel_1’.sel_0+ I2.sel_1.sel_0’+ I3.sel_1.sel_0 Data Select inputsOutput y Sel_1sel_0Input Selected 00I0 01I1 10I2 11I3

back

8 MP3 Player Docking Station Laptop Sound Card Digital Satellite Digital Cable TV Surround Sound System MU X D0 D1 D2 D3 Y BASelected Source 00MP3 01Laptop 10Satellite 11Cable TV Multiple Sources Single Destination Selector back

 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) back

 D0, D1, D2, D3 are four outputs.  Data i\p is the input line.  Sel_0 and Sel_1 are the two select lines.

Select LinesOutput Lines S1S0D0D1D2D

back

13 Single SourceMultiple Destinations Selector D0 D1 D2 D3 X DEMUX BA Selected Destination 00B/W Laser Printer 01Fax Machine 10Color Inkjet Printer 11Pen Plotter B/W Laser Printer Color Inkjet Printer Pen Plotter Fax Machine back