Decoder Chapter 12 Subject: Digital System Year: 2009.

Slides:



Advertisements
Similar presentations
ADDER, HALF ADDER & FULL ADDER
Advertisements

Conversion and Coding (12)10.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Encoders.
Logic Circuits Design presented by Amr Al-Awamry
System Digital Encoder, Decoder, and Contoh Penerapanya.
Counters Chapter 17 Subject: Digital System Year: 2009.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
DIGITAL SYSTEMS TCE OTHER COMBINATIONAL LOGIC CIRCUITS WEEK 7 AND WEEK 8 (LECTURE 1 OF 3) COMPARATORS CODE CONVERTERS.
Digital Circuits. Analog and Digital Signals Noise margins in Logic Circuits VMVM.
Combinational Logic1 DIGITAL LOGIC DESIGN by Dr. Fenghui Yao Tennessee State University Department of Computer Science Nashville, TN.
COMBINATIONAL CIRCUITS USING TTL 74XX ICS
DIGITAL SYSTEMS TCE OTHER COMBINATIONAL LOGIC CIRCUITS DECODERS ENCODERS.
Chapter 3 Combinational Logic Design
Lecture 13 Problems (Mano)
Number Systems and Codes In PLC
CS 105 Digital Logic Design
ReVieW Combinational & Sequential Logic Circuit EKT 221 / 4 DIGITAL ELECTRONICS II.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Decoders.
CS 151: Digital Design Chapter 3 3-8: Encoding. CS 151 Encoding Encoding - the opposite of decoding - the conversion of a maximum of 2 n input code to.
Combinational Logic. Outline 4.1 Introduction 4.2 Combinational Circuits 4.3 Analysis Procedure 4.4 Design Procedure 4.5 Binary Adder- Subtractor 4.6.
A little bit of exercise.. ;). Exercise Given to you are some binary to decimal examples : Given to you are some binary to decimal examples : Tens Units.
1 CMSC 250 Chapter 1, con't., Combinatorial circuits.
Functions of Combinational Logic
Combinational Logic By Taweesak Reungpeerakul
1 Adders & Subtractors Adders –An adder is a combinational logic circuit that performs the addition of 2 binary numbers (A & B) to generate the sum (S)
Number System Chapter 3 Subject: Digital System Year: 2009.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
Functions of Combinational Logic By Taweesak Reungpeerakul
CS151 Introduction to Digital Design
Introduction to Microprocessors Chapter 2. Decimal or Base 10 Numbers  Have ten different digits (0-9)  It is a weighted number system. Each position.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
ECE 320 Homework #3 1. Simplify the Boolean function F using the don’t care conditions d, in both S.O.P. and P.O.S. form: a) F=A’B’D’+A’CD+A’BC d=A’BC’D+ACD+AB’D’
Computing Machinery Chapter 3: Combinational Circuits.
1 CS 151: Digital Design Chapter 3: Combinational Logic Design 3-1Design Procedure CS 151: Digital Design.
WEEK #11 FUNCTIONS OF COMBINATIONAL LOGIC (PART 4)
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.
Chapter 0 – Week 2 Combinational Logic Design. What have been discussed Design hierarchy –Top – down –Bottom – up CAD HDL Logic synthesis.
Company LOGO Edit your slogan here DKT 122/3 DIGITAL SYSTEM 1 WEEK #8 FUNCTIONS OF COMBINATIONAL LOGIC (ENCODER & DECODER, MUX & DEMUX)
Section 5 Digital Electronic Circuits. Chapter 32 Binary Number System.
Digital Electronics Principles & Applications Fifth Edition Chapter 2 Numbers We Use in Digital Electronics ©1999 Glencoe/McGraw-Hill Roger L. Tokheim.
Arithmetic Chapter 4 Subject: Digital System Year: 2009.
Chapter 32 Binary Number System. Objectives After completing this chapter, you will be able to: –Describe the binary number system –Identify the place.
Chapter 5 NUMBER REPRESENTATION AND ARITHMETIC CIRCUITS.
Decoders A decoder is a logic circuit that detects the presence of a specific combination of bits at its input. Two simple decoders that detect the presence.
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.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
1 CMSC 250 Circuits. 2 CMSC 250 Find Boolean formula for: p, q & r are the variables. pqroutput
Programmable Logic Controller
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Combinational Circuits
Part 4 Combinational Logic.
CMPE212 Discussion Patrick Sykes
Digital Electronics MSI Logic
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Decoders.
FUNCTION OF COMBINATIONAL LOGIC CIRCUIT
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Encoders.
Digital Electronics Ms. Deepa Mehta.
FIGURE 4.1 Block diagram of combinational circuit
Multiplexers Anindya IE CSE.
Chapter 1 Number System RGGP, Narwana.
Table 1.1 Powers of Two.
LOGIC Circuits.
Prof. Onur Mutlu ETH Zurich Spring March 2019
Adder, Subtructer, Encoder, Decoder, Multiplexer, Demultiplexer
Instructor: Alexander Stoytchev
Number Systems.
Arithmetic Circuits.
Presentation transcript:

Decoder Chapter 12 Subject: Digital System Year: 2009

3 Overview Decoder Encoder Code Converter

4 Decoder Decoder is a digital circuit that detect the presence of specified combination of bits (code) on its inputs and indicates the presence of code by a specified output level Decoder n to 2 n IOIO I1I1 InIn YOYO Y1Y1 Y (2 n-1 )

5 Decoder

6 Decoder Application

7 BCD to Decimal Decoder

8 The BCD to 7 Segment Decoder

9 Encoders An Encoder is a combinational logic circuit that essentially performs a “reverse” decoder function. INPUTOUTPUT I 0 I 1 I 2 I 3 I 0 I 1 I 2 I 3 X Y X Y I 2 + I 3 X = I 2 + I 3 I 1 + I 3 Y = I 1 + I 3

10 The Decimal to BCD Encoder

11 The Decimal to BCD Encoder

12 Encoder Application

Code Converter Method of using combinational logic circuit to convert from one code to another code BCD to Binary Conversion –One Method of BCD to Binary code conversion uses adder circuit. This basic conversion process is as follows :,The value, or weight, of each bit in the BCD number is represented by a binary number. All of the binary representations of the weights of bits that are 1s in the BCD number are added The result of this addition is the binary equivalent of the BCD number Bina Nusantara University 13

Example Bina Nusantara University 14