Lecture 1 Line Encoding 2nd semester 1438-1439.

Slides:



Advertisements
Similar presentations
Teknik Enkoding Pertemuan 08 Matakuliah: H0484/Jaringan Komputer Tahun: 2007.
Advertisements

4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Computer Communication & Networks Lecture 6 Physical Layer: Digital Transmission Waleed Ejaz
EE 4272Spring, 2003 Chapter 5 Data Encoding Data Transmission Digital data, digital signal Analog data, digital signal: e.g., voice, and video are often.
Computer Networks1 Chapter 4 Digital Transmission.
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1
Transmitting digital signals How do we encode digital signals for transmission? How can we interpret those signals?
The Physical Layer, Encoding Schemes: -Physical Transmission of Bits- Chapter 2.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 4 Digital Transmission.
 Information must be transformed into signals before it can be transformed across the communication media  How this information is transformed depends.
331: STUDY DATA COMMUNICATIONS AND NETWORKS.  1. Discuss computer networks (5 hrs)  2. Discuss data communications (15 hrs)
LECTURE 5 CT1303 LAN. DATA ENCODING Digital signal: is a sequence of discrete, discontinuous voltage pulses. Each pulse is a signal element Binary data.
Base-Band Digital Data Transmission Prepared By: Amit Degada. Electronics Engineering Department, Sardar Vallabhbhai National Institute of Technology,
EE 3220: Digital Communication Dr. Hassan Yousif Ahmed Department of Electrical Engineering College of Engineering at Wadi Aldwasser Slman bin Abdulaziz.
Computer Communication & Networks
Computer Communication & Networks Lecture # 05 Physical Layer: Signals & Digital Transmission Nadeem Majeed Choudhary
1 Kyung Hee University Digital Transmission. 2 Kyung Hee University 4 장 Digital Transmission 4.1 Line Coding 4.2 Block Coding 4.3 Sampling 4.4 Transmission.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 4 Digital Transmission.
: Data Communication and Computer Networks
British Computer Society (BCS)
Chapter 4 Digital Transmission.
Digital Communications
DIGITAL-TO-DIGITAL CONVERSION In this section, we see how we can represent digital data by using digital signals. The conversion involves three.
Kashif BashirWWW.Taleem.greatnow.com Chapter 4 Digital Transmission.
COMMUNICATION SYSTEM EEEB453 Chapter 5 (Part V) DIGITAL TRANSMISSION-LINE ENCODING Intan Shafinaz Mustafa Dept of Electrical Engineering Universiti Tenaga.
4.1 Chapter 4 Digital Transmission Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Unit 1 Lecture 6 1. Different Conversion/Transmission Schemes 2 Before we discuss various line coding schemes, let us first have an idea of different.
Chapter 4 Digital Transmission
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Excerpts from Slides of Chapter 4 Forouzan Digital Transmission.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 4 Digital Transmission.
1 Chapter 5 Encoding. 2 Figure 4-1 Transformation of Information to Signals.
Line Coding Schemes ‏Line coding is the process of converting binary data, a sequence of bits to a digital signal. Authors Phani Swathi Chitta Mentor Prof.
Chapter 4 (part 1_a) Baseband Data Transmission EKT 357 Digital Communications.
CSE 320 Data Communications
1 CSCD 433 Network Programming Fall 2016 Lecture 4 Digital Line Coding and other...
Data Communication and Networking Digital Transmission Chapter 4.
Presentation on Line coding technique Given by Mithun Majumdar IT/14/40.
Data Communications and Networking
Data Encoding Data Encoding refers the various techniques of impressing data (0,1) or information on an electrical, electromagnetic or optical signal that.
Chapter 4. Digital Transmission
Introduction to Information Technologies
Computer Communication & Networks
4.2 Digital Transmission Pulse Modulation (Part 2.1)
DIGITAL MODULATION AND MULTIPLEXING
CHAPTER : 04 Encoding & Modulation
DIGITAL TRANSMISSION PART C
Data Conversion Methods
CHAPTER 3 Physical Layer.
CHAPTER 3 Physical Layer.
Bit rate Baud rate Goal in data communication is to increase the bit rate while decreasing the baud rate. Increasing the data rate increases the speed.
Physical Layer (Part 2) Data Encoding Techniques
Data Encoding Data Encoding refers the various techniques of impressing data (0,1) or information on an electrical, electromagnetic or optical signal that.
Physical Layer – Part 2 Data Encoding Techniques
CT1303 LAN Rehab AlFallaj.
NET301 Lecture 5 10/18/2015 Lect5 NET301.
NET301 Lecture 5 10/18/2015 Lect5 NET301.
CCE Computer Networks Chapter 5: Encoding Information must be encoded into signals before it can be transported across communication media Information.
Introduction to Information Technologies
Chapter 4 Digital Transmission
CSCD 433 Network Programming
NRZ-L: [Non-Return-to-Zero-Level]
Chapter 5. Data Encoding Digital Data, Digital Signals
Lecture 2: Line Encoding 1nd semester By: Adal ALashban.
DATA COMMUNICATION Lecture-15.
Physical Layer – Part 2 Data Encoding Techniques
Data Transmission And Digital Communication
Disadvantages of Analog Transmission
Chapter 5: Encoding Information must be encoded into signals before it can be transported across communication media Information can be either Digital,
CS433 - Data Communication and Computer Networks
Spread Spectrum Analog or digital data Analog signal
Presentation transcript:

Lecture 1 Line Encoding 2nd semester 1438-1439

Outline - Digital Signal Transmission - What is line coding? - Line coding schemes. - Unipolar encoding; NRZ - Polar encoding; NRZ, NR, Manchester, Differential Manchester - Line coding examples.

Digital Transmission Digital transmission is the sending of information over a communications media in the form of digital signals. Digital signals are a sequence of voltage pulses. They can propagate analog and digital data. They offer better noise immunity, are cheaper to implement in hardware, more secure and also allow data compression, thereby optimally utilizing the transmission link.

Digital Signal Transmission Digital Data transmitted as Digital Signals Analog Data transmitted as Digital Signals ✔

Digital Data Transmitted as Digital Signals To convert digital data into digital signals. It can be done in two ways, line coding and block coding. For all communications, line coding is necessary whereas block coding is optional. Here digital data is first encoded into a binary stream. These binary streams are then converted into digital signals by line coding techniques. Digital data  like for examples Alphabets It first converted to 0s and 1s However, as digital information cannot be sent directly in the form of 0s and 1s, it must be encoded in the form of a signal with two states, for example: two voltage levels with respect to earth the difference in voltage between two wires the presence/absence of current in a wire the presence/absence of light ...

What is Line Coding? - is the process of converting binary data (a sequence of bits) to a digital signal. - Different line codes have different attributes. - Best line code has to be selected for a given application and channel condition.

Line Coding

Unipolar Encoding Unipolar encoding uses only single voltage level to represent data. It is also called Unipolar-Non-return-to-zero, because there is no rest condition In this case, to represent binary 1, high voltage is transmitted and to represent 0, no voltage is transmitted It is also called Unipolar-Non-return-to-zero, because there is no rest condition i.e. it either represents 1 or 0.

Polar Encoding Polar encoding uses two voltage levels (positive and negative). Polar encodings is available in four types:

Polar Encoding 1.1- Polar NRZL (Non Return to Zero) Level - Bit 0 is mapped to a negative amplitude. Bit 1 is mapped to a positive amplitude.

Polar Encoding 1.2- Polar NRZI (Non Return to Zero Inverted) - Bit 0 mapped to no signal level transition. - Bit 1 is mapped to signal level transition at the beginning of the bit interval. Assumption: - The signal level to the left of the bit is high – Fig. A and Fig. C - The signal level to the left of the bit is low – Fig. B and Fig. D

Problem with NRZ is that the receiver cannot conclude when a bit ended and when the next bit is started, in case when sender and receiver’s clock are not synchronized. NRZ-L changes voltage level at when a different bit is encountered whereas NRZ-I changes voltage when a 1 is encountered.

Polar Encoding 2- Polar RZ (Return to Zero) - Bit 0 is mapped to a negative amplitude - A for the first half of the symbol duration followed by a zero amplitude for the second half of the symbol duration. - Bit 1 is mapped to a positive amplitude +A for the first half of the bit duration followed by a zero amplitude for the second half of the bit duration.

Polar Encoding 3- Polar Manchester Coding - Bit 0 is sent by having a mid-bit transition from high to low. - Bit 1 is sent by having a mid-bit transition from low to high. This encoding scheme is a combination of RZ and NRZ-L. Bit time is divided into two halves. It transits in the middle of the bit and changes phase when a different bit is encountered.

Polar Encoding 4- Polar Differential Manchester Coding - Bit 0 is mapped to signal level transition at the beginning of the bit interval. - Bit 1 is mapped to absence of signal level transition at the beginning of the bit interval. Assumption: The signal level to the left of the bit is high – Fig. A and Fig. C The signal level to the left of the bit is low – Fig. B and Fig. D This encoding scheme is a combination of RZ and NRZ-I. It also transit at the middle of the bit but changes phase only when 1 is encountered.

Line Coding Examples

Bipolar Encoding Bipolar encoding uses three voltage levels, positive, negative and zero. Zero voltage represents binary 0 and bit 1 is represented by altering positive and negative voltages.