What is a Multiplexer (MUX)?

Slides:



Advertisements
Similar presentations
Encoders Three-state devices Multiplexers
Advertisements

Digital Logic Design Week 7 Encoders, Decoders, Multiplexers, Demuxes.
Multiplexer / Demultiplexer
Multiplexer. A multiplexer (MUX) is a device which selects one of many inputs to a single output. The selection is done by using an input address. Hence,
Decoders/DeMUXs CS370 – Spring Decoder: single data input, n control inputs, 2 outputs control inputs (called select S) represent Binary index of.
System Digital Encoder, Decoder, and Contoh Penerapanya.
DIGITAL SYSTEMS TCE OTHER COMBINATIONAL LOGIC CIRCUITS WEEK 7 AND WEEK 8 (LECTURE 3 OF 3) MULTIPLEXERS DEMULTIPLEXERS.
Floyd Digital Fundamentals, 9/e Copyright ©2006 by Pearson Education, Inc. Upper Saddle River, New Jersey All rights reserved. Slide 1 The Digital.
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.
Multiplexers DeMultiplexers XOR gates
Chapter 3 Digital Logic Structures. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 3-2 Building Functions.
9/15/09 - L15 Decoders, Multiplexers Copyright Joanne DeGroat, ECE, OSU1 Decoders and Multiplexers.
Decoders and Multiplexers Prof. Sin-Min Lee Department of Computer Science San Jose State University.
3 rd IT PREPARED BY:- Zeel Jani ( ) Maitri Purabiya ( ) Manju Chufal( )
ECE 3130 – Digital Electronics and Design
Sneha.  Introduction to MUX and DEMUX Introduction to MUX and DEMUX  Multiplexer Multiplexer  4-to-1 Multiplexer (MUX) 4-to-1 Multiplexer (MUX)  Typical.
Three-state devices Multiplexers
WEEK #9 FUNCTIONS OF COMBINATIONAL LOGIC (DECODERS & MUX EXPANSION)
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Digital Logic Problems (II) Prof. Sin-Min Lee Department of Mathematics and Computer Science.
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,
9/15/09 - L15 Decoders, Multiplexers Copyright Joanne DeGroat, ECE, OSU1 Decoders and Multiplexer Circuits.
Logical Circuit Design Week 6,7: Logic Design of Combinational Circuits Mentor Hamiti, MSc Office ,
Morgan Kaufmann Publishers
EE2420 – Digital Logic Summer II 2013 Hassan Salamy Ingram School of Engineering Texas State University Set 12: Multiplexers, Decoders, Encoders, Shift.
1 CSE370, Lecture 10 Lecture 10 u Logistics n HW3 due Friday (cover materials up to this lecture) n Lab3 going on this week n Midterm 1: a week from today.
Multiplexers and Demultiplexers
ECE 3110: Introduction to Digital Systems Chapter 5 Combinational Logic Design Practices Three-state devices Multiplexers.
Multiplexors Decoders  Decoders are used for forming separate signals for different combination of input signals.  The multiplexer circuit is a digital.
S3 INNOVATION ELECTRONICS. LESSON TITLE: ELECTRONICS Learning Intention: To understand when to use different types of logic gates Activity: Building own.
CSE 370 Spring 2006 Introduction to Digital Design Lecture 10: Multiplexers and Demultiplexers Last Lecture Multilevel Logic Hazards Today Multiplexers.
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
Chapter4: Combinational Logic Part 4 Originally By Reham S. Al-Majed Imam Muhammad Bin Saud University.
Multiplexer.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
ECE 3130 Digital Electronics and Design
ECE 3130 Digital Electronics and Design
Multiplexer.
EKT 124 MUX AND DEMUX.
Computer Science 210 Computer Organization
Multiplexer / Demultiplexer
Combinational Logic Circuits
OTHER COMBINATIONAL LOGIC CIRCUITS
What is a Multiplexer (MUX)?
TCET Mumbai
The Multiplexer Multi what?
Lecture 9 Logistics Last lecture Today HW3 due Wednesday
Multiplexer / Demultiplexer
XOR, XNOR, and Binary Adders
Unit5 Combinational circuit and instrumentation system.
Multiplexer / Demultiplexer
Flip-Flop Applications
XOR, XNOR, & Binary Adders
EET107/3 DIGITAL ELECTRONICS 1
Lecture 8 Logistics Last lecture Last last lecture Today
JC Technology Logic Gates.
Multiplexers & Demultiplexers
Lecture 10 Logistics Last lecture Today
XOR, XNOR, and Binary Adders
XOR Function Logic Symbol  Description  Truth Table 
Digital System Design Combinational Logic
Circuit to Truth Table to Logic Expression
XOR, XNOR, and Binary Adders
ECE2030 HW-6.
Presentation transcript:

What is a Multiplexer (MUX)? Multiplexers & Demultiplexers Digital Electronics Lesson 2.4 – Specific Combo Circuits & Misc Topics What is a 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) Multiplexer Block Diagram Select Lines Inputs (sources) Output (destination) 1 2N N MUX Project Lead The Way, Inc. Copyright 2009

Typical Application of a MUX Multiplexers & Demultiplexers Digital Electronics Lesson 2.4 – Specific Combo Circuits & Misc Topics Typical Application of a MUX Multiple Sources Selector Single Destination MP3 Player Docking Station Surround Sound System Laptop Sound Card D0 D1 D2 D3 MUX Y 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 Digital Satellite B A Selected Source MP3 1 Laptop Satellite Cable TV Digital Cable TV Project Lead The Way, Inc. Copyright 2009

4-to-1 Multiplexer (MUX) Multiplexers & Demultiplexers Digital Electronics Lesson 2.4 – Specific Combo Circuits & Misc Topics 4-to-1 Multiplexer (MUX) MUX D0 D1 D2 D3 Y B A B A Y D0 1 D1 D2 D3 SSI logic diagram, block diagram, and truth table for a 4-to-1 MUX Project Lead The Way, Inc. Copyright 2009

What is a Demultiplexer (DEMUX)? Multiplexers & Demultiplexers Digital Electronics Lesson 2.4 – Specific Combo Circuits & Misc Topics What is a 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) Demultiplexer Block Diagram Select Lines Input (source) Outputs (destinations) 2N 1 N DEMUX This slide explains the function of a demultiplexer. Project Lead The Way, Inc. Copyright 2009

Typical Application of a DEMUX Multiplexers & Demultiplexers Digital Electronics Lesson 2.4 – Specific Combo Circuits & Misc Topics Typical Application of a DEMUX Single Source Selector Multiple Destinations B/W Laser Printer Fax Machine D0 D1 D2 D3 X DEMUX Color Inkjet Printer This slide shows a typical application of a demultiplexer (in this case a 1-to-4 DEMUX). Ask students to share other common applications of DEMUXs. B A Selected Destination B/W Laser Printer 1 Fax Machine Color Inkjet Printer Pen Plotter Pen Plotter Project Lead The Way, Inc. Copyright 2009

1-to-4 De-Multiplexer (DEMUX) Multiplexers & Demultiplexers Digital Electronics Lesson 2.4 – Specific Combo Circuits & Misc Topics 1-to-4 De-Multiplexer (DEMUX) D0 D1 D2 D3 X B A DEMUX B A D0 D1 D2 D3 X 1 SSI logic diagram, block diagram, and truth table for a 1-to-4 De-MUX Project Lead The Way, Inc. Copyright 2009

Example : Construct 8-to-1 multiplexer using one 2-to-1 multiplexer and two 4-to-1 multiplexers I0 1 I1 I2 I3 I4 I5 I6 I7 7

MULTIPLEXER APPLICATIONS DATA ROUTING PARALLEL-TO-SERIAL CONVERSION OPERATION SEQUENCING IMPLEMENT LOGIC FUNCTION OF A TRUTH TABLE

THANK YOU