8. Digital Technology Chapter 8.1 – Analogue and digital signals.

Slides:



Advertisements
Similar presentations
Chapter 9 Light as a Wave.
Advertisements

Storage Devices Primary storage: is the storage provided
10/5: Data storage concepts What is data storage? Types of storage –magnetic, optical, magneto-optical, solid state Storage characteristics Magnetic storage:
Term Project Grade 9 Section B Due december 18 Find and research one Emerging technology not studied in class. It can be a prototype or already available.
Storage Devices.
EET260 Introduction to digital communication
Fundamentals of Audio Production. Chapter 6. 1 Fundamentals of Audio Production Chapter Six: Recording, Storing, and Playback of Sound.
CP1610: Introduction to Computer Components Archival Storage Devices.
Fundamentals of Audio Production. Chapter 6. 1 Fundamentals of Audio Production Chapter Six: Recording, Storing, and Playback of Sound.
Eee116j1 1 Digital Information Engineering Science EEE116J1 Prof Paul Maguire w.
Lesson #8 Optical Storage Media
Chapter 11 – Magnetic Circuits Lecture 6A – (Tutorial) by Moeen Ghiyas 07/05/
Data Storage Lecture 3 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Newton’s Rings Another method for observing interference in light waves is to place a planoconvex lens on top of a flat glass surface, as in Figure 24.8a.
SIMS-201 Representing Information in Binary. 2  Overview Chapter 3: The search for an appropriate code Bits as building blocks of information Binary.
Computer SCIENCE Data Representation and Machine Concepts Section 1.3
CD-ROM What Is CD-ROM? The CD-ROM (compact disc read-only memory) is a read-only optical storage medium capable of holding 660 megabytes of data (approximately.
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.
Peripherals and Storage Looking at: Scanners Printers Why do we need storage devices anyway? What are magnetic disks? How do magnetic disks physically.
Presented by: Manjeet Singh. Secondary Storage Devices Magnetic media Tape Disks Optical Media Compact Discs CD-R, WORM (Write Once, Read Many) CD-RW.
Information Technology Storage Devices Prof. Adnan Khalid.
By David Williams.  The Punch Card was first used as an input method for primitive calculating machines in the late 19 th century.
CIS 105 Concepts and Terminology Unit 3 CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit Three.
Solve problems involving the conversion between binary numbers and decimal numbers Describe different means of storage of information in.
Chapter 3 Data Storage. Media Storage Main memory (Electronic Memory): Stores data currently being used Is made of semiconductor chips. Secondary Memory.
COMP Representing Sound in a ComputerSound Course book - pages
1 Chapter 3 Understanding Computers, 11 th Edition Storage Medium The physical material on which a computer keeps data, instructions and information. Can.
Chapter 4: Business Hardware Oz (5 th edition). Storage Media Data an programs must be stored on nonvolatile medium –Data is retained even when not powered.
Secondary Storage Chapter 7.
It is against the honor code to “click” for someone else-violators will loose all clicker pts. HITT RF Remote Login Procedure: 1. PRESS AND HOLD THE DOWN.
Communications Option C – General Electronics Mr. Jean.
STORAGE IN COMPUTER By- Upendra Sharma. STORAGE DEVICE We can use storage device to save data in computer. It is divided in two parts- 1. Primary memory.
Analogue and Digital Signals SL – Option C.1 HL – Core 14.1.
 Secondary storage (or external memory) - is not directly accessible by the CPU. Secondary storage does not loose the data when the device is powered.
STORAGE DEVICES Presentation By: Saurabh Mishra. A data storage device is a device for recording (storing) information (data). CD, Hard Disk and Flash.
CDs and DVDs  Are types of optical storage media that consists of a flat, round, portable disc made of metal plastic and lacquer.  Store software, data,
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
Media. Media Compact Disk A Compact Disc (CD) is an optical disc used to store digital data, originally developed for storing digital audio. The CD, introduced.
Analogue & Digital. Analogue Sound Storage Devices.
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.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
12 Weeks to TAKS Week 5. Obj. 5: IPC 5A and 5B Demonstrate wave types and their characteristics through a variety of activities such as modeling with.
Electronics (F.5 & C.3) Mr. Jean April 16 th, 2014.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
Lecture 5: 9/10/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
Chapter4: Memory External Memory (2).
Storage Devices Primary storage: is the storage provided by memory in a computer system e.g. ROM/RAM. Secondary storage: is storage provided by peripheral.
Digital Technology 14.1 Analogue and Digital Signals.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
Multimedia CES Industries, Inc. Lesson 11.  Mass storage device which stores information optically instead of magnetically. CD-ROM CES Industries, Inc.
MAC OS – Unit A Page:14-15 Understand Storage Media.
CD and DVD Technology using laser light to reproduce music and movies.
STORAGE DEVICES Storage devices are categorized by the method they use to store files.
What do you mean by external storage devices? External storage devices are the devices that temporarily store information for transporting from computer.
Engr: Sajida Introduction to computing Optical storage The storage devices which use laser to read data from or write data to the reflective surface store.
Fundamentals of Audio Production
OPTICAL STORAGE II Autorem materiálu a všech jeho částí, není-li uvedeno jinak, je Zuzana Strnadlová. Dostupné z Metodického portálu ISSN: 
Storage and Multimedia
Backing Store.
Secondary Storage Devices…. What is a Secondary Storage
14.1 Analogue and Digital Signals
Digital Technology Topic 14.
Chapter 7.
Secondary Storage Devices
Mass storage (secondary storage)
EXTERNAL STORAGE DEVICES
GCSE OCR 4 Storage Computer Science J276 Unit 1
Computer Organization & Architecture 3416
Presentation transcript:

8. Digital Technology Chapter 8.1 – Analogue and digital signals

Binary numbers In ordinary arithmetic, we use the decimal system to represent number. Digits from 0 to 9 are used in this system. In the binary system numbers are represented using only two digits: 0 and 1. Consider the decimal number thousandshundredstensunitsDigits: In fact, we could write this number in terms of powers of = 5x x x x10 0

Binary numbers So, the digits of a decimal number are just the coefficients of various powers of 10. These coefficients can be digits from 0 to 9. The same idea applies to binary numbers. But instead of using powers of ten we will be using powers of 2. And the coefficients be the digits 0 or 1 instead the digits from 0 to 9. To express a decimal number in the binary system, we must write that number as a sum of powers of two with coefficients that are either 0 or 1. Example:5 = 1 x x x 2 0 So, the binary representation of 5 will be 5 2 = 101 (or 0101 if we want to represent it with four bits)

Binary numbers 12 = 1 x x x x = = 1 x x x x = = 1 x x x x = 1110 … BinaryDecimal

Binary numbers With four-bit words (that is, four digits) we can only represent 16 number (from 0 to 15). For each of the four digits we have two choices: 0 or 1. The total number of choices is then 2 x 2 x 2 x 2 = 16. To represent larger number we have to increase the number of bits in the binary representation of the number. Example: 43 = 1 x x x x x x =

Binary numbers 2 10 = = = = = = = = = = = = So, = A simple way of converting a decimal number into a binary number.

Binary numbers Given a number in binary form, we call the first non- zero digit the most significant bit (MSB) and the last digit (the digit the number ends with) the least significant bit (LSB). For example, has 1 as it MSB and 0 as it LSB The MSB is associated with the highest power of 2, and so it is the digit that mostly determines the value of the number.

How microphones work 1.Sound waves carry energy toward the microphone. 2.The diaphragm moves back and forth when sound waves hit it. 3.The coil, attached to the diaphragm, moves back and forth as well. 4.The permanent magnet produces a magnetic field that cuts through the coil. As the coil moves back and forth through the magnetic field, an electric current flows through it. 5.The electric current flows out from the microphone to an amplifier or sound recording device.

Analogue and digital signals When one speaks into a microphone, a voltage is created in the microphone. The voltage is proportional to the actual physical movement of the diaphragm of the microphone. A large voltage is created when the diaphragm moves fast, and a small voltage when it moves slowly. The voltage signal so generated varies continuously between two extreme values. Such signals are called analogue signals.

Analogue and digital signals Analogue signals are continuous signals, varying between two extreme values in a way that is proportional to the physical mechanism that created the signal.

Analogue and digital signals A digital signals is a coded form of a signal that takes the discrete values of 0 and 1.

Analogue and digital signals Consider a potential divider circuit. The emf of the battery is 8V which means that the reading of the voltmeter can be any number between 0 and 8, depending on where the lead connects to the variable resistor R. The signal generated in the voltmeter is an analogue signal.

Analogue and digital signals Imagine that the point of contact is moved from the bottom end of the resistor to the top at constant speed and assume that this is done in 4 ms. Then, the reading of the voltmeter would be the time-dependant signal.

Analogue and digital signals This analogue signal must be sampled, which means it must be measured. This is done at regular intervals of time. The number of times per second the signal is sampled is called the sampling rate or sampling frequency. Sampling the signal means that we observe it for very short intervals of time, wait, and then sample it again. Thus wee do not, in general, know hoe the signal behaves in between the instants of time when it is sampled. Typically, for audio signals, a sampling rate of 8000 times per second is used. This means that such an audio signal is sampled every 1/8000=125  s.

Analogue and digital signals The actual duration of one sample is very short (1.0  s or even less). This is why sampled signals are represented by vertical lines of practically zero width. When a analogue signal is converted into a digital signal, that is, when we convert a voltage into binary number, we must decide how big will our bit word be. If we use two-bit words, the we will have at most 2 2 = 4 words (00, 01, 10, 11). If, instead, we use three-bit words, than we will have 2 3 = 8 words (000, 001, 010, 011, 100, 101, 110, 111).

Analogue and digital signals The range of the original voltage is divided into 4 levels (if we use 2-bit words) and each level will be assigned a 2-bit word. In each level there is a lower boundary and an upper boundary In this case, there was a loss of information during the digitization of the original data. To improve that, we must use a higher sampling frequency and use 3-bit words or more.

Analogue and digital signals The process of dividing the range of the analogue signal into a set of levels is called quantization and the levels themselves are called quantization levels. The number of quantization levels is determined by the length of the word to be used, that is, by the number of bits used. With n bits the number of quantization levels is 2 n. This gives rise to the notion of quantization error. Suppose that the analogue signal varies from a minimum value of m and a maximum value of M and we use n-bit words to digitize it. The number of quantization levels is 2 n, and so at each sampling the analogue signal will take one of the 2 n values.

Analogue and digital signals The quantity is known as the quantization error of the digitization process. Two analogue signals that differ less than the quantization error are assigned the same binary number. Obviously, the bigger the quantization error, less accurate the digital signal will be.

Analogue and digital signals

Compact disks The CD is a disk of diameter 12cm. The analogue signal is converted into a digital signal (‘0’s and ‘1’s) and then imprinted on the CD. A compact disk (CD) is a device on which information can be stored in digital form and the retrieved. This is done by doing marks called pits on the CD. The parts of the CD without pits are called lands. The edge of a pit corresponds to binary ‘1’. A series of pits is made along a path that spirals from the centre of the disk outwards.

Compact disks 1600 nm nm 500 nm land pit The path has a depth of 125nm.

Compact disks The bottom part of the disk (the side that is actually being reads) is covered with optically transparent material (polycarbonate). A CD is read using a laser beam. The laser cannot have zero width. So when the beam is incident near the edge of a pit, a few rays will be reflected off the pit and the rest will be reflected of the land. This causes destructive interference and no light reaches the sensor and this corresponds to binary ‘1’.

Compact disks

Lands and pits and binary numbers

Compact disks The wavelength of the laser light used is about 780nm in air. The refractive index of the polycarbonate material is 1.55, which means that the wavelength of light in the polycarbonate is: The pit depth for destructive interference to occur must be:

Compact disks The laser source moves outwards and so follows the spiral of the pits and lands as the disk rotates. Because the circumference is getting longer as we move outwards, the rate of rotation of the disk is reduced, so that the laser can sample the disk at the same rate. There are clearly many technical problems to be solved here, such as stability, focusing on the right part of the spiral, and timing.

DVDs Because the pit length is shorter than on a CD, more data can be stored along the spiral. Also, data can be stored on both sides of the disk or in a double layer on the same side. Overall, this results in more than seven times the storage capacity compared to that of a CD. The digital versatile disk (DVD) is similar to the CD in many ways.

Blu-Ray Blue laser formats have a shorter wavelength (405 nm) then CD and DVD formats which use a red laser (650 nm - DVD read wavelength). Blue ray’s blue laser beam focuses much tighter then a red laser. This allows for much tighter alignment of pits (areas of darker contrast on a recordable disc). This tighter collection of pits allows for greater storage, 27GB with the first generation of single sided blu-ray media.

LPs In Edison’s original sound recording in 1877, sound was incident on a diaphragm, which therefore began to vibrate. A needle attached to the diaphragm then made marks on a rotating tinfoil-covered cylinder. The ‘marks’ were a direct, mechanical copy of the actual audio signal. During playback, the needle retraces the pattern scratched on the cylinder surface and now makes the diaphragm move, thus reproducing the sound stored.

LPs In the later vinyl LPs (Long-Play) the principle of recording is essentially the same. But instead of a rotating cylinder, a flat rotating disk is used. During playback the signal is amplified electrically and fed into a loudspeaker, rather than making a diaphragm vibrate. LPs have a very limited storage capacity and are subject to damage by scratches and dust.

Cassettes These devices use magnetic recording to store data in an analogue form. They are called sequential devices as you must wind the cassette to get to the wanted song and this takes some time. The recording takes place on the ribbon of the cassette, which is made out of a strong plastic coated in ferric oxide, a ferromagnetic material. Ferric oxide can be permanently magnetized when exposed to a magnetic field.

Cassettes This current produces its own varying magnetic field. When the cassette is exposed to this magnetic field, a ‘copy’ of this magnetic field is created on the tape. During playback, the magnetic field stored on the magnetic tape will induce an electric current in a coil, which can be converted into an audio signal playing the music that was recorded. The advantages have been its low price and availability. Also, the tape could be erased and new material recorded The disadvantages refer to the sequential nature of the device, its limited storage capacity and being sensitive to high temperatures and easily damaged. An analogue audio signal of music can be converted to a varying electric current.

Floppy disks The floppy disk, like the cassette, uses magnetic recording. The original was invented in the mid-1960s at IBM as a way of inputting data into a computer as well as storing computer data. Its name comes from the flexible nature of the disk. Data was stored magnetically but in concentric rings, which had the advantage that one could access data on an outer ring without having to go sequentially through the intermediate data as on a cassette. This provided a direct access storage device.

Floppy disks

Floppy Disk Drives Qume D/T 8, 8 inch drive, 1.2 MB. This drive was made in Tandon TM 100-2A with IBM logo, 5 ¼ inch drive, 360 KB. This drive was made in Sony MPF920, 3 ½ inch drive, 1.44 MB. This drive was made in 2004.

Hard disks Hard disks started being used only in computers. Nowadays, they are used in digital cameras, digital video recorders, mobile phones and other devices. They store data in large quantities. The device itself consists of a number of disks made of aluminium or glass arranged on a spindle. The surface of the disks is covered with a material that can me magnetized (usually cobalt).

Hard disks The surface may be thought to be divided into a very large number of tiny regions and each such region is the seat of a ‘0’ or a ‘1’ of digitized data. The growth of hard disk capacity has been exponential. Early PCs had hard disks with a capacity of just a few MB. Today’s PCs have a hard disk capacity of hundreds of GB. The data is stored in sectors and tracks. Tracks are concentric rings and a sector is a part of the same track. The data can be accessed almost instantly irrespective of its position on the disk.

Advantages of digital storage The capacity for data storage is huge in digital devices. The access to particular stored data is fast. The retrieval of data is fast. The storage is reliable. The stored data can be copied or erased easily. The stored data can be encrypted. The data can be processed and manipulated by a computer. The data can be transported easily physically as well as electronically.

Disadvantages of digital storage On the negative side, whereas an analogue storage system, such as ordinary photographic film, degrades slowly with time, a serious error with a digital storage device is usually catastrophic, in the sense that the data may never be recoverable.