Introduction to Digital Design Concepts

Slides:



Advertisements
Similar presentations
Chapter 3: Pulse Code Modulation
Advertisements

CHAPTER Modulation.
Analogue to Digital Conversion (PCM and DM)
Signals Maninder Kaur 1www.eazynotes.com Maninder Kaur
Signals The main function of the physical layer is moving information in the form of electromagnetic signals across a transmission media. Information can.
Chapter-3-1CS331- Fakhry Khellah Term 081 Chapter 3 Data and Signals.
Information Sources and Signals
 Signals  Analog and Digital  Analog and Digital Data & Signals  Periodic & Aperiodic Signals.
CMP206 – Introduction to Data Communication & Networks Lecture 2 – Signals.
Computer Communication and Networks
Signals Transmission of data across network connections: – Collection numerical statistics from another computer – Sending animated pictures from a design.
Advanced Communication Systems
 Principles of Digital Audio. Analog Audio  3 Characteristics of analog audio signals: 1. Continuous signal – single repetitive waveform 2. Infinite.
Digital Communication Techniques
A/D Conversion No. 1  Seattle Pacific University Analog to Digital Conversion Based on Chapter 5 of William Stallings, Data and Computer Communication.
Lecture 1 Signals in the Time and Frequency Domains
Computer Networks Digitization. Spring 2006Computer Networks2 Transfer of an Analog Signal  When analog data (voice, pictures, video) are transformed.
Lecture 1 Introduction to Electronics Rabie A. Ramadan
© 2011 Pearson Education, Inc. All Rights Reserved Automotive Technology, Fifth Edition James Halderman COMPUTER FUNDAMENTALS 71.
Introduction.
Digital Communications
CIS-325: Data Communications1 CIS-325 Data Communications Dr. L. G. Williams, Instructor.
CSCI-100 Introduction to Computing Hardware Part II.
IT-101 Section 001 Lecture #9 Introduction to Information Technology.
◦ We sometimes need to digitize an analog signal ◦ To send human voice over a long distance, we need to digitize it, since digital signals are less prone.
1 Signals. 2 Signals Introduction Introduction Analog and Digital Analog and Digital.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
1 What is Multimedia? Multimedia can have a many definitions Multimedia means that computer information can be represented through media types: – Text.
The Telephone Analog vs Digital View the video first: Digital
1 st semester 1436 / Modulation Continuous wave (CW) modulation AM Angle modulation FM PM Pulse Modulation Analog Pulse Modulation PAMPPMPDM Digital.
Pulse Code Modulation (PCM) Analog voice data must be translated into a series of binary digits before they can be transmitted. With Pulse Code Modulation.
Data and Signals & Analouge Signaling
INTRODUCTION. Electrical and Computer Engineering  Concerned with solving problems of two types:  Production or transmission of power.  Transmission.
CT1303 LAN- LECTURE#4 Asma AlOsaimi. signals is a function that conveys information about the behaviour or attributes of some phenomenon. a detectable.
Part II Physical Layer Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
MECH 373 Instrumentation and Measurements
PULSE MODULATION.
Dr. Clincy Professor of CS
COMPUTER NETWORKS and INTERNETS
Figure 3–1 PAM signal with natural sampling.
Digital Fundamentals Floyd Chapter 1 Digital concepts Tenth Edition
DATA COMMUNICATION Lecture-16.
William Stallings Data and Computer Communications 7th Edition
PCM (Pulse Code Modulation)
CHAPTER 3 Physical Layer.
Pulse Code Modulation (PCM)
Quantization and Encoding
Digital Systems.
Signal conditioning.
CHAPTER 3 Physical Layer.
Dr. Clincy Professor of CS
CHAPTER 3 DATA AND SIGNAL
Analog to Digital Conversion
Digital Control Systems Waseem Gulsher
Lecture 4 Continuation of transmission basics Chapter 3, pages 75-96
Pulse Code Modulation (PCM)
Chapter 3: Pulse Code Modulation
Analog to Digital Data Conversion

DATA COMMUNICATION Lecture-11.
Signals and Systems Networks and Communication Department Chapter (1)
Fundamental of signals, digital and analog transmission
Pulse Code Modulation (PCM)
Lecture 10: Quantizing & PCM 1nd semester By: Adal ALashban.
Analog-to-digital converter
CSE 313 Data Communication
Analog to Digital Encoding
Binary Worksheets & Handouts
TinkerCAD – Analog vs Digital
Art without Engineering is dreaming
Presentation transcript:

Introduction to Digital Design Concepts

Digital Vs. Analog Go to Tinkercad and Build the following Circuit… What is the difference between the 2 LEDs As pair/share teams of 2- 3 discuss what other systems are Analog and what are Digital 1981 TV vs 2018 TV Radio vs MP3

Overview & Introduction “Digital Design Underpins the creation of the myriad of imaginative digital devices that surround us” -- William I. Fletcher The very basic digital design can be defined as the science of organizing arrays of simple switches into what is called a discrete system that performs transformations on two-level-(binary) information in a meaningful and predictable way

See Appendix A, for Licensing & Attribution information by-nc-sa-3.0 https://creativecommons.org/licenses/by-nc-sa/3.0/ https://creativecommons.org/faq/#what-does-some-rights-reserved-mean

New Words… Underpins Myriad Discrete Systems Transformations Predictable Periodic Quantization

Pioneers George Boole (1854) Claude Shannon (1938) “Seldom will you find a field of study as vast as that of digital design” – William I. Fletcher

Analog vs Digital Analog Digital video Analog Refers to something that is continuous Is a set of specific points of data and all possible points in between Is a continuous wave form that changes smoothly over time Digital Refers to something that is discrete Specific points of data with no other points in between A digital signal is discrete. It can have only a limited number of defined values. Typically 1 and 0

5 min of individual Reasearch Click on this Spark Fun Analog vs Digital link https://learn.sparkfun.com/tutorials/analog-vs-digital Be ready to discuss: Analog signals have infinite possibilities Digital signals are discrete or finite Examples of Analog and Digital signals or systems Explain the 1 line of video data graphic Explain the Analog Schematic Explain the Digital Schematic

Analog and Digital Data Data can be analog or digital Human voice is an example of analog data. When somebody speaks, a continuous wave is created in the air. This can be captured by a microphone and converted to an analog signal

Analog

Analog and Digital Data (cont.) An example of digital data is data stored in the memory of computer in the form of 0s and 1s It is usually converted to a digital signal when it is transferred from one position to another inside or outside the computer

Digital SPI

Periodic Signals A signal is a periodic signal if it completes a pattern within a measurable time frame, called period, and repeats that pattern over identical subsequent periods The completion of one full pattern is called a cycle A period is defined as the amount of time (in seconds) required to complete one cycle

Aperiodic Signals An aperiodic, or nonperiodic, signal changes constantly without exhibiting a pattern or cycle that repeats over time It has been proved by a Fourier transform that any aperiodic signal can be decomposed into an infinite number of periodic signals

Digital Signals Most digital signals are aperiodic and period or frequency is not appropriate Bit interval (instead of period) and bit rate (instead of frequency) are used to describe digital signals The bit interval is the time required to send one single bit. The bit rate is the number of bit intervals per second (bits per second: bps)

Analog-to-Digital Conversion In ADC, we are representing the information contained in continuous wave form as a series of digital pulses The problem is how to translate information from an infinite number of values to a discrete number of values without sacrificing sense or quality A well-known of ADC technique is called pulse code modulation (PCM)

Pulse Code Modulation (PCM) PCM modifies the pulses created by PAM to create a completely digital signal To do so, PCM first quantizes the PAM pulses. Quantization is a method of assigning integral values in a specific range to sampled instances

From analog signal to PCM digital code

Digital-to-Analog Conversion Digital-to-analog conversion or digital-to-analog modulation is the process of changing one of the characteristics of an analog signal based on the information in a digital signal (0s and 1s)

Reference Slides

Appendix

Appendix A: License & Attribution This interpretation is primarily the Intellectual Property of Jim Burnham, Top STEAM Clown, at STEAMClown.org This presentation and content is distributed under the Creative Commons License CC-by-nc-sa-3.0 My best attempt to properly attribute, or reference any other sources or work I have used are listed in Appendix B

Appendix B: Attribution for Sources Used SparkFun Analog vs Digital tutorial An Engineering Approach To Digital Design – William I. Fletcher Digital Design (3rd Edition) - Pratik Chauhan COMPLETE DIGITAL DESIGN - A Comprehensive Guide to Digital Electronics and Computer System Architecture - Mark Balch