CMPE212 Discussion 10/3/14 Patrick Sykes

Slides:



Advertisements
Similar presentations
1 The 2-to-4 decoder is a block which decodes the 2-bit binary inputs and produces four output All but one outputs are zero One output corresponding to.
Advertisements

ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Encoders.
Give qualifications of instructors: DAP
Logic Circuits Design presented by Amr Al-Awamry
Princess Sumaya University
Cs 1110 Ch 4-1 Combinational Logic. ° Introduction Logic circuits for digital systems may be: °2°2 combinational sequential OR A combinational circuit.
Logical Design.
Combinational Circuits CS370 – Spring BCD to 7 Segment Display Controller Understanding the problem: input is a 4 bit bcd digit output is the control.
System Digital Encoder, Decoder, and Contoh Penerapanya.
التصميم المنطقي Second Course
LOGIC DESIGN AND CIRCUITS SEVEN SEGMENT LED DISPLAY Res. Assist. Hale İnan 1.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
ENGIN112 L13: Combinational Design Procedure October 1, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 13 Combinational Design Procedure.
CS 151 Digital Systems Design Lecture 13 Combinational Design Procedure.
7 Segment to BCD Converter
Electronics Technology Seven-Segment Displays
BCD to 7-Segment Display
Lecture 13 Problems (Mano)
Boolean Algebra and Logic Simplification
9/15/09 - L15 Decoders, Multiplexers Copyright Joanne DeGroat, ECE, OSU1 Decoders and Multiplexers.
Logic Function Optimization. Combinational Logic Circuit Regular SOP and POS designs Do not care expressions Digital logic circuit applications Karnaugh.
Combinational and Sequential Logic Circuits.
Dr. Ahmed El-Bialy, Dr. Sahar Fawzy Combinational Circuits Dr. Ahmed El-Bialy Dr. Sahar Fawzy.
Chapter 2: The Logic of Compound Statements 2.5 Application: Number Systems and Circuits for Addition 1 Counting in binary is just like counting in decimal.
1 Combinational Logic Design Digital Computer Logic Kashif Bashir
Lecture 11 Combinational Design Procedure
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Let’s learn about it. 10.
Module 2.  In Module 1, we have learned basic number representation which include binary, octal, hexadecimal and decimal.  In digital systems, numbers.
Combinational Logic Design – Design Procedure, Encoders/Decoders
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’
1 CS 151: Digital Design Chapter 3: Combinational Logic Design 3-1Design Procedure CS 151: Digital Design.
CS151 Introduction to Digital Design Chapter 3: Combinational Logic Design 3-1 Design Procedure 1Created by: Ms.Amany AlSaleh.
8421 Binary Hexadecimal Seven segment display 8421 Welcome to the Binary Hex Clock 1.The Display shows the Hexadecimal Values going up from 0 to F 2.Unfortunately.
8421 Binary Hexadecimal Seven segment display 8421 Binary Hexadecimal Seven segment display 0000.
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.
BCD S EVEN SEGMENT D ECODER. I NTRODUCTION  A Decoder IC, is a device which converts one digital format into another and the most commonly used device.
Module 11.  In Module 9, we have been introduced to the concept of combinational logic circuits through the examples of binary adders.  Meanwhile, in.
Company LOGO Edit your slogan here DKT 122/3 DIGITAL SYSTEM 1 WEEK #8 FUNCTIONS OF COMBINATIONAL LOGIC (ENCODER & DECODER, MUX & DEMUX)
1 Lecture 14 Binary Adders and Subtractors. 2 Overview °Addition and subtraction of binary data is fundamental Need to determine hardware implementation.
Progress check Learning Objective: Success Criteria : Can identify various input and output devices - Level 4 – 5 Can identify all the major items of hardware.
Decoders Zhijian John Wang. What are they? Overview of a decoder A device that reverses the process of an encoder Convert information from one format.
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.
Decoder Chapter 12 Subject: Digital System Year: 2009.
CHAPTER 2 Digital Combinational Logic/Arithmetic Circuits.
Invitation to Computer Science, C++ Version, Fourth Edition
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Combinational Circuits
Part 4 Combinational Logic.
CMPE212 Discussion Patrick Sykes
Combinational Logic Circuits
Digital Electronics MSI Logic
Invitation to Computer Science, Java Version, Third Edition
FUNCTION OF COMBINATIONAL LOGIC CIRCUIT
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Encoders.
How Boolean logic is implemented
Digital Electronics Ms. Deepa Mehta.
Sequential circuit design
Sequential circuit design
Homework Reading Tokheim, Section 5-10, 7-4.
Dr. Clincy Professor of CS
Digital Logic.
ECE 352 Digital System Fundamentals
Digital System Design Combinational Logic
LOGIC Circuits.
Prof. Onur Mutlu ETH Zurich Spring March 2019
ECE 352 Digital System Fundamentals
DeMorgan’s Law and Gates
Digital and Microprocessor Technique I
Computer Organization
Presentation transcript:

CMPE212 Discussion 10/3/14 Patrick Sykes Encoders/Decoders CMPE212 Discussion 10/3/14 Patrick Sykes

Encoders Method for putting information into a usable form. Uses: Convert a combination of active lines into a code Compression Audio/Video digital formats Telecommunications The way we can use it, related to the class, is to classify a group of active lines into a single binary representation

Decoders The reverse operation of an encoder. Frees the information from some coded form. We can take some sort of coded signal and cause it to make active lines as its output

Related to Project We have a seven segment LED. Which of these circuits do we use? OK, now let’s design

Project So we have the full set of terms for part fo the project now. However, what if you want to implement it in hardware? On your own, use your minimization techniques learned in class to simplify the expressions. We cover the cases of 0-9 in our design, but we can actually cover the hexadecimal cases too, A-F.