Analogue and Digital Signals SL – Option C.1. Signals When talking about electronics we will talk about ‘signals’ –This is simply the transfer of information.

Slides:



Advertisements
Similar presentations
EET260 Introduction to digital communication
Advertisements

Number Systems and Codes
Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
Eee116j1 1 Digital Information Engineering Science EEE116J1 Prof Paul Maguire w.
27 March 2012Digital Signals C/W 27 th Mar 2012 Recap - Electromagnetic waves for communicating Keywords: optical fibre carrier wave modulation Objectives:
4-Integrating Peripherals in Embedded Systems (cont.)
Motivation Application driven -- VoD, Information on Demand (WWW), education, telemedicine, videoconference, videophone Storage capacity Large capacity.
Digital Systems: Introductory Concepts Wen-Hung Liao, Ph.D.
Chapter 2 Digital data Ola A. Younis. Elements of digital media Symbols : representation for something else. Example: a group of letters often serve as.
Introduction to Data Conversion
Image and Sound Editing Raed S. Rasheed Sound What is sound? How is sound recorded? How is sound recorded digitally ? How does audio get digitized.
IT Systems Why Digital? EN230-1 Justin Champion C208 –
William Stallings Data and Computer Communications 7th Edition (Selected slides used for lectures at Bina Nusantara University) Data, Signal.
Chapter 2 : Business Information Business Data Communications, 4e.
Fundamentals of Digital Audio. The Central Problem n Waves in nature, including sound waves, are continuous: Between any two points on the curve, no matter.
Communications IB physics.
SIMS-201 Representing Information in Binary. 2  Overview Chapter 3: The search for an appropriate code Bits as building blocks of information Binary.
 Principles of Digital Audio. Analog Audio  3 Characteristics of analog audio signals: 1. Continuous signal – single repetitive waveform 2. Infinite.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
Revision for A level year 2. * TTL stands for Transistor Transistor Logic * TTL operates on a power supply of 5 volts * The power supply tolerance for.
Audio Players 1 Audio Players. Audio Players 2 Introductory Question Audio players record sound in digital form but play it in analog form. The transformation.
Digital audio. In digital audio, the purpose of binary numbers is to express the values of samples that represent analog sound. (contrasted to MIDI binary.
Lecture 1 Signals in the Time and Frequency Domains
Solve problems involving the conversion between binary numbers and decimal numbers Describe different means of storage of information in.
Computer Networks Digitization. Spring 2006Computer Networks2 Transfer of an Analog Signal  When analog data (voice, pictures, video) are transformed.
COMP Representing Sound in a ComputerSound Course book - pages
Computer Terms. Computer A machine designed to run programs and store information that you create.
1 4-Integrating Peripherals in Embedded Systems (cont.)
Computer Some basic concepts. Binary number Why binary? Look at a decimal number: 3511 Look at a binary number: 1011 counting decimal binary
Communications Option C – General Electronics Mr. Jean.
Data Types and Representation CS French Chapter 6 + Chapter 7 – Number Bases.
Analogue vs Digital. Analogue  Lots of different frequencies, lots of different amplitudes  Wave recorded as it is.
Analogue and Digital Signals SL – Option C.1 HL – Core 14.1.
CIS-325: Data Communications1 CIS-325 Data Communications Dr. L. G. Williams, Instructor.
AGENDA Pick Up Quiz from the Side of the Room
Digital technology Topic 14.1: Analogue and digital signals.
Digital Recording. Digital recording is different from analog in that it doesn’t operate in a continuous way; it breaks a continuously varying waveform.
Analogue & Digital. Analogue Sound Storage Devices.
Representing Numerical Data Analog Any signal that varies continuously over time Mechanical Pneumatic Hydraulic Electrical Digital Quantities are represented.
Fundamentals of Digital Audio. The Central Problem n Sound waves consist of air pressure changes n This is what we see in an oscilloscope view: changes.
CHAPTER 1 INTRODUCTION TO DIGITAL LOGIC
Topic 14 Digital Technology. Analogue and Digital Signals.
Student of the Week. Assessment Statements IB Topic 14.1., Analogue and Digital Signals Solve problems involving the conversion between binary.
Sound in Multimedia Psychology of sound what do you use it for? what techniques for its communication exist? Science of sound why does it exist? how it.
Electronics (F.5 & C.3) Mr. Jean April 16 th, 2014.
8. Digital Technology Chapter 8.1 – Analogue and digital signals.
CPEN Digital Logic Design Binary Systems Spring 2004 C. Gerousis © Digital Design 3 rd Ed., Mano Prentice Hall.
Digital Technology 14.1 Analogue and Digital Signals.
Multimedia Sound. What is Sound? Sound, sound wave, acoustics Sound is a continuous wave that travels through a medium Sound wave: energy causes disturbance.
Fundamentals of Audio Production. Chapter 3 1 Fundamentals of Audio Production Chapter Three: Digital Audio.
Audio sampling as an example of analogue to digital Mr S McIntosh.
Digital Information Storage Contents: Binary vs decimal Advantages of binary CDs and DVDs.
Digital System Design. Objective Distinguish between Two worlds Understand the Properties digital system.
Residential Audio & Video Systems Copyright © 2005 Heathkit Company, Inc. All Rights Reserved Presentation 15 – Digital Audio and Video.
Data Representation: Sound
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Number Systems and Codes
Multimedia Systems and Applications
Analogue & Digital.
14.1 Analogue and Digital Signals
Digital Technology Topic 14.
Topic 14.1: Analogue and digital signals
Digital Systems: Introductory Concepts
Chapter 2 Transmission Basics.
Recap In previous lessons we have looked at how numbers can be stored as binary. We have also seen how images are stored as binary. This lesson we are.
Chapter 7 Converters.
WJEC GCSE Computer Science
Presentation transcript:

Analogue and Digital Signals SL – Option C.1

Signals When talking about electronics we will talk about ‘signals’ –This is simply the transfer of information from one place to another –An electrical signal is when information is sent by a changing electric field

Analogue Signals An analogue signal is a continuous signal for which the time varying feature (variable) of the signal is a representation of some other time varying quantity –In a circuit with a variable resistor and a light bulb, as the resistance is decreased, the light bulb gets brighter –Electrically the voltage, current and frequency are most commonly used

Analogue Signals

Analogue Use Sound transmission is an example of an analogue signal –When you speak into a microphone the change in pressure causes the inside of the microphone to vibrate and change the potential difference –This signal can be fed through an amplifier which will increase the strength of the signal reproducing the signal but louder

Analogue Storage Vinyl Records –A record is made of plastic that has a thin groove cut into it by a needle that moves at the same frequency as the sound it is recording –Playback involves a needle connected to a circuit that follows the grooves

Analogue Storage Audio Tape –A tape also uses an analogue signal to store data. Instead of varying grooves however, the tape, which is made out of magnetic material, has varying magnetic fields. –To record, the tape is run through an electromagnet which varies the field at the same rate as the sound signal

Digital Signals A digital signal does not vary over time but rather changes from one discrete value to another. –In a circuit with a switch and a light bulb, the bulb is on when the switch is closed and off when the switch is open

Digital Signals

Binary Number Systems “There are 10 kinds of people in the world, those who understand binary and those who don’t” Digital Signals are encoded/stored using the binary number system –This is a system of 1’s and 0’s –Our normal numbering system uses a base-10 system while the binary system uses a base-2 system

Binary Number System Base Base DecimalBinary

Binary Number System In the binary number system, each 1 or 0 is called a bit –There are 8 bits in a byte An 8 bit system has 8 places A 128-bit encryption has 128 places With the 8-bit system all western characters can be coded Each symbol (letter, number, etc.) takes up 1 byte of memory

Bit rate Bit rate can be found one of two ways- –Bit rate = 1/t (where t is the number of seconds in each bit) –Bit rate = f x n (where f is the frequency and n is the number of bits per sample)

LSB and MSB Least significant bit – bit that is farthest to the right –Determines whether the number will be even or odd. –Changes with any small number change Most significant bit – bits farthest to the left –Don’t change unless there is a large number change –Often LSB is 1 and MSB is 0

Converting to Binary Long division method…

Converting from Binary Addition method…

Analogue to Digital Conversion Analogue signals can be converted to digital by breaking the analogue signal into discrete values (quantized) –The more values that are used, the more accurate the digital signal will be, but more storage space will be required

Analogue to Digital Conversion The quantized values can then be converted into binary –If the quantized values range from -6V to +6V this can be represented most easily by the numbers 0 – 12 –A 4-bit system can be used to represent these numbers (0000 – 1100) –As long as the bit rate is known, the signal can then be converted back.

Quantization Error (M – m)/2^n = q M = max analog signal m = min analog signal

Sampling Rate The sampling rate is how often the quantized value is measured and recorded –The higher the sampling rate, the more accurate the digital conversion will be –Nyquist theory states that to record a certain frequency the sample rate needs to be at least 2x the frequency This is so at least 1 peak value and 1 trough value can be recorded

Sample Rate Here there are 22 samples taken for every cycle. What if there were only 2? 4? Etc.?

This is an analog audio signal at 500Hz. -Convert this to a digial signal with a sample rate of 357Hz Then convert it back to a analog signal

This is an analog audio signal at 500Hz. -Convert this to a digial signal with a sample rate of 1kHz Then convert it back to a analog signal

Time Diversion multiplexing There is dead time between each signal sent, so using this method other signals can be sent so the “dead time” isn’t wasted.

Advantages of digital communication Digital signals can be regenerated perfectly (no noise) Digital circuits are relatively inexpensive Error correcting codes can be applied to the signal to eliminate errors Signals can be encrypted Signals can be stored and processed by computers Digital signals can be stored on CD’s and DVD’s Digital signals can be compressed

End

Storage on a CD Basic structure of a CD –Information is stored on the CD as a series of bumps and flats pressed into the aluminum

Storage on a CD The data is ‘read’ by a laser that shines along the tracks –The light reflected off of the flat sections will be read as a ‘1’, –If the pit/bump is just the right depth the light reflected off will destructively interfere with itself and the lack of light will be read as a ‘0’

Storage on a CD Destructive Interference Review: –The reflected wave must be a ½ λ (π) out of phase

Storage on a CD How deep do the pits need to be? –If light with a wavelength of 780nm is used to read a CD, what is the minimum depth the pits need to be? The light that hits the pit travels 2d farther than the light reflected from the flat portions.

Reading a CD So ‘0’s are actually read every time depth changes –Both the start of a pit and the end

CD vs. DVD CDs can hold about 650MB of info while DVDs can hold about 4.7 GB –DVDs use light with a wavelength of about 640 nm which means that smaller (thinner) pits can be read –This is because of the resolution of the light, shorter wavelengths can be resolved (separated) more clearly

Analogue vs. Digital Storage Benefits of Digital –Quality and Corruption Digital data is far less likely to be corrupted –On a tape the magnetic fields can fade, on an LP the tracks will wear –Even if a CD wears, the distinction between a 1 and a 0 is still apparent –Accurate Reproducibility Data can be stored and retrieved with much more accuracy in digital form –Greater Portability and Capacity –Easier to Manipulate

Analogue vs. Digital Storage Benefits of Analogue Storage –With analogue there is the potential for infinite signal variation Digital is constrained by the number of bits –Processing and retrieving equipment is simpler (not necessarily easier to use)

Implications of digital data storage What possible negative could all this cool technology have?