20. Line Coding

Total Page:16

File Type:pdf, Size:1020Kb

20. Line Coding Line Coding on Mac 20. Line Coding Introduction Line coding involves converting a sequence of 1s and 0s to a time-domain signal (a sequence of pulses) suitable for transmission over a channel. The following primary factors should be considered when choosing or designing a line code [1, 2]. 1. Self-synchronisation. Timing information should be built into the time-domain signal so that the timing information can be extracted for clock synchronisation. A long string of consecutive 1s and 0s should not cause a problem in clock recovery. 2. Transmission power and bandwidth efficiency. The transmitted power should be as small as possible, and the transmission bandwidth needs to be sufficiently small compared to the channel bandwidth so that intersymbol interference will not be a problem. 3. Favorable Power Spectral Density. The spectrum of the time-domain signal should be suitable for the transmission channel. For example, if a channel is ac coupled, it is desirable to have zero power spectral density near dc to avoid dc wandering in the pulse stream. 4. Low probability of error. When the received signal is corrupted by noise, the receiver can easily recover the uncoded signal with low error probability. 5. Error detection and correction capability. The line code should have error detection capability, and preferably have error correction capability. 6. Transparency. It should be possible to transmit every signal sequence correctly regardless of the patterns of 1s and 0s. If the data are coded so that the coded signal is received faithfully, the code is transparent. Given a sequence of pulses, there are two possible waveform formats that we can use to send a pulse of duration Tb seconds over a channel. The duty cycle of the pulse can be used to define these two waveform formats. If the transmitted pulse waveform is maintained for the entire duration of the pulse, this is called non-return-to-zero (NRZ) format. If the transmitted pulse waveform only occupies a fraction of the pulse duration, this is called return-to-zero (RZ) format. 20.1 Line Coding on Mac Classification of Line Waveforms [1] There are many types of line codes and we shall only discuss a few of them here. Figure 20.1 Waveforms for various line codes. The waveforms for the line code may be further classified according to the rule that is used to assign voltage levels to represent the binary data. 1. Polar Signal In positive logic, a 1 is represented by +A volts and a 0 is represented by -A volts. Figure 20.1 (a) and Figure 20.1 (b) show polar NRZ and RZ signals, respectively. A polar NRZ signal is also called a NRZ-L (L for level) signal because a high voltage level corresponds to a positive logic level [3]. Alternatively, we could have used negative logic, where a 1 is represented by -A volts and a 0 is represented by +A volts. 2. Unipolar Signal In positive logic, a 1 is represented by +A volts and a 0 is represented by 0 volts. Figure 20.1 (c) and Figure 20.1 (d) show unipolar NRZ and RZ signals, respectively. 3. Bipolar (Pseudo-Ternary or Alternate Mark Inverted) Signal In positive logic, 1s are sent as alternative positive or negative voltage values. 0s are represented by 0 volt. The term pseudo-ternary refers to the use of 3 encoded logic levels to represent a 2-level signal. Figure 20.1 (e) and Figure 20.1 (f) show bipolar NRZ and RZ signals, respectively. A bipolar RZ signal is also called a pseudo-ternary signal or a RZ-AMI signal, where AMI denotes alternate mark inversion [4]. 4. Manchester (Split-phase, Twinned-Binary) Coding Manchester coding was developed by Manchester University. In positive logic, a 1 is represented by +A volts over a half-pulse period followed by -A volts over a half-pulse period. A 0 is represented by -A volts over a half-pulse period followed by +A volts over a half-pulse period. This is shown in Figure 20.1 (g). Other names in use for Manchester coding are split-phase and twinned-binary coding. Sometimes it is called biphase-level (Bi-φ-L) [4]. 20.2 Line Coding on Mac A Manchester signal can be generated by multiplying a polar NRZ signal by a synchronised square-wave clock having a period Tb [4]. It can also be generated by exclusive-ORing a polar NRZ signal with a synchronised but inverted square-wave clock having a period Tb [3]. 5. Miller (delay modulation) Coding [5] A transition occurs at the mid-point of each symbol interval for a 1. For a 1 followed by a 1, no transition occurs at the symbol interval. No transition occurs at the mid-point of each symbol interval for a 0. For a 0 followed by a 0, a transition occurs at the symbol interval. For a 0 followed by a 1 or a 1 followed by a 0, no transition occurs at the symbol interval. This is shown in Figure 20.1 (h). Miller coding is also called delay modulation. Power Spectra of Line Codes Figure 20.2 Power spectral densities of various line codes. 1. Polar NRZ Signal (NRZ-L) The power spectral density for a polar NRZ signal with a pulse duration of Tb is [1] 2 sin π fT b 2 (20.1) P(f) = A Tb π fT b Figure 20.2 (a) shows the power spectral density of the polar NRZ signal where A is set to 1 so that the normalised average power of the signal is unity. Advantages: Relatively easy to generate the signal but requires dual supply voltages. Bit error probability performance is superior to other line encoding schemes. Disadvantages : It has a large power spectral density near dc. Poor clock recovery - a string of 1s or 0s will cause a loss of clock signal. 20.3 Line Coding on Mac 2. Unipolar NRZ Signal The unipolar NRZ signal consists of a polar NRZ signal plus a dc term. The power spectral density is therefore similar to that of the polar NRZ signal but with a delta function at dc. The power spectral density for a unipolar NRZ signal with a pulse duration of Tb is [1] 2 2 A T sin π fT b b 1 P(f) = [1 + δ(f)] (20.2) 4 π fT T b b Figure 20.2 (b) shows the power spectral density of the unipolar NRZ signal where A is set to 2 so that the normalised average power of the signal is unity. Advantage: Relatively easy to generate the signal (TTL/CMOS) from a single power supply. Disadvantages: A dc component is always present corresponding to a waste of transmission power. It has a large power spectral density near dc. DC-coupled circuits are needed for this type of signalling. Poor clock recovery - a string of 1s and 0s will cause a loss of clock signal. 3. Unipolar RZ Signal The power spectral density for a unipolar RZ signal with a pulse duration of Tb/2 is [1] 2 2 A T sin (π fT /2 ) ∞ b b 1 P(f) = [1 + ∑ δ(f - n )] (20.3) 16 π fT /2 T =−∞ T b b n b Figure 20.2 (c) shows the power spectral density of the unipolar RZ signal where A is set to 2 so that the normalised average power of the signal is unity. Advantage : Good clock recovery - periodic impulses at f = n/Tb can be used for clock recovery. Disadvantages: The first null bandwidth is twice that for the polar NRZ signal or the unipolar NRZ signal. A discrete impulse term is present at dc - waste of power. The spectrum is not negligible near dc. 20.4 Line Coding on Mac For the same bit error performance, this signal requires 3 dB more signal power than the polar RZ signal. 4. Bipolar RZ Signal (RZ-AMI) The power spectral density for a polar RZ signal with a pulse duration of Tb/2 is [1] 2 2 A T sin (π fT /2 ) b b sin2(π P(f) = 4 π fT /2 fTb) (20.4) b Figure 20.2 (d) shows the power spectral density of the bipolar RZ signal where A is set to 2 so that the normalised average power of the signal is unity. Advantages: There is a null at dc so that an ac-coupled circuit may be used in the transmission path. It has single-error-detection capability since a single error will cause a violation (the reception of 2 or more consecutive 1s with the same polarity). Good clock recovery - the clock signal can be easily extracted by converting the bipolar RZ signal to a unipolar RZ signal using full-wave rectification. Disadvantages: The bipolar RZ signal is not transparent. A string of 0s will cause a loss of clock signal. The receiver has to distinguish between 3 logic levels. For the same bit error performance, this signal requires 3 dB more signal power than the polar RZ signal. 5. Manchester (Split-phase, Twined-Binary) Coding The power spectral density for a Manchester signal with a pulse duration of Tb/2 is [1] 2 sin (π fT /2) b P(f) = A2T sin2(π b π fT /2 fTb/2) (20.5) b Figure 20.2 (e) shows the power spectral density of the Manchester signal where A is set to 1 so that the normalised average power of the signal is unity. Advantages: There is always a zero dc level regardless of the data sequence.
Recommended publications
  • Criteria for Choosing Line Codes in Data Communication
    ISTANBUL UNIVERSITY – YEAR : 2003 (843-857) JOURNAL OF ELECTRICAL & ELECTRONICS ENGINEERING VOLUME : 3 NUMBER : 2 CRITERIA FOR CHOOSING LINE CODES IN DATA COMMUNICATION Demir Öner Istanbul University, Engineering Faculty, Electrical and Electronics Engineering Department Avcılar, 34850, İstanbul, Turkey E-mail: [email protected] ABSTRACT In this paper, line codes used in data communication are investigated. The need for the line codes is emphasized, classification of line codes is presented, coding techniques of widely used line codes are explained with their advantages and disadvantages and criteria for chosing a line code are given. Keywords: Line codes, correlative coding, criteria for chosing line codes.. coding is either performed just before the 1. INTRODUCTION modulation or it is combined with the modulation process. The place of line coding in High-voltage-high-power pulse current The transmission systems is shown in Figure 1. purpose of applying line coding to digital signals before transmission is to reduce the undesirable The line coder at the transmitter and the effects of transmission medium such as noise, corresponding decoder at the receiver must attenuation, distortion and interference and to operate at the transmitted symbol rate. For this ensure reliable transmission by putting the signal reason, epecially for high-speed systems, a into a form that is suitable for the properties of reasonably simple design is usually essential. the transmission medium. For example, a sampled and quantized signal is not in a suitable form for transmission. Such a signal can be put 2. ISSUES TO BE CONSIDERED IN into a more suitable form by coding the LINE CODING quantized samples.
    [Show full text]
  • One Twisted Pair Cable Or Equivalent) Capable of Transporting Analog Signals in the Frequency Range Ofapproximately 300 to 3000 Hertz (Voiceband)
    APPENDIX UNE-SBCI3STATE PAGE 21 OF 51 SBC-13STATE/SPRINT COMMUNICATIONS COMPANY, L.P. 110802 8 .3 SBC-12STATE will offer the following subloop types: 8.3.1 2-Wire Analog Subloop provides a 2-wire (one twisted pair cable or equivalent) capable of transporting analog signals in the frequency range ofapproximately 300 to 3000 hertz (voiceband). 8.3.2 4-Wire Analog Subloop provides a 4-wire (two twisted pair cables or equivalent, with separate transmit and receive paths) capable of transporting analog signals in the frequency range of approximately 300 to 3000 hertz (voiceband). 8.3.3 4-Wire DS 1 Subloop provides a transmission path capable of supporting a 1 .544 Mbps service that utilizes AMI or B8ZS line code modulation. 8.3.4 DS3 Subloop provides DS3 service from the central office MDF to an Interconnection Panel at the RT. The loop facility used to transport the DS3 signal will be a fiber optical facility. 8 .3 .5 2-Wire / 4-Wire Analog DSL Capable Subloop that supports an analog signal based DSL technology (such as ADSL). It will have twisted copper cable that may be loaded, have more than 2,500 feet of bridged tap, and may contain repeaters. 8 .3.6 2-Wire / 4-Wire Digital DSL Capable Subloop that supports a digital signal based DSL technology (such as HDSL or IDSL). It will have twisted copper cable that may be loaded, have more than 2,500 feet of bridged tap, and may contain repeaters. 8.3 .7 ISDN Subloop is a 2-Wire digital offering which provides a transmission path capable of supporting a 160 Kbps, Basic Rate ISDN (BRI) service that utilizes 2BIQ line code modulation with end user capacity up to 144 Kbps .
    [Show full text]
  • An Efficient Utilization of Power Spectrum Density for Smart Cities
    sensors Article Moving towards IoT Based Digital Communication: An Efficient Utilization of Power Spectrum Density for Smart Cities Tariq Ali 1,*, Abdullah S. Alwadie 1, Abdul Rasheed Rizwan 2, Ahthasham Sajid 3 , Muhammad Irfan 1 and Muhammad Awais 4 1 Electrical Engineering Department, College of Engineering, Najran University, Najran 61441, Saudi Arabia; [email protected] (A.S.A.); [email protected] (M.I.) 2 Department of Computer Science, Punjab Education System, Depaalpur 56180, Pakistan; [email protected] 3 Department of Computer Science, Faculty of ICT, Balochistan University of Information Technology Engineering and Management Sciences, Quetta 87300, Pakistan; [email protected] 4 School of Computing and Communications, Lancaster University, Bailrigg, Lancaster LA1 4YW, UK; [email protected] * Correspondence: [email protected] Received: 8 April 2020; Accepted: 14 May 2020; Published: 18 May 2020 Abstract: The future of the Internet of Things (IoT) is interlinked with digital communication in smart cities. The digital signal power spectrum of smart IoT devices is greatly needed to provide communication support. The line codes play a significant role in data bit transmission in digital communication. The existing line-coding techniques are designed for traditional computing network technology and power spectrum density to translate data bits into a signal using various line code waveforms. The existing line-code techniques have multiple kinds of issues, such as the utilization of bandwidth, connection synchronization (CS), the direct current (DC) component, and power spectrum density (PSD). These highlighted issues are not adequate in IoT devices in smart cities due to their small size.
    [Show full text]
  • (12) Patent Application Publication (10) Pub. No.: US 2004/0131130A1 Shor Et Al
    US 2004O131130A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2004/0131130A1 Shor et al. (43) Pub. Date: Jul. 8, 2004 (54) SYSTEM AND METHOD FOR MULTI-BAND (60) Provisional application No. 60/404,070, filed on Aug. ULTRA-WIDE BAND SIGNAL GENERATORS 16, 2002. Provisional application No. 60/450,737, filed on Feb. 28, 2003. (76) Inventors: Gadi Shor, Tel-Aviv (IL); David Yaish, Tel-Aviv (IL); Yaron Knobel, Publication Classification Givat-Shmuel (IL); David Meshulam, Hod-Hasharon (IL); Zeev Rubin, (51) Int. Cl. ................................................. H04L 27/20 Alphei-Mcnashe (IL); Benny Blumer, Kfar-Saba (IL) (52) U.S. Cl. .............................................................. 375/308 Correspondence Address: BROWN, RAYSMAN, MILLSTEIN FELDER & STEINER LLP 9 9 (57) ABSTRACT 900 THIRDAVENUE NEW YORK, NY 10022 (US) The present invention provides Systems and methods relat ing to ultra-wide band communications. A method is pro (21) Appl. No.: 10/643,108 Vided for transmitting information using ultra-wide band transmission. The method includes allocating, for Signal (22)22) FileFilled: Aug.ug. 18,185, 2003 transmission, each of a plurality of frequencys Sub-bands. Related U.S. Application Data The method further includes sending an ultra-wide band transmission comprising the information by transmitting a (63) Continuation-in-part of application No. 10/389,789, burst symbol cycle Signal over each of the plurality of filed on Mar. 17, 2003. frequency Sub-bands. 10560Mhz. 1320 MHz 213 Data Y1 2O2 Out 5280,5060Hz Clk Z 211 Ref 210 RF Out MHz 1012OMZ Z Channel IFMHz :253 5280 5060 88O 3960 528O 5060 440 5280 5060 0 4840 5280 5060 5280 5060 5940 5280 5060 1320 6160 5280 5060 1760 6600 Patent Application Publication Jul.
    [Show full text]
  • Multilevel Sequences and Line Codes
    COPYRIGHT AND CITATION CONSIDERATIONS FOR THIS THESIS/ DISSERTATION o Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. o NonCommercial — You may not use the material for commercial purposes. o ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. How to cite this thesis Surname, Initial(s). (2012) Title of the thesis or dissertation. PhD. (Chemistry)/ M.Sc. (Physics)/ M.A. (Philosophy)/M.Com. (Finance) etc. [Unpublished]: University of Johannesburg. Retrieved from: https://ujdigispace.uj.ac.za (Accessed: Date). MULTILEVEL SEQUENCES AND LINE CODES by LOUIS BOTHA Thesis submitted as partial fulfilment of the requirements for the degree MASTER OF ENGINEERING in ELECTRICAL AND ELECTRONIC ENGINEERING in the FACULTY OF ENGINEERING at the RAND AFRIKAANS UNIVERSITY SUPERVISOR: PROF HC FERREIRA MAY 1991 SUMMARY As the demand for high-speed data communications over conventional channels such as coaxial cables and twisted pairs grows, it becomes neccesary to optimize every aspect of the communication system at reasonable cost to meet this demand effectively. The choice of a line code is one of the most important aspects in the design of a communications system, as the line code determines the complexity, and thus also the cost, of several circuits in the system. It has become known in recent years that a multilevel line code is preferable to a binary code in cases where high-speed communications are desired.
    [Show full text]
  • CODING for Transmission
    CODING for Transmission Professor Izzat Darwazeh Head of Communicaons and Informaon System Group University College London [email protected] Acknowledgement: Dr A. Chorti, Princeton University for slides on FEC coding Dr P.Moreira, CERN, for slides on the CERN Gigabit Transmitter (GBT) Dr J. Mitchell, UCL, for the sampled music and voice. June 2011 Coding • Defini7ons and basic concepts • Source coding • Line coding • Error control coding Digital Line System Message Message source Distortion, sink interference Input Output signal and noise signal Encoder- Demodulator modulator -decoder Communication Transmitted channel Received signal signal Claude Shannon • Shannon’s Theorem predicts reliable communicaon in the presence of noise “Given a discrete, memoryless channel with capacity C, and a source with a posi8ve rate R (R<C), there exist a code such that the output of the source can be transmi@ed over the channel with an arbitrarily small probability of error.” • B is the channel bandwidth in Hz and S/N is the signal power to noise power rao ⎛⎞S CBc =+log2 ⎜⎟ 1 ⎝⎠N Types of Coding • Source Coding – Encoding the raw data • Line (or channel) Coding – Formang of the data stream to benefit transmission • Error Detec7on Coding – Detec7on of errors in the data seQuence • Error Correcon Coding – Detec7on and Correc7on of Errors • Spread Spectrum Coding – Used for wireless communicaons Signals and sources: Discrete - Con8nuous m(t) n Continuous Time and Amplitude n Discrete Time, continuous Amplitude – PAM signal n Discrete Time, and Amplitude
    [Show full text]
  • Università Degli Studi Di Parma Architectural
    UNIVERSITÀ DEGLI STUDI DI PARMA DIPARTIMENTO DI INGEGNERIA DELL’INFORMAZIONE PARMA (I) - VIALE DELLE SCIENZE TEL. 0521-905800 • FAX 0521-905758 Dottorato di Ricerca in Tecnologie dell’Informazione XIX Ciclo Giulia Papotti ARCHITECTURAL STUDIES OF A RADIATION-HARD TRANSCEIVER ASIC IN 0.13 um CMOS FOR DIGITAL OPTICAL LINKS IN HIGH ENERGY PHYSICS APPLICATIONS DISSERTAZIONE PRESENTATA PER IL CONSEGUIMENTO DEL TITOLO DI DOTTORE DI RICERCA GENNAIO 2007 CERN-THESIS-2007-111 //2007 εστω δε ο λογος υμων ναι ναι ου ου το δε περισσον τουτων εκ του πονηρου εστιν (Simply let your 'Yes' be 'Yes,' and your 'No,' 'No'; anything beyond this comes from the evil one.) (Matthew, 5:37) Acknowledgements I have always been concise, so all you get is a list. Here it goes… Paulo and Sandro for useful comments, critiques, discussions, explanations, feedback, questions, support… Apart from helping out in the completion of the PhD thesis in particular and PhD program in general, they have been role models who helped me in my personal professional growth. At my University in Parma, Prof. Ciampolini for being there every time I needed him, despite the amount of other engagements. I will not forget that he was the one who suggested CERN to me in the first place. Mike and all the Microelectronics group at CERN, for being such a stimulating working environment. In particular Bert, Ernest, Federico, Francois, Giovanni e Giovanni, Guido, Hugo, Kostas, Matthieu, and Rafael. Winnie needs to be specially thanked among them for reading and patiently correcting most of this thesis. Francois, Jan and Karl cannot be forgotten either, for having initiated me to CERN and the world of experimental measurements.
    [Show full text]
  • Adv. Communication Lab 6Th Sem E&C
    TH ADV. COMMUNICATION LAB 6 SEM E&C • the line-coded signal can directly be put on a transmission line, in the form of variations of the voltage or current (often using differential signaling). • the line-coded signal (the "base-band signal") undergoes further pulse shaping (to reduce its frequency bandwidth) LINE CODING and then modulated (to shift its frequency bandwidth) to create the "RF signal" that can be sent through free space. Line coding consists of representing the digital signal to be • the line-coded signal can be used to turn on and off a light transported by an amplitude- and time-discrete signal that is in Free Space Optics, most commonly infrared remote optimally tuned for the specific properties of the physical channel control. (and of the receiving equipment). The waveform pattern of • the line-coded signal can be printed on paper to create a voltage or current used to represent the 1s and 0s of a digital bar code. data on a transmission link is called line encoding. The common • the line-coded signal can be converted to a magnetized types of line encoding are unipolar, polar, bipolar and spots on a hard drive or tape drive. Manchester encoding. • the line-coded signal can be converted to a pits on optical For reliable clock recovery at the receiver, one usually imposes a disc. maximum run length constraint on the generated channel Unfortunately, most long-distance communication sequence, i.e. the maximum number of consecutive ones or channels cannot transport a DC component. The DC zeros is bounded to a reasonable number.
    [Show full text]
  • "CPM Signals for Machine to Machine Communications"
    N o d’ordre: 2015telb0367 Sous le sceau de l’Université Européenne de Bretagne Télécom Bretagne En accréditation conjointe avec l’Ecole Doctorale Sicma Application des signaux CPM pour la collecte de données à grande échelle provenant d’émetteurs faible coût Thèse de Doctorat Mention: Sciences et Technologies de l’information et de la Communication (STIC) Présentée par: Malek Messai Département: Signal et Communications Laboratoire: LabSTICC Pôle CACS/COM Directrice de thèse: Karine AMIS Soutenue le 20 Novembre 2015 Jury : Rapporteurs: Mérouane Debbah - Centrale-Supélec/ HUAWEI Philippe Ciblat - Telecom Paris Tech Examinateurs: Giulio Colavolpe - Università degli Studi di Parma (Italy) Gilles Burel - Université de Bretagne Occidentale Jérôme Lebrun - CNRS/ Université de Nice Sophia Antipolis Encadrants: Karine Amis - Telecom Bretagne Frédéric Guilloud - Telecom Bretagne Invité: Alain Dominique Thomas - Zodiac Aerospace Acknowledgments would like to express my sincerest thanks and appreciation to all the members of I the Signal and Communications department for welcoming me in your laboratory. I have met many people inside and outside the work sphere that made the Ph.D an enjoyable adventure. I am deeply grateful to my supervisors, Dr. Karine AMIS and Dr. Frédéric GUILLOUD, for their invaluable advice, kindness, encouragements, patience and support during these three years. Their profound scientific knowledge, invaluable insight and experience have had a great impact on the success of the thesis. There is no doubt in my mind that without their comments, criticisms and guidance, my Phd will not be accomplished. I am also indebted to them for giving me the opportunity to improve my research background and experience. I am very lucky to have had the opportunity to work with them.
    [Show full text]
  • ETRI PHY Proposal on VLC Line Code for Illumination
    September 2009 doc.: IEEE 802.15-09-0675-00-0007 Project: IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) Submission Title: [ETRI PHY Proposal on VLC Line Code for Illumination] Date Submitted: [23 September, 2009] Source: [Dae Ho Kim, Tae-Gyu Kang, Sang-Kyu Lim, Ill Soon Jang, Dong Won Han] Company [ETRI] Address [138 Gajeongno, Yuseong-gu, Daejeon, 305-700] Voice:[+82-42-860-5648], FAX: [+82-42-860-5218], E-Mail:[[email protected]] Re: [Response to call for proposals] Abstract: [This document describes a proposal of PHY line code for LED illumination ] Purpose: [Proposal to IEEE 802.15.7 VLC TG]] Notice: This document has been prepared to assist the IEEE P802.15. It is offered as a basis for discussion and is not binding on the contributing individual(s) or organization(s). The material in this document is subject to change in form and content after further study. The contributor(s) reserve(s) the right to add, amend or withdraw material contained herein. Release: The contributor acknowledges and accepts that this contribution becomes the property of IEEE and may be made publicly available by P802.15. TG VLC Submission Slide 1 Dae-Ho Kim, ETRI September 2009 doc.: IEEE 802.15-09-0675-00-0007 ETRI PHY Proposal on VLC Line code for Illumination Dae Ho Kim [email protected] ETRI TG VLC Submission Slide 2 Dae-Ho Kim, ETRI September 2009 doc.: IEEE 802.15-09-0675-00-0007 Contents • ETRI PHY Considerations and Scope • Summary of ETRI PHY Proposal • Flickering issue at LED illumination • Proposed Line Code – Modified-4B5B
    [Show full text]
  • Advanced Modulation Formats and Multiplexing Techniques for Optical Telecommunication Systems 13
    Advanced Modulation Formats and Multiplexing Techniques for Optical Telecommunication Systems 13 Advanced Modulation Formats and Multiplexing Techniques for Optical X2 Telecommunication Systems Ghafour Amouzad Mahdiraji and Ahmad Fauzi Abas Advanced Modulation Formats and Multiplexing Techniques for Optical Telecommunication Systems Ghafour Amouzad Mahdiraji1 and Ahmad Fauzi Abas2 1UCSI University & 2Universiti Putra Malaysia Malaysia 1. Introduction Since ancient times, one of the principal needs of people has been to communicate. This need created interest in devising communication systems for sending messages from one place to another. The advent of high performance computer processors brought many advantages for digital communications over that of analog. These benefits include more features, easy storage and faster processing. These caused huge amount of information, which is increasing exponentially every year, to be carried over communication networks. Various types of communication system appeared over the years. Among the basic motivations behind each type are to improve the transmission fidelity, increase the data rate, and increase the transmission distance between stations. All these facilities are achievable utilizing optical fiber communications. Optical fiber offers several advantages over the traditional media (e.g., twisted wire pair and coaxial cable). Its decisive advantages are huge bandwidth and very low attenuation and noise (Arumugam, 2001). The first, results in higher bit rate, and the second, results in longer transmission distance. These potentials can be further pushed by utilizing multiplexing techniques and/or advanced modulation formats. The invention of wavelength division multiplexing (WDM) (G. E. Keiser, 1999) contributes great benefit to the optical fiber communication systems especially after the introduction of Erbium-doped fiber amplifier (EDFA).
    [Show full text]
  • Experiment Three: Line Coding
    Experiment Three: Line Coding Modified from original TIMS Manual experiment by Mr. Faisel Tubbal. Objectives 1) Learn about line coding techniques by generating the codes using the LINE-CODE ENCODER and DECODER modules in the lab. 2) Display line coding techniques on oscilloscope in time and frequency domains (Spectrum) and make a comparison among these different techniques using TTL as a reference signal. 3) Using snap shot method to display line coding techniques. 4) Link the theory that you studied in lecture with the practical. 5) Observe the effect of the 180 phase shift of these techniques. Equipment Required Sequence Generator (01), Line-code Encoder (01), Buffer Amplifier (01), and Line-code Decoder. Essential Reading 1) Watch the video, read the introduction, read the tutorial questions, and read any necessary data sheets Introduction This ‘experiment’ is tutorial in nature, and serves to introduce two new modules (Line-code Encoder and Line-code Decoder). In your course work you should have covered the topic of line coding at whatever level is appropriate for you. TIMS has a pair of modules, one of which can perform a number of line code transformations on a binary TTL sequence. The other performs decoding. A- Why line coding? There are many reasons for using line coding. Each of the line codes you will be examining offers one or more of the following advantages: Spectrum shaping and relocation without modulation or filtering. This is important in telephone line applications, for example, where the transfer characteristic has heavy attenuation below 300 Hz. Bit clock recovery can be simplified.
    [Show full text]