Digital Design.

Slides:



Advertisements
Similar presentations
Sistemas Digitais I LESI - 2º ano Lesson 1 - Introduction U NIVERSIDADE DO M INHO E SCOLA DE E NGENHARIA Prof. João Miguel Fernandes
Advertisements

ENEL111 Digital Electronics
University Of Vaasa Telecommunications Engineering Automation Seminar Signal Generator By Tibebu Sime 13 th December 2011.
Digital Systems: Introductory Concepts Wen-Hung Liao, Ph.D.
Presented by- Md. Bashir Uddin Roll: Dept. of BME KUET, Khulna-9203.
DAC (Digital-to-Analog Converter) Example circuit diagram of a device that uses a DAC.
EECC341 - Shaaban #1 Lec # 1 Winter Introduction to Digital Systems Analog devices and systems process time-varying signals that can take.
Digital Design: Chapters Chapter 1. Introduction Digital Design - Logic Design? Analog versus Digital Once-analog now goes digital –Still pictures.
1 PC Audio 2 Sound Card  An expansion board that enables a computer to receive, manipulate and output sounds.
EEM232 Digital Systems I. Course Information Instructor : Atakan Doğan Office hours: TBD Materials :
ECE Lecture 1 1 ECE 3561 Advanced Digital Design Department of Electrical and Computer Engineering The Ohio State University.
Chapter 14 Recording and Editing Sound. Getting Started FAQs: − How does audio capability enhance my PC? − How does your PC record, store, and play digital.
Digital and Analog Quantities
Introductory Digital Concepts
Seminar on Sound Card Presented by:- Guided by:-
 What’s a Computer? What’s a Computer?  Characteristics of a Computer Characteristics of a Computer  Evolution of Computers Evolution of Computers.
The Study of Computer Science Chapter 0 Intro to Computer Science CS1510, Section 2.
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
Introduction to Digital Design
The Study of Computer Science Chapter 0 Intro to Computer Science CS1510.
CHAPTER 11 Op-Amp Applications. Objectives Describe and Analyze: Audio mixers Integrators Differentiators Peak detectors Comparators Other applications.
Digital Components and Combinational Circuits Sachin Kharady.
Logic Circuits EG 533EX Course Introduction - Jyoti Tandukar.
Lecture No. 1 Computer Logic Design. About the Course Title: –Computer Logic Design Pre-requisites: –None Required for future courses: –Computer Organization.
CSCI-100 Introduction to Computing Hardware Design Part I.
Introduction Advantage of DSP: - Better signal quality & repeatable performance - Flexible  Easily modified (Software Base) - Handle more complex processing.
Unit 8: Electronics and Technology. Section 1: Electronic Signals & Semiconductors  Objectives:  Define and compare digital and analog signals  Describe.
ACOE161 – Digital Logic for Computers
Floyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd © 2008 Pearson Education Chapter 1.
Electronic. Analog Vs. Digital Analog –Continuous –Can take on any values in a given range –Very susceptible to noise Digital –Discrete –Can only take.
Computer Basics.
Different Types of Integrated Circuits. Introduction: Different Types of Integrated Circuits Every electronic appliance we use.
Introduction to Digital Electronics © 2014 Project Lead The Way, Inc.Digital Electronics.
Computer is a general-purpose device that can be programmed to carry out a set of arithmetic or logical operations automatically. Since a sequence of.
Logic Gates Unit 16.
Chapter 15 Recording and Editing Sound
The Study of Computer Science Chapter 0
MUSIC TONE BASED DANCING LEDs
EKT124 Digital Electronics 1 Introduction to Digital Electronics
Additional hardware components, and Embedded Systems
Sound Card A sound card (also referred to as an audio card) is a peripheral device that attaches to the ISA or PCI slot on a motherboard to enable the.
Sound Card A sound card (also referred to as an audio card) is a peripheral device that attaches to the ISA or PCI slot on a motherboard to enable the.
RHYTHM FOLLOWING FLASH LIGHTS
ECE 2110: Introduction to Digital Systems
ECE 3110: Introduction to Digital Systems
Computer Hardware – System Unit
EEE2135 Digital Logic Design Chapter 1. Introduction
SCADA for Remote Industrial Plant
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
VLSI Testing Lecture 5: Logic Simulation
Digital Fundamentals Floyd Chapter 1 Digital concepts Tenth Edition
The Study of Computer Science Chapter 0
Data Acquisition Systems
Introduction to Computing Lecture # 1
The Study of Computer Science
Digital Systems: Introductory Concepts
Some Information Instructor Details Main Book. Some Information Instructor Details Main Book.
Introduction to Digital Electronics
Chapter 1 Introduction.
Digital Fundamentals Floyd Chapter 1 Tenth Edition
Data Acquisition (DAQ)
The Study of Computer Science
Analog-to-digital converter
Chapter 4: Hardware for Educators
DIGITAL ELECTRONICS, MICROPROCESSORS, AND COMPUTERS
What is Digital Information?
1.Introduction to Advanced Digital Design (14 marks)
The Study of Computer Science Chapter 0
♪ Embedded System Design: Synthesizing Music Using Programmable Logic
Embedded Sound Processing : Implementing the Echo Effect
Presentation transcript:

Digital Design

Analog Systems versus Digital Systems Analog Signals Continuos values of a measured variable in a continuos time interval Digital Signals Discrete values of a measured variable in a ‘discrete’ time interval’. Possible values ‘1’ o ‘0’, ‘True’ or ‘False’, etc.

Typical Analog System An Analog System A public address system, used to amplify sound so that it can be heard by a large audience, is one simple example of an application of analog electronics. The basic diagram in Figure 1–3 illustrates that sound waves, which are analog in nature, are picked up by a microphone and converted to a small analog voltage called the audio signal. This voltage varies continuously as the volume and frequency of the sound changes and is applied to the input of a linear amplifier. The output of the amplifier, which is an increased reproduction of input voltage, goes to the speaker(s). The speaker changes the amplified audio signal back to sound waves that have a much greater volume than the original sound waves picked up by the microphone.

Analog - Digital System A System Using Digital and Analog Methods The compact disk (CD) player is an example of a system in which both digital and analog circuits are used. The simplified block diagram in Figure 1–4 illustrates the basic principle. Music in digital form is stored on the compact disk. A laser diode optical system picks up the digital data from the rotating disk and transfers it to the digital-to-analog converter (DAC). The DAC changes the digital data into an analog signal that is an electrical reproduction of the original music. This signal is amplified and sent to the speaker for you to enjoy. When the music was originally recorded on the CD, a process, essentially the reverse of the one described here, using an analog-to-digital converter (ADC) was used.

Analog - Digital System Analog front end Digital Part

Digital System

Digital Systems – Main Advantages Reproducibility of results Ease of design Flexibility and functionality Programmability Speed Economy Steadily advancing technology Reproducibility of results. Given the same set of inputs (in both value and time sequence), a properly designed digital circuit always produces exactly the same results. The outputs of an analog circuit vary with temperature, power-supply voltage, component aging, and other factors. • Ease of design. Digital design, often called “logic design,” is logical. No special math skills are needed, and the behavior of small logic circuits can be visualized mentally without any special insights about the operation of capacitors, transistors, or other devices that require calculus to model. • Flexibility and functionality. Once a problem has been reduced to digital form, it can be solved using a set of logical steps in space and time. For example, you can design a digital circuit that scrambles your recorded voice so that it is absolutely indecipherable by anyone who does not have your “key” (password), but can be heard virtually undistorted by anyone who does. Try doing that with an analog circuit. • Programmability. You’re probably already quite familiar with digital computers and the ease with which you can design, write, and debug programs for them. Well, guess what? Much of digital design is carried out today by writing programs, too, in hardware description languages (HDLs). These languages allow both structure and function of a digital circuit to be specified or modeled. Besides a compiler, a typical HDL also comes with simulation and synthesis programs. These software tools are used to test the hardware model’s behavior before any real hardware is built, and then synthesize the model into a circuit in a particular component technology. • Speed. Today’s digital devices are very fast. Individual transistors in the fastest integrated circuits can switch in less than 10 picoseconds, and a complete, complex device built from these transistors can examine its inputs and produce an output in less than 2 nanoseconds. This means that such a device can produce 500 million or more results per second. • Economy. Digital circuits can provide a lot of functionality in a small space. Circuits that are used repetitively can be “integrated” into a single “chip” and mass-produced at very low cost, making possible throw-away items like calculators, digital watches, and singing birthday cards. (You may ask, “Is this such a good thing?” Never mind!) • Steadily advancing technology. When you design a digital system, you almost always know that there will be a faster, cheaper, or otherwise better technology for it in a few years. Clever designers can accommodate these expected advances during the initial design of a system, to forestall system obsolescence and to add value for customers. For example, desktop computers often have “expansion sockets” to accommodate faster processors or larger memories than are available at the time of the computer’s introduction.

Digital Systems – General Classification Combinational System The value of the ouptut depend only on its input values combination Sequential System The value of the output depend not only on the input values combination, but also in the previous input values (that are stored in registers)