Adv. Communication Lab 6Th Sem E&C

Total Page:16

File Type:pdf, Size:1020Kb

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. A clock period is component is also called the disparity, the bias, or the DC recovered by observing transitions in the received sequence, so coefficient. The simplest possible line code, called unipolar that a maximum run length guarantees such clock recovery, because it has an unbounded DC component, gives too while sequences without such a constraint could seriously many errors on such systems. hamper the detection quality. Most line codes eliminate the DC component — such codes After line coding, the signal is put through a "physical channel", are called DC balanced, zero-DC, zero-bias or DC equalized either a "transmission medium" or "data storage medium". etc. There are two ways of eliminating the DC component: Sometimes the characteristics of two very different-seeming channels are similar enough that the same line code is used for • Use a constant-weight code. In other words, design each them. The most common physical channels are: transmitted code word such that every code word that contains some positive or negative levels also contains enough of the opposite levels, such that the average level • AMI over each code word is zero. For example, Manchester • Modified AMI codes : B8ZS, B6ZS, B3ZS, HDB3 code and Interleaved 2 of 5. • 2B1Q • Use a paired disparity code. In other words, design the • 4B5B receiver such that every code word that averages to a • 4B3T negative level is paired with another code word that • 6b/8b encoding averages to a positive level. Design the receiver so that • Hamming Code either code word of the pair decodes to the same data • 8b/10b encoding bits. Design the transmitter to keep track of the running • 64b/66b encoding DC buildup, and always pick the code word that pushes • 128b/130b encoding the DC level back towards zero. For example, AMI, 8B10B, • Coded mark inversion (CMI) 4B3T, etc. • Conditioned Diphase • Eight-to-Fourteen Modulation (EFM) used in Compact Disc Line coding should make it possible for the receiver to • EFMPlus used in DVD synchronize itself to the phase of the received signal. If the • RZ — Return-to-zero synchronization is not ideal, then the signal to be decoded will • NRZ — Non-return-to-zero not have optimal differences (in amplitude) between the various • NRZI — Non-return-to-zero, inverted digits or symbols used in the line code. This will increase the • Manchester code (also variants Differential Manchester & error probability in the received data. Biphase mark code) • Miller encoding (also known as Delay encoding or Modified It is also preferred for the line code to have a structure that will Frequency Modulation, and has variant Modified Miller enable error detection. encoding) • MLT-3 Encoding Note that the line-coded signal and a signal produced at a • Hybrid Ternary Codes terminal may differ, thus requiring translation. • Surround by complement (SBC) A line code will typically reflect technical requirements of the • TC-PAM transmission medium, such as optical fiber or shielded twisted Optical line codes: pair. These requirements are unique for each medium, because each one has different behavior related to interference, • Carrier-Suppressed Return-to-Zero distortion, capacitance and loss of amplitude. • Alternate-Phase Return-to-Zero [EDIT ] COMMON LINE CODES NON-RETURN-TO-ZERO mechanisms for bit synchronization when a separate clock signal is not available. From Wikipedia, the free encyclopedia NRZ-Level itself is not a synchronous system but rather an Jump to: navigation, search encoding that can be used in either a synchronous or asynchronous transmission environment, that is, with or without an explicit clock signal involved. Because of this, it is not strictly necessary to discuss how the NRZ-Level encoding acts "on a clock edge" or "during a clock cycle" since all transitions happen in the given amount of time representing the actual or implied integral clock cycle. The real question is that of sampling--the The binary signal is encoded using rectangular pulse amplitude high or low state will be received correctly provided the modulation with polar non-return-to-zero code transmission line has stabilized for that bit when the physical line level is sampled at the receiving end. In telecommunication, a non-return-to-zero (NRZ) line code is a binary code in which 1's are represented by one significant However, it is helpful to see NRZ transitions as happening on the condition (usually a positive voltage) and 0's are represented by trailing (falling) clock edge in order to compare NRZ-Level to some other significant condition (usually a negative voltage), other encoding methods, such as the mentioned Manchester with no other neutral or rest condition. The pulses have more code, which requires clock edge information (is the XOR of the energy than a RZ code. Unlike RZ, NRZ does not have a rest clock and NRZ, actually) and to see the difference between NRZ- state. NRZ is not inherently a self-synchronizing code, so some Mark and NRZ-Inverted. additional synchronization technique (for example a run length limited constraint, or a parallel synchronization signal) must be CONTENTS used to avoid bit slip. • 1 Unipolar Non-Return-to-Zero Level For a given data signaling rate, i.e., bit rate, the NRZ code • 2 Bipolar Non-Return-to-Zero Level • requires only half the bandwidth required by the Manchester 3 Non-Return-to-Zero Space • 4 Non-Return-to-Zero Inverted code. (NRZI) • 5 See also When used to represent data in an asynchronous communication • scheme, the absence of a neutral state requires other 6 References [EDIT ] UNIPOLAR NON-RETURN-TO-ZERO LEVEL Main article: On-off keying An example of this is RS-232, where "one" is −5V to −12V and "zero" is +5 to +12V. "One" is represented by one physical level (such as a DC bias on the transmission line). [EDIT ] NON-RETURN-TO-ZERO SPACE "Zero" is represented by another level (usually a positive voltage). Non-Return-to-Zero Space "One" is represented by no change in physical level. In clock language, "one" transitions or remains high on the "Zero" is represented by a change in physical level. trailing clock edge of the previous bit and "zero" transitions or remains low on the trailing clock edge of the previous bit, or just In clock language, the level transitions on the trailing clock edge the opposite. This allows for long series without change, which of the previous bit to represent a "zero." makes synchronization difficult. One solution is to not send bytes without transitions. Disadvantages of an on-off keying are the This "change-on-zero" is used by High-Level Data Link Control waste of power due to the transmitted DC level and the power and USB. They both avoid long periods of no transitions (even spectrum of the transmitted signal does not approach zero at when the data contains long sequences of 1 bits) by using zero- zero frequency. See RLL bit insertion. HDLC transmitters insert a 0 bit after five contiguous 1 bits (except when transmitting the frame delimiter [EDIT ] BIPOLAR NON-RETURN-TO-ZERO LEVEL '01111110'). USB transmitters insert a 0 bit after six consecutive 1 bits. The receiver at the far end uses every transition — both "One" is represented by one physical level (usually a negative from 0 bits in the data and these extra non-data 0 bits — to voltage). maintain clock synchronization. The receiver otherwise ignores these non-data 0 bits. "Zero" is represented by another level (usually a positive voltage). [EDIT ] NON-RETURN-TO-ZERO INVERTED (NRZI) In clock language, in bipolar NRZ-Level the voltage "swings" from positive to negative on the trailing edge of the previous bit clock cycle. Example NRZI encoding From Wikipedia, the free encyclopedia Jump to: navigation, search In telecommunication, Manchester code (also known as Phase NRZ-transition occurs for a zero Encoding, or PE) is a line code in which the encoding of each data bit has at least one transition and occupies the same time. Non return to zero, inverted (NRZI) is a method of mapping a It therefore has no DC component, and is self-clocking, which binary signal to a physical signal for transmission over some means that it may be inductively or capacitively coupled, and transmission media.
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]
  • Vpisystems—Demonstration Examples
    Appendix VPIsystems—Demonstration Examples Introduction The following 12 examples have been added to demonstrate important engineering aspects of Chapter 3. The user can play with each example in real time by accessing the website http://www.vpiphotonics.com/VPIplayer.php. This particular website is maintained by VPIsystems GmbH and it is provided at no cost to the user. Any difficulties opening the website or any software improperly functioning should be addressed directly to VPIsystems GmbH, Carnotstr. 6, 10587 Berlin, Germany, Phone +49 30 398 058-0, Fax +49 30 398 058-58 Application Example 1 Title System impairments in 10 Gbps NRZ-based WDM transmissions Description This setup illustrates the impact of ASE noise and fiber nonlinearities on the performance of a 10 Gbps NRZ-based WDM system. The BER of each channel can be investigated individually. The user can adjust the number of spans (transmission length), switch off/on the fiber nonlinear- ities and modify the EDFA noise figure. Application Example 2 Title Performance of NRZ, RZ, and Duobinary modulation format in 10 Gbps transmission Description The setup compares the performance of the NRZ, RZ, and Duobinary modulation formats in a single channel 10 Gbps transmission. The BER obtained with each modulation format are displayed against the accumulated dispersion or the OSNR. The user can adjust the OSNR (respectively the accumulated dispersion) as well as the 3 dB bandwidth of the optical filter in front of the receiver. S. V. Kartalopoulos, Next Generation Intelligent Optical Networks, 257 C Springer 2008 258 Appendix: VPIsystems—Demonstration Examples Application Example 3 Title Performance comparison of NRZ, DPSK, and DQPSK in 40 Gbps transmission Description The setup investigates the performance of NRZ, DPSK, and DQPSK modulation in a single channel 40 Gbps transmission.
    [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]
  • CLASS 341 CODED DATA GENERATION OR CONVERSION January 2011
    CLASS 341 CODED DATA GENERATION OR CONVERSION 341 - 1 341 CODED DATA GENERATION OR CONVERSION 1 DIGITAL PATTERN READING TYPE 50 DIGITAL CODE TO DIGITAL CODE CONVERTER CONVERTERS 2 .Plural denominationally related 51 .Adaptive coding carriers (e.g., coarse/fine 52 .To or from particular bit symbol geared discs) 53 ..Bit represented by pulse width 3 .Plural types of codes on single 54 ..Bit represented by discrete carrier frequency 4 .According to nonlinear function 55 .Substituting specified bit 5 .For X or Y coordinate combinations for other determination (e.g., stylus- prescribed bit combinations pad) 56 .To or from multi-level codes 6 .With directional discrimination 57 ..Binary to or from ternary 7 .Antiambiguity feature 58 .To or from minimum d.c. level 8 .Real and complementary patterns codes 9 .Having combined (e.g., 59 .To or from run length limited denominational, combination codes code) coding pattern 60 .To or from packed format 10 ..Constant distance code 61 .Data rate conversion 11 .Incremental 62 .BCD (binary-coded-decimal) to or 12 .Cathode ray from decimal 13 .Optical 63 .To or from bit count codes 14 ..Having optical waveguide 64 .To or from number of pulses 15 .Magnetic, inductive or 65 ..To or from Huffman codes capacitive 66 ..To or from Morse code 16 .Brush and contacts or conductive 67 .To or from variable length codes pattern 68 .To or from NRZ (nonreturn-to- 17 .Actuated by physical projection zero) codes 20 BODILY ACTUATED CODE GENERATOR 69 ..Return-to-zero to or from NRZ 21 .For handicapped user (nonreturn-to-zero)
    [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]
  • 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]
  • 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 ELECTRONIC FRONTIER FOUNDATION CINDY COHN (145997) Ci
    Case 3:06-cv-00672-VRW Document 294-1 Filed 07/05/2006 Page 1 of 173 1 ELECTRONIC FRONTIER FOUNDATION CINDY COHN (145997) 2 [email protected] LEE TIEN (148216) 3 [email protected] KURT OPSAHL (191303) 4 [email protected] KEVIN S. BANKSTON (217026) 5 [email protected] CORYNNE MCSHERRY (221504) 6 [email protected] JAMES S. TYRE (083117) 7 [email protected] 454 Shotwell Street 8 San Francisco, CA 94110 Telephone: 415/436-9333 9 415/436-9993 (fax) 10 TRABER & VOORHEES LAW OFFICE OF RICHARD R. WIEBE BERT VOORHEES (137623) RICHARD R. WIEBE (121156) 11 [email protected] [email protected] THERESA M. TRABER (116305) 425 California Street, Suite 2025 12 [email protected] San Francisco, CA 94104 128 North Fair Oaks Avenue, Suite 204 Telephone: 415/433-3200 13 Pasadena, CA 91103 415/433-6382 (fax) Telephone: 626/585-9611 14 626/ 577-7079 (fax) 15 Attorneys for Plaintiffs 16 [Additional counsel appear on signature page.] 17 18 UNITED STATES DISTRICT COURT 19 FOR THE NORTHERN DISTRICT OF CALIFORNIA 20 TASH HEPTING, GREGORY HICKS, ) No. C-06-0672-VRW CAROLYN JEWEL and ERIK KNUTZEN, on ) 21 Behalf of Themselves and All Others Similarly ) CLASS ACTION ) Situated,, 22 ) EXHIBITS A-K, Q-T, AND V-Y TO ) 23 Plaintiffs, ) DECLARATION OF J. SCOTT MARCUS ) IN SUPPORT OF PLAINTIFFS’ 24 v. ) MOTION FOR PRELIMINARY ) INJUNCTION 25 AT&T CORP., et al., ) ) Date: June 8, 2006 26 Defendants. ) Courtroom: 6, 17th Floor ) Judge: Hon. Vaughn Walker 27 28 EXHIBITS TO DECLARATION OF MARCUS IN SUPPORT OF C-06-0672-VRW PLAINTIFFS’ MOTION FOR PRELIMINARY INJUNCTION Case 3:06-cv-00672-VRW Document 294-1 Filed 07/05/2006 Page 2 of 173 Exhibit A Case 3:06-cv-00672-VRW Document 294-1 Filed 07/05/2006 Page 3 of 173 CV – J.
    [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]
  • Fiber Optic Communications
    FIBER OPTIC COMMUNICATIONS EE4367 Telecom. Switching & Transmission Prof. Murat Torlak Optical Fibers Fiber optics (optical fibers) are long, thin strands of very pure glass about the size of a human hair. They are arranged in bundles called optical cables and used to transmit signals over long distances. EE4367 Telecom. Switching & Transmission Prof. Murat Torlak Fiber Optic Data Transmission Systems Fiber optic data transmission systems send information over fiber by turning electronic signals into light. Light refers to more than the portion of the electromagnetic spectrum that is near to what is visible to the human eye. The electromagnetic spectrum is composed of visible and near -infrared light like that transmitted by fiber, and all other wavelengths used to transmit signals such as AM and FM radio and television. The electromagnetic spectrum. Only a very small part of it is perceived by the human eye as light. EE4367 Telecom. Switching & Transmission Prof. Murat Torlak Fiber Optics Transmission Low Attenuation Very High Bandwidth (THz) Small Size and Low Weight No Electromagnetic Interference Low Security Risk Elements of Optical Transmission Electrical-to-optical Transducers Optical Media Optical-to-electrical Transducers Digital Signal Processing, repeaters and clock recovery. EE4367 Telecom. Switching & Transmission Prof. Murat Torlak Types of Optical Fiber Multi Mode : (a) Step-index – Core and Cladding material has uniform but different refractive index. (b) Graded Index – Core material has variable index as a function of the radial distance from the center. Single Mode – The core diameter is almost equal to the wave length of the emitted light so that it propagates along a single path.
    [Show full text]
  • Codificação De Dados Códigos De Transmissão E Modulações Digitais
    C 1 Codificação de Dados Códigos de Transmissão e Modulações Digitais FEUP/DEEC RCOM – 2006/07 MPR/JAR C 2 Representação de Dados » Dados digitais, sinal digital » Dados analógicos, sinal digital » Dados digitais, sinal analógico » Dados analógicos, sinal analógico C 3 Dados Digitais, Sinal Digital (Códigos de Transmissão) ♦ Admitimos, sem perda de generalidade, que a informação digital é representada por um código binário, isto é, os dados a transmitir constituem uma sequência de símbolos de um alfabeto binário (0 e 1) ♦ Para transmissão num canal passa-baixo, os dados binários podem ser representados directamente por um sinal digital, isto é, por uma sequência de impulsos que se sucedem a uma cadência fixa (sincronizada por um relógio) » No caso mais simples cada símbolo binário é representado por um sinal elementar que pode ter um de dois níveis (transmissão binária) » É possível agrupar símbolos binários e representar grupos de símbolos binários (dibit, tribit, etc.) por impulsos que podem ter um de L níveis (L = 4, 8, …). A frequência dos sinais elementares (modulation rate), expressa em baud, deixa de ser igual à frequência dos símbolos binários iniciais (data rate), expressa em bit/s, excepto no caso em que L = 2 DR = MR log2 L DR = 1 / T2 L = 4 DR = 2 MR TL = T2 log2 L MR = 1 / TL T4 = 2 T2 » É possível estabelecer outro tipo de relações entre os dados binários e a sequência de sinais elementares que os representam. Os Códigos de Transmissão exploram estas relações; um “símbolo” do código pode ser constituído pela combinação de
    [Show full text]
  • Electronics Technician Vol 3
    NONRESIDENT TRAINING COURSE July 1997 Electronics Technician Volume 3—Communications Systems NAVEDTRA 14088 DISTRIBUTION STATEMENT A: Approved for public release; distribution is unlimited. Although the words “he,” “him,” and “his” are used sparingly in this course to enhance communication, they are not intended to be gender driven or to affront or discriminate against anyone. DISTRIBUTION STATEMENT A: Approved for public release; distribution is unlimited. PREFACE By enrolling in this self-study course, you have demonstrated a desire to improve yourself and the Navy. Remember, however, this self-study course is only one part of the total Navy training program. Practical experience, schools, selected reading, and your desire to succeed are also necessary to successfully round out a fully meaningful training program. COURSE OVERVIEW: After completing this course, you should be able to: recall the basic principle and the basic equipment used for rf communications; recognize frequency bands assigned to the Navy microwave communications, the single audio system (SAS), and the basics of the Navy tactical data system. Analyze the operation of the Navy’s teletypewriter and facsimile system, the basics of the TEMPEST program, and the basic portable and pack radio equipment used by the Navy. Identify basic satellite communications fundamentals, fleet SATCOM subsystem, shore terminals, and basic SATCOM equipment and racks. Identify the composition of the Link-11 system, and problems in Link-11 communications. Recognize the functions of the Link 4-A systems, new technology in data communications, and local-area networks. THE COURSE: This self-study course is organized into subject matter areas, each containing learning objectives to help you determine what you should learn along with text and illustrations to help you understand the information.
    [Show full text]