DATA ENCODING METHODS. When the data is received from a serial digital circuit, it is in a format know as NRZ or Non- Return to Zero. This is most common.

Slides:



Advertisements
Similar presentations
Magnetic Disk Magnetic disks are the foundation of external memory on virtually all computer systems. A disk is a circular platter constructed of.
Advertisements

Signal Encoding Techniques
EET260 Introduction to digital communication
1 Data Encoding – Chapter 5 (part 1) CSE 3213 Fall /2/2015 9:13 AM.
EE 4272Spring, 2003 Chapter 5 Data Encoding Data Transmission Digital data, digital signal Analog data, digital signal: e.g., voice, and video are often.
Physical Layer CHAPTER 3. Announcements and Outline Announcements Credit Suisse – Tomorrow (9/9) Afternoon – Student Lounge 5:30 PM Information Session.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Signal Encoding Lesson 05 NETS2150/2850
The Physical Layer, Encoding Schemes: -Physical Transmission of Bits- Chapter 2.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 4 Digital Transmission.
EKT343 –Principle of Communication Engineering
SEQUENTIAL CIRCUITS USING TTL 74XX ICS
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
4.2 Digital Transmission Pulse Modulation (Part 2.1)
DIGITAL-TO-DIGITAL CONVERSION
Electronics Involves the use of devices and circuits to control the flow of electric current to achieve some purpose. These circuits contain: Resistors,
Magnetic Storage Principles
Institute for Experimental Mathematics Ellernstrasse Essen - Germany Data communication line codes and constrained sequences A.J. Han Vinck Revised.
Data Communications Chapter 5 Data Encoding.
Frequency modulation
3-2008UP-Copyrights reserved1 ITGD4103 Data Communications and Networks Lecture-11:Data encoding techniques week 12- q-2/ 2008 Dr. Anwar Mousa University.
EEC4113 Data Communication & Multimedia System Chapter 2: Baseband Encoding by Muhazam Mustapha, July 2010.
4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Day 4 Encoding Data. So… We have analog and digital data, and analog and digital signals. –We can use any combination of the above –Why? Shouldn’t we.
Digital Logic Design.
Sequential logic circuits
Chapter 4 Digital Transmission
© 2009 Pearson Education, Upper Saddle River, NJ All Rights Reserved Floyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
Chapter 2 Special Section
Digital Line Encoding Converting standard logic level to a form more suitable to telephone line transmission. Six factors must be considered when selecting.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
Signal Encoding Techniques. Digital Data, Digital Signal  Digital signal discrete, discontinuous voltage pulses discrete, discontinuous voltage pulses.
CSE 320 Data Communications
Principles of Magnetic Storage. Define Electromagnetism Flux FM encoding MFM encoding RLL.
Data Communications and Networking
Dr.Faisal Alzyoud 2/20/2018 Binary Arithmetic.
EKT124 Digital Electronics 1 Introduction to Digital Electronics
DIGITAL SYTEM DESIGN MINI PROJECT CONVOLUTION CODES
Computer Organization and Architecture + Networks
Chapter 4. Digital Transmission
Signal Encoding Techniques
4.2 Digital Transmission Pulse Modulation (Part 2.1)
DIGITAL MODULATION AND MULTIPLEXING
DIGITAL TRANSMISSION PART C
CHAPTER 3 Physical Layer.
4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Multipliers Multipliers play an important role in today’s digital signal processing and various other applications. The common multiplication method is.
Dr. Clincy Professor of CS
CHAPTER 3 Physical Layer.
Chapter 4 Digital Transmission
Physical Layer – Part 2 Data Encoding Techniques
Clock Domain Crossing Keon Amini.
COE 202: Digital Logic Design Sequential Circuits Part 4
Chapter 2 Special Section
ECEG-3202 Computer Architecture and Organization
Finish Ch 2 and Review Dr. Clincy Professor of CS Exam 1 – Sept 13th
Chapter 4 Digital Transmission
Fundamentals of Data & Signals (Part II)
Lecture 17 Logistics Last lecture Today HW5 due on Wednesday
NRZ-L: [Non-Return-to-Zero-Level]
Digital Fundamentals Floyd Chapter 1 Tenth Edition
Digital communication (Band pass signals)
Chapter 5. Data Encoding Digital Data, Digital Signals
Guest Lecture by David Johnston
BASE BAND DECODER Project Team Gurrampati Venkatakrishna Reddy
Physical Layer – Part 2 Data Encoding Techniques
Lecture 17 Logistics Last lecture Today HW5 due on Wednesday
EEC4113 Data Communication & Multimedia System Chapter 2: Baseband Encoding by Muhazam Mustapha, September 2012.
Shift registers and Floating Point Numbers
Disadvantages of Analog Transmission
Presentation transcript:

DATA ENCODING METHODS

When the data is received from a serial digital circuit, it is in a format know as NRZ or Non- Return to Zero. This is most common format of data output by a parallel to serial shift register. A very easy solution to this problems as we have would be to record a clock signal with the data signal for synchronization purposes.

As writing a clock bit with each data bit would require double space for the data storage, another alternative method, which is normally used in the disk storage method, is to encode the data that is to be written to the disk. This encoding is normally done using some data encoding technique from which the clock synchronization information can b separated, without any loss of the data information.

Three most common encoding methods are known as FM encoding method MFM encoding method RLL encoding method

FM Encoding Scheme FM- Frequency Modulation, Also known as “single density recording” FM was the original data encoding scheme used for storing data on the magnetic recording surface. This method was popular in the 1970s and is no longer used today.

FM Encoding Scheme In this method a clock signal is put with every data signal on the recording surface. This clock signal is used for synchronizing the read operation, as there will always be a clock signal, whether the data signal is thee or not.

FM Encoding Scheme Eg:- store 1011 on magnetic recording media using FM recording technique: 1 bit- two pulses (one clock pulse and one data pulse PP ) 0 bit- one pulse and one no pulse PN PP PN PP PP

FM Encoding Scheme FM method of data recording also known as (0,1)Run Length Limited recording. the reason is, in series or a running length the minimum number of 0s is zero. i.e. you can have two pulses next to each other without any 0 or no pulse in btw and the maximum number of 0s is one

More data can be stored on the same surface, if the number of pulses required to storage density can be minimized. When minimizing the pulse, one should be careful that the number of no pulse together should not be very long, otherwise the disk controller may go out of synchronization with the data.

MFM- Modified Frequency modulation The MFM method of data storage, by reducing the number of pulses, is able to store more data without any data and synchronization loss. MFM Encoding Scheme

In MFM recording the 0s and 1s are encoded as given below:- :- 1 is always stored as a no pulse, and a pulse(NP) :- 0, when preceded by another 0, is stored as a pulse, and no pulse (PN) :- 0, when preceded by a 1,is stored as two no pulse (NN) MFM Encoding Scheme

Eg:- store 1001 using MFM storage method NP NN PN NP ( we can see, this required only three pulses in MFM same data store in FM method PP PN PN PP. Total six pulses required ) MFM Encoding Scheme

Advantage:- (MFM over FM) to record data at a higher density. MFM technique allow twice as many bits to be stored in a given length of disk space as FM. Disadvantage:- the circuitry required to encode and decode the data is more complex. MFM Encoding Scheme

RLL Encoding Scheme RLL- Run Length Limited. The RLL encoding is most common encoding scheme used in the hard disk storage. This store 50 percent more information than MFM and 3times as much information than FM. RLL Encoding Scheme RLL- Run Length Limited. The RLL encoding is most common encoding scheme used in the hard disk storage. This store 50 percent more information than MFM and 3times as much information than FM.