Digital Transmission Fundamentals

Total Page:16

File Type:pdf, Size:1020Kb

Digital Transmission Fundamentals Digital Transmission Fundamentals Chapter 3. Communication Networks Leon-Garcia, Widjaja The Questions ● Digital representation ● Why digital transmission ● Digital representation of analog signals ● Characterization of communication channels ● Fundamental limits ● Line coding ● Properties of transmission media ● Error detection-correction Block vs Stream communication ● Block: – Text, pictures, software – Total time of communication ● Stream: – Internet radio, streaming video, midi – Restrictions on rate of arrival of packets Block information L D=t + p R Reducing delay ● Decrease propagation delay – Increase speed of light ;-) – Optimize routing ● Avoid satellite channels ● Increase transmission rate – The subject of intense research ● Reduce data length – Compression. Secret to compression ● In text – Some letters or letter pairs are far more common – “ae” is more common than “zq” – We may encode “ae” with 3 bits and “zq” with 16 ● In images, sound, etc – Do not transmit non perceivable information (lossy) – Exploit statistical correlations – Use different encoding Streaming ● For analog signals, the most important quantity is bandwidth (of the signal) – A measure of how fast the signal changes – The unit is the Hz – It is the frequency of the highest frequency component Streaming ● Voice (telephony) – 4 kHz is considered enough – We need 8,000 samples per second – This is called Pulse Code Modulation ● Music – 20 kHZ is enough, but use 22 kHz – We need 44,000 sample per second Streaming ● PCM – A stream of 8-bit (or 16 or ...) samples ● Differential PCM – Transmit difference from previous sample. ● Adaptive DPCM – Adapts to variation of voice level ● Linear Predictive Methods – Predict next value and transmit the difference only Why Digital Comunication ● Many common signals are analog ● Yet almost all communication is digital now ● Reasons – Cheaper – Ability to restore signal after degradation – Advanced routing Analog vs Digital ● Analog: if we transmit .8 Volt and receive .81 Volt the receiver does not know if it is noise – Noise is impossible (to a great extend) to remove ● Digital: If we transmit 1 Volt and receive .8 Volt we know it is 1 Volt – All the noise enters the system upon digitization. – Can have re-generators at regular intervals – Only if the noise is strong and signal weak we lose information (kind of) Channel Bandwidth ● Amplitude response function – The amplification (or attenuation) of every frequency component going through the channel ● Bandwidth is the frequency after which the components have much more significant attenuation. – Frequency after which the ARF dips Channel Bandwidth A(f) f Sawtooth components Intermediate components Signal to Noise Ratio ● SNR, one of the most useful quantities ● Ratio of (average) signal power to (average) noise power ● Power and variance of a signal are sometimes indistinguishable for electrical engineers ● Commonly reported in decibell (db) – It is a logarithmic scale Signal to Noise ratio 2 2 σ n =E {n } 1 P= n2 R Signal to Noise ratio P SNR= sig Pnoise SNR db=10 log10 SNR Why is SNR Important? ● Imagine we had no noise... ● We could take the entire wikipedia, say 1 TB ● Treat the whole thing as a number ● Transmit it as 0.10111001101.... Volt ● We need zero bandwidth for this! Noise and Signal Multilevel Signals Multilevel Signals ● The noise should be small enough to allow us to distinguish the levels – Increase the power of the signal – Decrease the noise – Lower the bit rate (if we transmit every bit for a longer time we can average the noise out) Example: Telephone lines ● They have 1% noise (amplitude) ● SNR is 10,000:1 ● SNR in db is 10*log 10000 = 10*4 = 40 Channel Capacity ● Depends on: – Bandwidth – SNR ● Studied by Claude E. Shannon, father of communication theory – Information Theory (1948) ● It is a probabilistic theory ● Provides upper limit for the amount of data the receiver can meaningfully determine Channel Capacity C=W log2(1+SNR) Example Telephone lines ● Bandwidth 3.4 kHz ● SNR 10,000 ● Capacity is: – 3400 * log(10000)/log(2) = 3400*4*3.3 = 45,178 Fourier Transform Signals x(t)=∑ αk cos(2 π k f o t+ϕk ) x(t)=∑ αk sin (2π k f ot +ϕ k ) x(t)=∑ αk cos(2 π k f o t)+¿ ∑ βk sin(2π k f o t) Signal Bandwidth ● It is the frequency of the highest frequency component... but ● Components of very high frequency with miniscule weight are always present ● A better definition is: – Bandwidth is the frequency range that contains 99% of the power of the signal Bandwidth: Examples 1 0 1 2 3 4 kHz 1 2 3 4 Sampling ● We can approximate an analog signal with a set of discrete measurements ● Under certain conditions the original analog signal can be reconstructed exactly ● The “Sampling Theorem” provides the preconditions – The bandwidth of the signal can be no more than half the sampling rate Sampling x(t) x(nT ) xr (t)=∑ xn s(t−nT) xn= x(nT ) n s(t ) Sampling xr =∑ xn s(t−nT) n x 1 x3 s(t ) x 1 x3 Sampling ● We can do linear interpolation with this little triangle ● We can do a smoother interpolation with a “spline” ● The “perfect” interpolation is the sampling function Sampling Function sin (2π W t ) s(t )= 2π W t 1 W = T Sampling Function ● Works perfectly... in theory ● It dies off very slowly (1/t) ● Cannot be implemented in practice ● We use various approximations ● Typically we window it with a Gaussian Sampling Function Quantization ● In modern applications samples are digitized ● Digital signals can be transmitted error-free (almost) ● All the error sneaks in during digitization ● Simplest is the uniform quantizer Quantization Error en= yn− xn 2 σ x SNR= 2 σ e Quantization Error y −Δ Δ 2 2 x Quantization Error 2 σ 2=Δ e 12 V Δ= 2m−1 Power of the Signal ● It is related to V – Signal ranges between -V...V ● V is chosen so that the signal is almost always between -V...V ● If we assume that the pdf of the signal is Gaussian – Signal is almost always within 4 standard deviations Power of the Signal V =4 σ x -V V SNR V 2 2 σ x 16 SNR = 2 = 2 σ e Δ 12 3 V 2 = 4 Δ2 2(m−1) 3 22 3 2(m−1) = V = 2 4 V 2 4 3 = 4m 16 SNR db 3 SNR db = 10log(4)m + 10log( ) 16 = 6m−7.27 3 = 10 log 4m 16 SNR - Example ● For 8 bit per sample (telephones) ● SNR = 48 – 7.27 = 40.73 db ● Every extra bit adds 6db to the SNR – An extra bit halves the quantization error – So it reduces the power of the quantization error by 4 – The log of 4 is about 6 Non-uniform Quantization ● Depending on the application it might not be optimal to have all intervals same size ● For audio we prefer larger intervals for larger signal magnitude ● This may increase – The SNR for a particular application – The perception of quality by humans Communication Channels ● We usually assume channels to be – Linear – Time invariant ● Neither is perfectly true but works in practice. ● Summarized as: – The response to the sum of two signals is equal to the sum of the responses. – The response does not change with time. – The response to a sine is a shifted scaled sine Linear Time Invariant x1(t )→ y1(t) x2(t)→ y2(t) x1(t )+ x2(t)→ y1(t)+ y2(t) x1 (t +τ)→ y1(t+ τ) Attenuation ● The ratio of power going in over the power coming out ● If we have attenuation 3db per kilometer – In one kilometer the power if halved – In 15km the power is down about 30,000 times! – Voltage is down about 170 times Amplitude Response Function & Fourier x(t) = ∑ αk cos(2π k f o t) k y(t ) = ∑ A(k f o )ak cos(2 π k f o t + ϕ (k f o)) k Delay ϕ(f ) = −2π f τ cos(2π k f o t−2π f τ) = cos(2 π k f o(t −τ)) Finding the Frequency Response ● We could send one cosine after another through the channel and measure the response ● Or we could send the sum of all the cosines at once – It is linear time invariant after all ● This sum is called impulse or Dirac function or Delta function Impulse Response Function ● It is the response of the channel to the impulse function ● It is mathematically equivalent to the amplitude and phase responses of the channel – The one can be obtained from the other through a Fourier transform Example: Low-pass channel A(f )=1 −W ≤f ≤W ϕ(f )=2π f τ h(t)=s(t− τ) sin(2 π W t) s(t ) = 2π W t The Nyquist Signaling Rate ● Let p(t) be the response to a pulse that appears at the other side of the channel ● What is a good shape for p(t) so that we recover the original signal most easily ● Reduce the inter-symbol interference. ● What is the pulse rate under these conditions? Nyquist Signaling Rate The Nyquist Signaling Rate The Nyquist Signaling Rate ● The peak of a pulse coincides with the zeros of all the other pulses ● This allows us to pack the pulses closely ● Pulse rate is twice the bandwidth ● The sampling function is not implementable ● There are very good approximations Shannon Channel Capacity Without noise Shannon Channel Capacity With little noise Shannon Channel Capacity More bits Shannon Channel Capacity Too many bits Shannon Channel Capacity C = W log2(1+SNR) Line Coding ● We want to transmit bits over a channel ● The obvious is to send 5V to transmit 1 and 0V to transmit 0 ● Sounds good, but can we do better ● What are the problems with this? – Bandwidth – Clocking – Polarity Return to Zero ● A transition 0, 5, 0 Volt is an one ● A constant 0 Volt is a zero ● Self clocking is easy (as long as we do not have too many zeros in a row) Non-Return to Zero ● Consecutive 1s have no intermediate zero in between ● Fewer transitions than RZ DC component ● This simplest scheme is called Unipolar NRZ ● Biggest problem: – DC component – Wastes energy – Very low frequencies are tricky ● Most transmission lines cut-off DC component ●
Recommended publications
  • 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]
  • 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]
  • Modulation  Copper Access Technologies  Wireless Subscriber Line  Cable Television
    Dr. Beinschróth József Telecommunication informatics I. Part 2 ÓE-KVK Budapest, 2019. Dr. Beinschróth József: : Telecommunication informatics I. Content Network architectures: collection of recommendations The Physical Layer: transporting bits The Data Link Layer: Logical Link Control and Media Access Control Examles for technologies based on the Data Link Layer The Network Layer 1: functions and protocols The Network Layer 2: routing Examle for technology based on the Network Layer The Transport Layer The Application Layer Criptography IPSec, VPN and border protection QoS and multimedia Additional chapters Dr. Beinschróth József: : Telecommunication informatics I. 2 Content of this chapter (1) Network models Theory Media for Data Transmission Twisted Pair Coaxial cable and optical fiber Wireless Data transmission Network topology PSTN Data Transmission Main Parameters of the Physical Layer Mechanical and electrical parameters Functional parameters Approaching from the physical layer Baseband transmission Bitflow (stream) transmission with modulation Copper access technologies Wireless subscriber line Cable Television Dr. Beinschróth József: : Telecommunication informatics I. 3 The physical layer: The lowest layer of the OSI model OSI TCP/IP Hybrid Application Layer Presentation Layer Application Layer Application Layer Session Layer Transport Layer Transport Layer Transport Layer Network Layer Network Layer Network Layer Data Link Layer Data Link Layer Physical Layer Physical Layer Physical Layer Network
    [Show full text]
  • IEEE802.3Z Gigabit Ethernet UTP5 Proposal V2.0 November, 1996
    IEEE802.3z Gigabit Ethernet UTP5 Proposal V2.0 Project: IEEE 802.3z Gigabit Ethernet Task Force Source: Steve Dabecki ([email protected]) Barry Hagglund ([email protected]) Richard Cam ([email protected]) Vern Little ([email protected]) Iain Verigin ([email protected]) PMC-Sierra Inc 105-8555 Baxter Place Burnaby BC Canada V5A 4V7 Tel: 604.415.6000 Web: http://www.pmc-sierra.com Title: Physical Layer Proposal for 1 Gbit/s Full / Half Duplex Ethernet Transmission over Single (4-pair) or Dual (8-pair) UTP-5 Cable. Issue: 2.0 Date: November 11-14, 1996 Abstract The extension of the current IEEE802.3 specifications to support a bit rate of 1Gbps is currently under investigation by the HSSG. These bit rates are regarded to be essential to support the high bandwidth requirements of mixed 10BASE and 100BASE networks, and many applications requiring a dedicated high speed link to a server. The HSSG has already made excellent progress in the way of defining 1000BASE for fibre. This contribution outlines an approach for supporting 1Gbps, either half or full- duplex, over single (4-pair) or dual (8-pair) unshielded twisted pair category 5 (UTP-5) cable. Notice This contribution has been prepared to assist the IEEE802.3z HSSG. This document is offered to the IEEE802.3z HSSG as a basis for discussion and is not a binding proposal on PMC-Sierra, Inc. or any other company. The statements are subject to change in form and/or content after further study. Specifically, PMC-Sierra, Inc.
    [Show full text]
  • P802.3Ah Draft 2.0 Comments
    P802.3ah Draft 2.0 Comments Cl 00 SC P L # 952 Cl 00 SC P L # 1248 Thompson, Geoff Nortel Lee Sendelbach IBM Comment Type TR Comment Status R Comment Type E Comment Status A What is being proposed in many places throughout this draft is not a peer network. To Fix all the references with *ref*. Like 60.9.4, 60.8.13.2.1, 60.8.13.1 60.8.11 60.1 I don't introduce such a foreign concept into a document where the implicit and explicit notion of understand what is going on with the *refs. Also fix #CrossRef# in 64.1 peer relationships is so thoroughly infused throughout the existing document is likely to SuggestedRemedy cause (a) significant confusion and (b) significant errors. Fix it. SuggestedRemedy Move non-peer proposals to a new and separate document that can thoroughly, explicitly Proposed Response Response Status C and unambigiously embrace the concept of Ethernet Services over asymetrical ACCEPT IN PRINCIPLE. infrastructure. These references are intended for the use of the editors to search for cross references. All Proposed Response Response Status U these will be romeved at time of publication as indicated in the editor's note boxes REJECT. Cl 00 SC P L # 951 The suggested remedy is ambiguous. What are "the non-peer proposals"? What is the Thompson, Geoff Nortel "new and separate document"? Comment Type TR Comment Status A reassigned The draft in its current form satisfies the PAR and 5 Criteria for the project, which call for an I have a problem with the use of the term "loopback" for the diagnostic return path being amendment to IEEE Std 802.3, formatted as a set of clauses.
    [Show full text]
  • Chapter 4 Digital Transmission
    Chapter 4 Digital Transmission Digital-to-Digital Conversion Analog-to-Digital Conversion Transmission Modes Wireless System Lab, NCNU 1 Digital Transmission Before transmission, information is converted to Digital signal Analog signal Chapter 3 discusses advantages of digital transmission over analog transmission. Techniques used to transmit data digitally Digital-to-digital conversion. Analog-to-digital conversion. Transmission modes of data transmission. Wireless System Lab, NCNU 2 Digital Transmission Before transmission, information is converted to Digital signal Analog signal Chapter 3 discusses advantages of digital transmission over analog transmission. Techniques used to transmit data digitally Digital-to-digital conversion. Analog-to-digital conversion. Transmission modes of data transmission. Wireless System Lab, NCNU 3 Chapter 4 Digital Transmission Digital-to-Digital Conversion Wireless System Lab, NCNU 4 Digital-to-Digital Conversion How to represent digital data (0101011 bit stream) by using digital signals. Three techniques: Line coding Block coding Scrambling Line coding is always needed; block coding and scrambling may or may not be needed. Wireless System Lab, NCNU 5 Line Coding and Decoding Digital data: text, numbers, images, audio, or video, are converted as bit stream. Sender encodes digital data into digital signal. Receiver decodes the digital signal to digital data. Line coding maps binary information sequence into digital signal. (絞肉機) Ex: “1” mapped to +A square pulse; “0” to –A pulse Wireless System Lab, NCNU 6 Signal Element versus Data Element Data element The smallest entity that can represent a piece of information: this is bit. Signal element The shortest unit (timewise) of a digital signal. In other words Data element are what we need to send.
    [Show full text]
  • Line Code and Bit-Clock Regeneration Line Codes the Following Page Gives a Rough Overview About Line Coding and Data Coding Techniques
    Line code and bit-clock regeneration Line Codes The following page gives a rough overview about line coding and data coding techniques. These describe how a certain data channel has access to a physical medium beside other data channels. Line Coding Basics Transmission of serial data over any distance, be it a twisted pair, fiber optic link, coaxial cable, etc., requires maintenance of the data as it is transmitted through repeaters, echo chancellors and other electronically equipment. The data integrity must be maintained through data reconstruction, with proper timing, and retransmitted. Line codes were created to facilitate this maintenance. In selecting a particular line coding scheme some considerations must be made, as not all line codes adequately provide the all important synchronization between transmitter and receiver. Other considerations for line code selection are noise and interference levels, error detection and error checking, implementation requirements, and the available bandwidth. Unipolar Coding The most basic transmission code is unipolar or unbalanced coding. In this scheme each discrete variable is transmitted with a different assigned level, 0V and for example +2.5V. But this holds a number of disadvantages: The average power is two times other bipolar codes The coded signal contains DC and low frequency components. When long strings of zeros are present, a DC or baseline wander occurs. This results in loss of timing and data because a receiver/repeater cannot optimally discriminate ones and zeros. Repeaters/receivers require a minimum pulse density for proper timing extraction. Long strings of ones or zeros contain no timing information and lead to timing jitter (when a clock recovery is used) and possible loss of synchronization.
    [Show full text]
  • Comparison and Analysis of Codes for Remodulation WDM-PON with Adaptive Code Selection
    Optics Communications 285 (2012) 3259–3263 Contents lists available at SciVerse ScienceDirect Optics Communications journal homepage: www.elsevier.com/locate/optcom Comparison and analysis of codes for remodulation WDM-PON with adaptive code selection Yang Lu a,b, Shenglei Wang a, Duoduo Zeng a, Lei Xu c, Changjian Guo b,⁎, Sailing He a,b a Centre for Optical and Electromagnetic Research (COER), State Key Laboratory of Modern Optical Instrumentation, Zhejiang University, Hangzhou 310058, China b ZJU-SCNU Joint Research Center of Photonics, South China Normal University, Guangzhou 510006, China c NEC Labs America, Princeton, NJ 08540, USA article info abstract Article history: In a remodulation PON, the upstream signal quality can be improved when the downstream signal is coded. Received 15 October 2011 But low code efficiency may result in network congestion in downlink. Based on the downlink traffic, a self- Received in revised form 10 March 2012 adapting PON can select the proper downstream modulation codes to achieve the optimal network perfor- Accepted 12 March 2012 mance. With adaptive code selection, network congestion can be avoided and the remodulated upstream Available online 27 March 2012 signal suffers minimal performance degradation. Some codes of various coding efficiency are required to be selected in this self-adapting PON. These codes should induce as little crosstalk to the upstream signal as Keywords: fi Line codes possible. Several candidate codes with coding ef ciencies from 50% to 80%, such as Manchester code, 3b5b Code efficiency code, 4b5b code, 4b6b code and 6b8b code are tested through simulation and experiment in this paper, and WDM-PON their performances are compared.
    [Show full text]
  • Technical Paper TELECOMMUNICATION STANDARDIZATION SECTOR (12/2011) of ITU
    International Telecommunication Union ITU-T Technical paper TELECOMMUNICATION STANDARDIZATION SECTOR (12/2011) OF ITU SERIES G: TRANSMISSION SYSTEMS AND MEDIA, DIGITAL SYSTEMS AND NETWORKS Wireline broadband access networks and home networking Foreword Malcolm Johnson Director ITU Telecommunication Standardization Sector This new Technical paper gives a valuable overview of the technologies forming modern access networks, based primarily on ITU-T access network and home networking standards (“ITU-T Recommendations”). The Technical paper’s overall aim is to provide a non-expert reader with the background information necessary to an understanding of the context and content of these ITU-T Recommendations; offering practical guidance to administrations, operators and suppliers in planning and implementing the access networks of fundamental importance to our modern world. Access network technology is advancing rapidly with close to six hundred million subscribers possessing broadband connections to the Internet1. Many of them connect using ITU standardized technologies covering for example; digital subscriber line (DSL) technology, cable modems, or fibre to the home (FTTH). Fixed broadband services are delivered in a variety of ways: over direct optical fibre connections, traditional telephone networks, coaxial cable in community access television (CATV) networks, wireless networks, or even via electricity distribution grids. A broadband connection delivers data, voice and video at unprecedented speeds, with vectored VDSL2 (Recommendation ITU-T G.993.5) achieving aggregate bit-rates in the region of 250 Mb/s, and the “G.fast for FTTdp (Fibre-to-the-Distribution Point)” standardization project, to be completed by March 2014, will increase these rates to an extraordinary 1 Gb/s. The networks enabling such high-speed data exchange are considered critical to spurring economic growth and bridging the digital divide.
    [Show full text]
  • Chapter 1 Principles of Transmission
    ® Chapter 1 Principles of Transmission Chapter 1 focuses on the main concepts related to signal transmission through metallic and optical fiber transmission media. Among those concepts, this chapter discusses types of signals and their properties, types of transmission, and performance of different types of transmission media. The appendix provides additional information about signals provided in North America and Europe. This chapter has been updated to reflect current best practices, codes, standards, and technology. Chapter 1: Principles of Transmission Table of Contents SECTION 1: METALLIC MEDIA Metallic Media . 1-1 Overview . 1-1 Electrical Conductors . 1-2 Overview . 1-2 Description of Conductors . 1-2 Comparison of Solid Conductors . 1-3 Solid Conductors versus Stranded Conductors . 1-4 Composite Conductor . 1-4 American Wire Gauge (AWG) . 1-5 Overview . 1-5 Insulation . 1-5 Overview . 1-5 Electrical Characteristics of Insulation Materials . 1-6 Balanced Twisted-Pair Cables . 1-8 Overview . 1-8 Pair Twists . 1-8 Tight Twisting . 1-8 Environmental Considerations . 1-9 Electromagnetic Interference (EMI) . 1-9 Temperature Effects . 1-9 Cable Shielding . 1-13 Description . 1-13 Shielding Effectiveness . 1-13 Types of Shields . 1-14 Solid Wall Metal Tubes . 1-14 Conductive Nonmetallic Materials . 1-14 Selecting a Cable Shield . 1-14 Comparison of Cable Shields . 1-15 Drain Wires . 1-16 Overview . 1-16 Applications . 1-16 Specifying Drain Wire Type . 1-16 TDMM, 13th edition 1-PB © 2014 BICSI® © 2014 BICSI® 1-i TDMM, 13th edition Chapter 1: Principles of Transmission Analog Signals . 1-17 Overview . 1-17 Sinusoidal Signals . 1-17 Standard Frequency Bands .
    [Show full text]
  • Jeremy Brandon Howell Director
    DEVELOPMENT OF A FIELD-DEPLOYABLE BIT ERROR RATE TESTER FOR 10 Gbps FIBER OPTIC TRANSMISSION UTILIZING FIELD PROGRAMMABLE GATE ARRAY TECHNOLOGY A thesis presented to the faculty of the Graduate School of Western Carolina University in partial fulfillment of the requirements for the degree of Master of Science in Technology. by Jeremy Brandon Howell Director: Dr. Paul Yanik Associate Professor School of Engineering and Technology Committee Members: Dr. Robert D. Adams School of Engineering and Technology Dr. Weiguo Yang School of Engineering and Technology April 2020 TABLE OF CONTENTS LIST OF TABLES iv LIST OF FIGURES v ABSTRACT vi INTRODUCTION 1 1 LITERATURE REVIEW 2 1.1 The Basics of a BERT . 2 1.2 Bit Error Rate Confidence Level and Duration of Test . 2 1.3 A Retail BERT . 4 1.4 FPGA . 5 1.5 Communication Protocol Layers . 5 1.6 Communication Protocols . 6 1.7 Ethernet . 7 1.7.1 MAC . 7 1.7.2 PCS . 8 1.7.3 PMA . 8 1.7.4 PMD . 9 1.7.5 Fiber Optic Medium . 10 1.7.6 Encoding Options . 11 2 METHODS 14 2.1 Required Operating Parameters . 14 2.2 Device Features . 16 2.3 Design Environment . 16 2.4 Design Architectures . 17 2.5 Fiberless Design . 19 2.5.1 Top Level . 20 2.5.2 Packet Design . 20 2.5.3 Convert 4b5b . 22 2.5.4 Mass Convert 4b5b . 23 2.5.5 Alignment . 23 2.5.6 Count Find . 23 2.5.7 Invert 4b5b . 24 2.5.8 Mass Invert 4b5b .
    [Show full text]
  • Chapter 3 Digital Transmission Fundamentals
    Chapter 3 Digital Transmission Fundamentals Digital Representation of Information Why Digital Communications? Digital Representation of Analog Signals Characterization of Communication Channels Fundamental Limits in Digital Transmission Line Coding Modems and Digital Modulation Properties of Media and Digital Transmission Systems Error Detection and Correction Digital Networks z Digital transmission enables networks to support many services TV E-mail Telephone Questions of Interest z How long will it take to transmit a message? z How many bits are in the message (text, image)? z How fast does the network/system transfer information? z Can a network/system handle a voice (video) call? z How many bits/second does voice/video require? At what quality? z How long will it take to transmit a message without errors? z How are errors introduced? z How are errors detected and corrected? z What transmission speed is possible over radio, copper cables, fiber, infrared, …? Chapter 3 Digital Transmission Fundamentals Digital Representation of Information Bits, numbers, information z Bit: number with value 0 or 1 z n bits: digital representation for 0, 1, … , 2n z Byte or Octet, n = 8 z Computer word, n = 16, 32, or 64 z n bits allows enumeration of 2n possibilities z n-bit field in a header z n-bit representation of a voice sample z Message consisting of n bits z The number of bits required to represent a message is a measure of its information content z More bits → More content Block vs. Stream Information Block Stream z Information that occurs z
    [Show full text]