Prepared by: Careene McCallum-Rodney Multiplexor.

Slides:



Advertisements
Similar presentations
Encoders and Decoders.
Advertisements

Digital Logic Design Week 7 Encoders, Decoders, Multiplexers, Demuxes.
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,
Speical purpose Encoders/Comparators
Analog-to-Digital Converter (ADC) And
Chapter 4 - The World Was Once Analog Introduction Sound, Vibrations, And Analog Recording (phonograph record) - An analog device maintains an exact physical.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
Computer Arithmetic, Multiplexers Prof. Sin-Min Lee Department of Computer Science.
Multiplexers Module M6.1 Section 6.4. Multiplexers A 4-to-1 MUX TTL Multiplexer A 2-to-1 MUX.
Objectives: Sampling of analog signal. Act as analyzer and terminal for pc. Project supervised by: Michael Gandelsman Project performed by: Roman Paleria,
1 Project supervised by: Dr Michael Gandelsman Project performed by: Roman Paleria, Avi Yona 26/4/2004 Multi-channel Data Acquisition System Final_A Presentation.
4-to-1 Multiplexer: Module Instantiation Discussion D7.2 Example 5.
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.
Chapter2 Digital Components Dr. Bernard Chen Ph.D. University of Central Arkansas Spring 2009.
 Combinational circuit that selects binary information from one of many input lines and directs information to a single output line.
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.
For more notes and topics visit: eITnotes.com.
Objectives: Lead Switching Circuitry/Control Analog to Digital Converter Write to Computer.
Outline Decoder Encoder Mux. Decoder Accepts a value and decodes it Output corresponds to value of n inputs Consists of: Inputs (n) Outputs (2 n, numbered.
ECE 3130 – Digital Electronics and Design
Multiplexers 1 The output is equal to one of several input signals to the circuit The multiplexer selects which input signal to use as an output signal.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Digital Electronics Lecture 6 Combinational Logic Circuit Design.
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
Morgan Kaufmann Publishers
4. Electrons and electronics 4.5 Digital electronics.
Optical telecommunication networks.  Introduction  Multiplexing  Optical Multiplexing  Components of Optical Mux  Application  Advantages  Shortcomings/Future.
Integrated Circuits. Integrated Circuit (IC) A silicon crystal (chip) containing electronic components that create the logic gates we’ve been looking.
From Chapter 1 - Computers- Understanding Technology
 In computing, an input device is a peripheral (piece of computer hardware equipment) used to provide data and control signals to an information processing.
© 2006 ITT Educational Services Inc. IT412 Voice and Data Integration : Unit 2 Slide 1 Unit 2 Modulation and Transmission Schemes.
Multiplexers and De-Multiplexers 1
Computer Science 210 Computer Organization Control Circuits Decoders and Multiplexers.
Chapter 6 Multiplexers and Switching Concepts
1 Outline Bus Transfer Memory Transfer Microoperations.
Counters Prepared by: Careene McCallum-Rodney. Introduction Counters uses a Toggle Flip Flops to count either UP or DOWN in binary. A toggle flip flop.
Magnitude Comparator A magnitude comparator is a combinational circuit that compares two numbers, A and B, and then determines their relative magnitudes.
Multiplexers and De-Multiplexers
ECE 320 Homework #4 1. Using 8 data input selector logic (MUX), implement the following two functions: a) F(A,B,C)=S 0 S 2 S 3 S 5 b) F(A,B,C,D)=P 0 +P.
1 Fundamentals of Computer Science Combinational Circuits.
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)
CEC 220 Digital Circuit Design Number Systems & Conversions Wednesday, Aug 26 CEC 220 Digital Circuit Design Slide 1 of 16.
3.13 How many output lines will a five-input decoder have?
Multiplexer (MUX) A multiplexer can use addressing bits to select one of several input bits to be the output. A selector chooses a single data input and.
Multiplexers & Decoders By: Jason Pitts CS 147 Spring 2010.
CSE 140 Lecture 13 Combinational Standard Modules Professor CK Cheng CSE Dept. UC San Diego 1.
INPUT, Output & storage devices
Multiplexer.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
ECE 3130 Digital Electronics and Design
ECE 3130 Digital Electronics and Design
Digital Electronics Introduction
CS221: Digital Logic Design Combinational Circuits 3
Combinational Circuits
More Devices: Control (Making Choices)
What is a Multiplexer (MUX)?
Overview Introduction Logic Gates Flip Flops Registers Counters
Latches and Flip-flops
Unit5 Combinational circuit and instrumentation system.
Magnitude Comparator A magnitude comparator is a combinational circuit that compares two numbers, A and B, and then determines their relative magnitudes.
Intro to Digital Control Test # 2 - Agenda
EET107/3 DIGITAL ELECTRONICS 1
COE 202: Digital Logic Design Combinational Circuits Part 3
CSE 140L Discussion 3 CK Cheng and Thomas Weng
A register design with parallel load input
Digital Electronics and Logic Circuit
TIME-BASED HYBRID ANALOG-DIGITAL COMPUTATION
Multiplexor A multiplexor is a device that takes a number of data inputs and selects one of them to pass through as its output. The interface of a multiplexor.
Presentation transcript:

Prepared by: Careene McCallum-Rodney Multiplexor

Introduction A multiplexer or mux is a device that performs multiplexing. It selects one of many analog or digital input signals and outputs that into a single line. An electronic multiplexer makes it possible for several signals to share one expensive device or other resource, for example, one A/D converter or one communication line, instead of having one device per input signal.

Introduction A multiplexor is a selector. The purpose of the multiplexor is to select one of the inputs and output the value stored at its location.

Multiplexor’s inputs It has more than one inputs. The number inputs should amount to a power of two. Hence, you can have 2 inputs, 4 inputs, 8 inputs, 16 inputs, 32 inputs, and so on.

Multiplexor’s Input Each input will have a unique identifier. The number of bits for each input is based on the number of inputs. For example, 8 inputs is 2 3, therefore each input will have 3 bits making up its identifier.

Multiplexor’s Output Therefore, a multiplexor will have ONLY ONE OUTPUT.

Multiplexor’s Selectors To the side of the multiplexor is the selector. The selector will need to know the unique name of the input being selected. Hence, if each input has 2 bits for their unique identifier, then there will be 2 bits for the selector.

Quick Check S0S0 S1S1 S2S GBFAGBFA

Activity 1 - Draw a 4 – 1 bit MUX

Activity 1 - Draw a 2 – 1 bit MUX

Activity 1 - Draw a 16 – 1 bit MUX