Orthogonal Frequency Division Multiplexing

Total Page:16

File Type:pdf, Size:1020Kb

Orthogonal Frequency Division Multiplexing Orthogonal Frequency Division Multiplexing John MacLaren Walsh ECES 421. Spring, 2013 May 7 & 9, 2013 1 Introduction OFDM has several significant benefits over single carrier QAM modulation which has lead to its adoption in many of the modern wireless standards, including ADSL, European Digital Video Broadcast, IEEE 802.11a/g/n (WiFi), WiMax, and 3GPP Long Term Evolution (LTE). First of all, OFDM enables easy equalization, solving many of the equalization complexity issues we encountered for single carrier QAM by working instead in the frequency domain. Second of all, the ability to control the size of the constellation on each subcarrier in OFDM also allows it to mimic the \waterfilling” construction which maximizes the amount of information which can be reliably transmitted over the channel: subcarriers (frequencies) with better channel gains can utilize higher order modulations and coding rates. A final significant benefit that we will encounter later in the course is that OFDM allows for an especially easy to implement and understand multiple access strategy OFDMA, in which different subcarriers (frequencies) are allocated to different users at different times. To understand how OFDM modems work, we must first revisit several properties of the discrete Fourier Transform, and its efficient implementation the Fast Fourier Transform. 2 Review: Circular Convolution and the FFT The circular convolution between two length N signals x1[n] and x2[n], n 0; 1;:::;N 1 , is defined as 2 f − g N−1 X x1[n] x2[n] = x1[`]x2[((n `)) ] (1) ◦ − N `=0 where N n n < 0 ((n)) = (2) N n− n 0 ≥ Circularly convolving two length N signals x1[n] and x2[n] is the same thing as multiplying their discrete Fourier transforms DF T x1[n] x2[n] X1[k]X2[k] (3) ◦ ! The underlying principle of OFDM is based on this property of the DFT. 3 Architecture of an OFDM Transmitter and Receiver The architecture of an OFDM transmitter and receiver pair is depicted in Fig. 1. First, during the `th block, N QAM symbols c`[k]; k 0;:::;N 1 are mapped to \sub-carriers", one per subcarrier, which are the inputs to a size N IFFT, which2 f computes− g the DFT shown below efficiently N−1 X j 2π kn q [n] = c [k]e N ; n 0;:::;N (4) ` ` 2 f g k=0 1 ... cyclic ... cyclic prefix is prefix removed at receiver FEQ w[n] FEQ ... ... ... ... ... P/S h[n] + S/P IFFT FFT ... Channel Model FEQ FEQ last P samples b[n] cˆ[k] c[k] a[n] QAM symbols z[k]=H[k]c[k]+W[k] (if Lh P + 1) Transmitter ≤ Receiver Figure 1: An OFDM transmitter, channel model, and receiver. Next, the last P samples of the result of this IFFT are prepended to the beginning of the block, forming the so-called cyclic prefix, and collectively forming a block of size N + P samples which is called one OFDM symbol. q`[N P + n] n < P a`[n] = − ; n 0;:::;N + P 1 (5) q`[n P ] n P 2 f − g − ≥ These OFDM blocks are then serialized to form b n c xc[n] = a N+P [n mod (N + P )] (6) which is then put through an digital to analog convertor to form the complex baseband signal to be modulated by an ordinary quadrature modulator. As discussed in the previous notes on equalization, on its way from the transmitter to the receiver, the signal is subject to a multipath channel, as well as potentially some additive interference, and at the receiver there is additive white Gaussian noise in the electronics. As discussed in the lecture on quadrature modulation, we can model the effects of this multipath channel by modeling the signal at the receiver, after demodulation and sampling as L −1 Xh y [n] = h[`]x[n ∆ `] + w[n] (7) c − − `=0 where ∆ indicates the delay before the channel is perceived as having any significant energy, and h[n] is the sampled impulse response of the channel, whose delay spread is Lh samples long, and w[n] is the additive white Gaussian noise. The receiver then proceeds to process this signal yc[n] in the exact opposite manner as at the trans- mitter. First the blocks are collected b [n] = y [n + ∆ + `(N + P )]; n 0; 1 :::;N + P 1 (8) ` c 2 f − g then the cyclic prefix is removed r [n] = b [n + P ]; n 0; 1;:::;N 1 (9) ` ` 2 f − g The Fast Fourier transform is then taken, which calculates the DFT shown below efficiently N X −j 2π kn z`[k] = r`[n]e N (10) n=0 2 { { { { sent CP DATA CP DATA CP DATA CP DATA convolutional channel received CP DATA CP DATA CP DATA CP DATA Figure 2: If the channel length is less than one plus the length of the cyclic prefix, then dropping the cyclic prefix at the receiver will remove all of samples containing inter-block interference, allowing the blocks to be processed separately at the receiver in the same manner that they were at the transmitter. Additionally, the blocks of remaining samples (labeled DATA in the received signal above) will each be the circular convolution of the channel with the transmitted blocks. 3.1 The Purpose of the Cyclic Prefix: Removing Inter-Block & Inter-Carrier Interference The cyclic prefix allows a OFDM transmitter receiver pair to accomplish to important objectives, provided that the length of the multipath channel is less than or equal to the length of the cyclic prefix plus one: 1) it eliminates interblock interference, and 2) it enables easy equalization, as for the remainder of the block it makes the linear convolution with the ISI channel into a circular convolution. Indeed, as is indicated in Fig. 2, if we consider the output of the channel at times n ( 0;:::;P 1 + k(N + P ), this will contain a contribution from both the previous OFDM symbol and2 thef next one.− g However, if the channel length Lh P + 1 then these are the only samples containing the inter-block interference, and hence, once we drop≤ these samples at the receiver (when we remove the cyclic prefix), we will have no interblock interference. Additionally, under the same criterion Lh P + 1 the remaining samples in each block after dropping the cyclic prefix will be the circular convolution≤ of the channel with the associated transmitted block. Hence, by the circular convolution property of the DFT, when the FFT is taken of these received blocks, they will be the product of the FFT of the channel H[k] and the original QAM symbols, plus the FFT of the additive noise, as depicted in Fig 1. z`[k] = H[k]c`[k] + w`[k] (11) The estimated QAM symbols can then be reconstructed by processing the subcarriers k individually by multiplying them with a frequency domain equalizer F [k] c^`[k] = F [k]z`[k] (12) H[k]∗ where the F [k] can selected as jH[k]j2+σ2 , which minimizes the average magnitude squared error between 2 c^`[k] and c`[k], where σ is the variance w`[k]. These FEQs F [k] can be estimated by placing training information, also called pilot signals or reference signals, agreed upon in advance between the transmitter and receiver, on various subcarriers k which are spread out in frequency. Because the channel is shorter than the cyclic prefix, and the cyclic prefix is typically far shorter than the FFT size, the channel coeffi- cients H[k] vary slowly with frequency k, and hence the channel estimates from the pilot signals can be interpolated to yield improved channel estimates for other carriers. 3.2 Considerations when Selecting a Cyclic Prefix Length and FFT Size There are two important considerations when selecting a cyclic prefix length and FFT size for an OFDM system in practice. We already noted that the cyclic prefix needs to be longer than one less than the length of the channel (its delay spread). As the cyclic prefix does not bear any extra information itself, it is desirable to select a very large FFT size so that the redundancy is introduces is low. However, the multipath channel must remain fixed over the entire duration of the OFDM symbol (i.e. the entire cyclic prefix and received data block), and this places an upper limit on the length of the FFT based on how quickly the channel is varying. 3 3.3 Bit-Loading & OFDMA Because the OFDM construction turns the wideband multipath channel into multiple parallel lower rate channels associated with evenly spaced frequencies within the band, it enables several intuitive other jH[k]j2 technologies. As mentioned in the introduction, those carriers k with higher signal to noise ratios σ2 can be given higher order QAM symbols and higher code rates. This process is called bit-loading and adaptive modulation and coding in different contexts. Additionally, using OFDM modems also enable an especially intuitive form of multiple access. If the transmitter wishes to send individual messages to multiple receivers (as in a cellular system) listening to the same wideband channel, one can place information to be transmitted to different users on different subcarriers. Furthermore, since the multipath profiles H[k] of different receivers listening to the same transmitter will be different, if these multipath profiles are reliably fed back to the transmitter, it can also select those subcarriers for different users which they are receiving with high signal to noise ratios. On the other hand, if the multipath profiles are not fed back, or are varying too quickly, the transmitter can diversify which frequencies are used for different users by spreading the carriers/blocks of carriers given to each particular user out in frequency.
Recommended publications
  • AN1597 Longwave Radio Data Decoding Using an HC11 and an MC3371
    Freescale Semiconductor, Inc... microprocessor used for decoding is the MC68HC(7)11 while microprocessor usedfordecodingisthe MC68HC(7)11 2023. and 1995 between distinguish Itisnotpossible to 2022. and thiscanbeusedtocalculate ayearintherange1995to beworked out cyclecan,however, leap–year/year–start–day data.Thepositioninthe28–year available andcannotbeuniquelydeterminedfromthe transmitted and yeartype)intoday–of–monthmonth.Theisnot dateinformation(day–of–week,weeknumber transmitted the form.Themicroprocessorconverts hexadecimal displayed whilst allincomingdatacanbedisplayedin In thisapplication,timeanddatecanbepermanently standards. Localtimevariation(e.g.BST)isalsotransmitted. provides averyaccurateclock,traceabletonational Freescale AMCU ApplicationsEngineering Topping Prepared by:P. This documentcontains informationonaproductunder development. This to thecompanyleasingitforuseinaspecificapplication. available blocks areusedcommerciallywhereeachblockis other 0isusedfortimeanddate(andfillerdata)whilethe Type purpose.There are16datablocktypes. used foradifferent countriesbuthasamuchlowerdatarateandis European with theRDSdataincludedinVHFradiosignalsmany aswelltheaudiosignal.Thishassomesimilarities data using an HC11 and Longwave an Radio MC3371 Data Decoding Figure 1showsablock diagramoftheapplication; Figure data is transmitted every minuteontheand Time The BBC’s Radio4198kHzLongwave transmittercarries The BBC’s Ltd.,EastKilbride RF AMPLIFIERDEMODULATOR FM BF199 FILTER/INT.: LM358 FILTER/INT.: AMP/DEMOD.: MC3371 LOCAL OSC.:MC74HC4060
    [Show full text]
  • Subcarrier Intensity Modulated Free-Space Optical Communication Systems
    SUBCARRIER INTENSITY MODULATED FREE-SPACE OPTICAL COMMUNICATION SYSTEMS WASIU OYEWOLE POPOOLA A thesis submitted in partial fulfilment of the requirements of the University of Northumbria at Newcastle for the degree of Doctor of Philosophy Research undertaken in the School of Computing, Engineering and Information Sciences September 2009 Abstract This thesis investigates and analyses the performance of terrestrial free-space optical communication (FSO) system based on the phase shift keying pre-modulated subcarrier intensity modulation (SIM). The results are theoretically and experimentally compared with the classical On-Off keying (OOK) modulated FSO system in the presence of atmospheric turbulence. The performance analysis is based on the bit error rate (BER) and outage probability metrics. Optical signal traversing the atmospheric channel suffers attenuation due to scattering and absorption of the signal by aerosols, fog, atmospheric gases and precipitation. In the event of thick fog, the atmospheric attenuation coefficient exceeds 100 dB/km, this potentially limits the achievable FSO link length to less than 1 kilometre. But even in clear atmospheric conditions when signal absorption and scattering are less severe with a combined attenuation coefficient of less than 1 dB/km, the atmospheric turbulence significantly impairs the achievable error rate, the outage probability and the available link margin of a terrestrial FSO communication system. The effect of atmospheric turbulence on the symbol detection of an OOK based terrestrial FSO system is presented analytically and experimentally verified. It was found that atmospheric turbulence induced channel fading will require the OOK threshold detector to have the knowledge of the channel fading strength and noise levels if the detection error is to be reduced to its barest minimum.
    [Show full text]
  • Modeling, Analysis, and Design of Subcarrier
    MODELING, ANALYSIS, AND DESIGN OF SUBCARRIER MULTIPLEXING ON MULTIMODE FIBER Surachet Kanprachar Dissertation submitted to the Faculty of the Virginia Polytechnic Instituted and State University in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY in Electrical Engineering Ira Jacobs, Chairman Timothy T. Pratt John K. Shaw Rogers H. Stolen Anbo Wang March, 2003 Blacksburg, Virginia Keywords: Subcarrier Multiplexing (SCM), Diversity coding, Training process, Multimode fibers, Optical fiber transmission Copyright 2003, Surachet Kanprachar MODELING, ANALYSIS, AND DESIGN OF SUBCARRIER MULTIPLEXING ON MULTIMODE FIBER by Surachet Kanprachar Ira Jacobs, Chairman Electrical Engineering (ABSTRACT) This dissertation focuses on the use of subcarrier multiplexing (SCM) in multimode fibers, utilizing carrier frequencies above what is generally utilized for multimode fiber transmission, to achieve high bit rates. In the high frequency region (i.e., frequencies larger than the intermodal bandwidth), the magnitude response of multimode fiber does not decrease monotonically as a function of the frequency but is shown to become relatively flat (but with several deep nulls) with an amplitude below that at DC. The statistical properties of this frequency response at high frequencies are analyzed. The probability density function of the magnitude response at high frequencies is found to be a Rayleigh density function. The average amplitude in this high frequency region does not depend on the frequency but depends on the number of modes supported by the fiber. To transmit a high bit rate signal over the multimode fiber, subcarrier multiplexing is adopted. The performance of the SCM multimode fiber system is presented. The performance of the SCM system is significantly degraded if there are some subcarriers located at the deep nulls of the fiber.
    [Show full text]
  • The Automatic Picture Transmission (Apt)
    https://ntrs.nasa.gov/search.jsp?R=19630013799 2020-03-24T05:25:50+00:00Z \ \ I NASA TECHNICAL NOTE NASA TN D- 1915 I o .....-::z: THE AUTOMATIC PICTURE TRANSMISSION (APT) TV CAMERA SYSTEM FOR METEOROLOGICAL SATELLITES by Rudolf A. Stampfl and William G. Stroud Goddard Space Flight Center Greenbelt, Maryland NATIONAL AERONAUTICS AND SPACE ADMINISTRATION • WASHINGTON, D. C. • NOVEMBER 1963 THE AUTOMATIC PICTURE TRANSMISSION [APT) TV CAMERA SYSTEM FOR METEOROLOGICAL SATELLITES by Rudolf A. Stampfl and William G. Stroud Goddard SPac e Flight Center SUMMARY Nimbus, the second generation meteorological satellite which is the successor to TIROS, is a stabilized platform designed for global coverage of the earth's cloud cover and for future atmospheric research. A three camera TV system operating during daylight and an infrared scanner operating during the night store the cloud data on magnetic tape for later command readout. This paper describes an additional camera system, designed for automatic and continuous real-time picture transmission during daylight. Although it is planned for trial on a TIROS satellite in a time- restricted mode, its operation on Nimbus will be continuous during daylight. The camera uses an electrostatic storage vidicon which is exposed for 40 mil­ liseconds, and read-out during the succeeding 200 seconds. The 800 line resolu­ tion and the 0.25 second scanning time per line are compatible with standard 240 rpm facsimile equipment which can be used for ground display. Full compatibility is achieved by amplitude modulation of a 2400 cps subcarrier and by transmission of a turn-on and phasing signal during the 8 seconds preceding actual picture transmission.
    [Show full text]
  • Time and Frequency Users' Manual
    ,>'.)*• r>rJfl HKra mitt* >\ « i If I * I IT I . Ip I * .aference nbs Publi- cations / % ^m \ NBS TECHNICAL NOTE 695 U.S. DEPARTMENT OF COMMERCE/National Bureau of Standards Time and Frequency Users' Manual 100 .U5753 No. 695 1977 NATIONAL BUREAU OF STANDARDS 1 The National Bureau of Standards was established by an act of Congress March 3, 1901. The Bureau's overall goal is to strengthen and advance the Nation's science and technology and facilitate their effective application for public benefit To this end, the Bureau conducts research and provides: (1) a basis for the Nation's physical measurement system, (2) scientific and technological services for industry and government, a technical (3) basis for equity in trade, and (4) technical services to pro- mote public safety. The Bureau consists of the Institute for Basic Standards, the Institute for Materials Research the Institute for Applied Technology, the Institute for Computer Sciences and Technology, the Office for Information Programs, and the Office of Experimental Technology Incentives Program. THE INSTITUTE FOR BASIC STANDARDS provides the central basis within the United States of a complete and consist- ent system of physical measurement; coordinates that system with measurement systems of other nations; and furnishes essen- tial services leading to accurate and uniform physical measurements throughout the Nation's scientific community, industry, and commerce. The Institute consists of the Office of Measurement Services, and the following center and divisions: Applied Mathematics
    [Show full text]
  • Recommendation Itu-R Bt.1833-2*, **
    Recommendation ITU-R BT.1833-2 (08/2012) Broadcasting of multimedia and data applications for mobile reception by handheld receivers BT Series Broadcasting service (television) ii Rec. ITU-R BT.1833-2 Foreword The role of the Radiocommunication Sector is to ensure the rational, equitable, efficient and economical use of the radio-frequency spectrum by all radiocommunication services, including satellite services, and carry out studies without limit of frequency range on the basis of which Recommendations are adopted. The regulatory and policy functions of the Radiocommunication Sector are performed by World and Regional Radiocommunication Conferences and Radiocommunication Assemblies supported by Study Groups. Policy on Intellectual Property Right (IPR) ITU-R policy on IPR is described in the Common Patent Policy for ITU-T/ITU-R/ISO/IEC referenced in Annex 1 of Resolution ITU-R 1. Forms to be used for the submission of patent statements and licensing declarations by patent holders are available from http://www.itu.int/ITU-R/go/patents/en where the Guidelines for Implementation of the Common Patent Policy for ITU-T/ITU-R/ISO/IEC and the ITU-R patent information database can also be found. Series of ITU-R Recommendations (Also available online at http://www.itu.int/publ/R-REC/en) Series Title BO Satellite delivery BR Recording for production, archival and play-out; film for television BS Broadcasting service (sound) BT Broadcasting service (television) F Fixed service M Mobile, radiodetermination, amateur and related satellite services P Radiowave propagation RA Radio astronomy RS Remote sensing systems S Fixed-satellite service SA Space applications and meteorology SF Frequency sharing and coordination between fixed-satellite and fixed service systems SM Spectrum management SNG Satellite news gathering TF Time signals and frequency standards emissions V Vocabulary and related subjects Note: This ITU-R Recommendation was approved in English under the procedure detailed in Resolution ITU-R 1.
    [Show full text]
  • Compressive Sensing-Based Radar Imaging and Subcarrier Allocation for Joint MIMO OFDM Radar and Communication System
    sensors Article Compressive Sensing-Based Radar Imaging and Subcarrier Allocation for Joint MIMO OFDM Radar and Communication System SeongJun Hwang 1, Jiho Seo 1, Jaehyun Park 1,*, Hyungju Kim 2 and Byung Jang Jeong 2 1 Division of Smart Robot Convergence and Application Engineering, Department of Electronic Engineering, Pukyong National University, Busan 48513, Korea; [email protected] (S.H.); [email protected] (J.S.) 2 Radio & Satellite Research Division, Communication & Media Research Laboratory, Electronics and Telecommunications Research Institute, Daejeon 34129, Korea; [email protected] (H.K.); [email protected] (B.J.J.) * Correspondence: [email protected] Abstract: In this paper, a joint multiple-input multiple-output (MIMO OFDM) radar and communication (RadCom) system is proposed, in which orthogonal frequency division multiplexing (OFDM) waveforms carrying data to be transmitted to the information receiver are exploited to get high-resolution radar images at the RadCom platform. Specifically, to get two-dimensional (i.e., range and azimuth angle) radar images with high resolution, a compressive sensing-based imaging algorithm is proposed that is applicable to the signal received through multiple receive antennas. Because both the radar imaging performance (i.e., the mean square error of the radar image) and the communication performance (i.e., the achievable rate) are affected by the subcarrier allocation across multiple transmit antennas, by Citation: Hwang, S.; Seo, J.; Park, J.; analyzing both radar imaging and communication performances, we also propose a subcarrier allocation Kim, H.; Jeong, B.J. Compressive strategy such that a high achievable rate is obtained without sacrificing the radar imaging performance. Sensing-Based Radar Imaging and Subcarrier Allocation for Joint MIMO OFDM Radar and Communication Keywords: MIMO OFDM radar and communication; subcarrier allocation strategy; Bayesian match- System.
    [Show full text]
  • ETS 300 750 TELECOMMUNICATION May 1996 STANDARD
    DRAFT EUROPEAN pr ETS 300 750 TELECOMMUNICATION May 1996 STANDARD Source: EBU/CENELEC/ETSI JTC Reference: DE/JTC-00VHFTXHU ICS: 33.060.20 Key words: broadcasting, radio, transmitter, FM, VHF, audio European Broadcasting Union Union Européenne de Radio-Télévision EBU UER Radio broadcasting systems; Very High Frequency (VHF), frequency modulated, sound broadcasting transmitters in the 66 to 73 MHz band ETSI European Telecommunications Standards Institute ETSI Secretariat Postal address: F-06921 Sophia Antipolis CEDEX - FRANCE Office address: 650 Route des Lucioles - Sophia Antipolis - Valbonne - FRANCE X.400: c=fr, a=atlas, p=etsi, s=secretariat - Internet: [email protected] Tel.: +33 92 94 42 00 - Fax: +33 93 65 47 16 Copyright Notification: No part may be reproduced except as authorized by written permission. The copyright and the * foregoing restriction extend to reproduction in all media. © European Telecommunications Standards Institute 1996. © European Broadcasting Union 1996. All rights reserved. Page 2 Draft prETS 300 750: May 1996 Whilst every care has been taken in the preparation and publication of this document, errors in content, typographical or otherwise, may occur. If you have comments concerning its accuracy, please write to "ETSI Editing and Committee Support Dept." at the address shown on the title page. Page 3 Draft prETS 300 750: May 1996 Contents Foreword .......................................................................................................................................................5 1 Scope
    [Show full text]
  • Atmospheric Effects on OFDM Wireless Links Operating In
    electronics Article Atmospheric Effects on OFDM Wireless Links Operating in the Millimeter Wave Regime Yosef Golovachev 1,* , Gad A. Pinhasi 2,* and Yosef Pinhasi 1,* 1 Department of Electrical and Electronic Engineering, Ariel University, Ariel 98603, Israel 2 Department of Chemical Engineering, Ariel University, Ariel 98603, Israel * Correspondence: [email protected] (Y.G.); [email protected] (G.A.P.); [email protected] (Y.P.) Received: 6 September 2020; Accepted: 27 September 2020; Published: 29 September 2020 Abstract: The development of millimeter wave communication links and the allocation of bands within the Extremely High Frequency (EHF) range for the next generation cellular network present significant challenges due to the unique propagation effects emerging in this regime of frequencies. This includes susceptibility to amplitude and phase distortions caused by weather conditions. In the current paper, the widely used Orthogonal Division Frequency Multiplexing (OFDM) transmission scheme is tested for resilience against weather-induced attenuation and phase shifts, focusing on the effect of rainfall rates. Operating frequency bands, channel bandwidth, and other modulation parameters were selected according to the 3rd Generation Partnership Project (3GPP) Technical Specification. The performance and the quality of the wireless link is analyzed via constellation diagram and BER (Bit Error Rate) performance chart. Simulation results indicate that OFDM channel performance can be significantly improved by consideration of the local atmospheric conditions while decoding the information by the receiver demodulator. It is also demonstrated that monitoring the weather conditions and employing a corresponding phase compensation assist in the correction of signal distortions caused by the atmospheric dispersion, and consequently leads to a lower bit error rate.
    [Show full text]
  • Subcarrier Intensity Modulated Optical Wireless Communications: a Survey from Communication Theory Perspective
    Special Topic DOI: 10.3969/j. issn. 1673Ƽ5188. 2016. 02. 001 http://www.cnki.net/kcms/detail/34.1294.TN.20160408.1120.002.html, published online April 8, 2016 Subcarrier Intensity Modulated Optical Wireless Communications: A Survey from Communication Theory Perspective Md. Zoheb Hassan 1, Md. Jahangir Hossain 2, Julian Cheng 2, and Victor C. M. Leung 1 (1. Department of Electrical and Computer Engineering, University of British Columbia, Vancouver, BC V6T 1Z4, Canada; 2. School of Engineering, University of British Columbia, Kelowna, BC V1V 1V7, Canada) Abstract Subcarrier intensity modulation with direct detection is a modulation/detection technique for optical wireless communication sys⁃ tems, where a pre⁃modulated and properly biased radio frequency signal is modulated on the intensity of the optical carrier. The most important benefits of subcarrier intensity modulation are as follows: 1) it does not provide irreducible error floor like the con⁃ ventional on⁃off keying intensity modulation with a fixed detection threshold; 2) it provides improved spectral efficiency and sup⁃ ports higher order modulation schemes; and 3) it has much less implementation complexity compared to coherent optical wireless communications with heterodyne or homodyne detection. In this paper, we present an up⁃to⁃date review of subcarrier intensity modulated optical wireless communication systems. We survey the error rate and outage performance of subcarrier intensity modu⁃ lations in the atmospheric turbulence channels considering different modulation and coding schemes. We also explore different contemporary atmospheric turbulence fading mitigation solutions that can be employed for subcarrier intensity modulation. These solutions include diversity combining, adaptive transmission, relay assisted transmission, multiple⁃subcarrier intensity modulations, and optical orthogonal frequency division multiplexing.
    [Show full text]
  • Report ITU-R BT.2295-3 (02/2020)
    Report ITU-R BT.2295-3 (02/2020) Digital terrestrial broadcasting systems BT Series Broadcasting service (television) ii Rep. ITU-R BT.2295-3 Foreword The role of the Radiocommunication Sector is to ensure the rational, equitable, efficient and economical use of the radio- frequency spectrum by all radiocommunication services, including satellite services, and carry out studies without limit of frequency range on the basis of which Recommendations are adopted. The regulatory and policy functions of the Radiocommunication Sector are performed by World and Regional Radiocommunication Conferences and Radiocommunication Assemblies supported by Study Groups. Policy on Intellectual Property Right (IPR) ITU-R policy on IPR is described in the Common Patent Policy for ITU-T/ITU-R/ISO/IEC referenced in Resolution ITU-R 1. Forms to be used for the submission of patent statements and licensing declarations by patent holders are available from http://www.itu.int/ITU-R/go/patents/en where the Guidelines for Implementation of the Common Patent Policy for ITU-T/ITU-R/ISO/IEC and the ITU-R patent information database can also be found. Series of ITU-R Reports (Also available online at http://www.itu.int/publ/R-REP/en) Series Title BO Satellite delivery BR Recording for production, archival and play-out; film for television BS Broadcasting service (sound) BT Broadcasting service (television) F Fixed service M Mobile, radiodetermination, amateur and related satellite services P Radiowave propagation RA Radio astronomy RS Remote sensing systems S Fixed-satellite service SA Space applications and meteorology SF Frequency sharing and coordination between fixed-satellite and fixed service systems SM Spectrum management Note: This ITU-R Report was approved in English by the Study Group under the procedure detailed in Resolution ITU-R 1.
    [Show full text]
  • The Ultimate Guide to Nyquist Subcarriers
    WHITE PAPER The Ultimate Guide to Nyquist Subcarriers Coherent optical transmission has delivered a dramatic enhancement in the capacity-reach product for long-haul and subsea cables. The first wave of coherent systems reached the market around 2011 and delivered a tenfold increase in capacity, with 10 gigabit [10G] wavelengths becoming 100G wavelengths. The first wave of coherent systems located all of the digital processing power in the receiver. Today, a second wave of coherent systems has both transmitter- and receiver-based processing, and can deliver around 30 times the capacity of non- coherent technology. i First wave of coherent (2010 → ) Digital intelligence located only in the receiver i i Second generation advantages • Higher-order modulation (8QAM, 16QAM...64QAM) • Enhanced compensation capabilities Second wave of coherent (2017 → ) • Pulse Shaping Digital intelligence located in transmitter and receiver • Nyquist subcarriers Figure 1: The first and second waves of coherent processing The key advantages of transmitter-based processing are the delivery of higher-order modulation beyond quadrature phase-shift keying (QPSK), enhanced impairment compensation, pulse shaping and the ability to implement Nyquist subcarriers. Infinera’s fourth-generation Infinite Capacity Engine (ICE4) optical engine is an example of leading-edge coherent optical performance, and one of the critical differentiators in ICE4’s long- haul and subsea performance leadership is the implementation of Nyquist subcarriers. This paper explains what these are and why they can dramatically enhance optical performance – especially in higher-baud-rate systems. Baud Rate and Scaling The idea of scaling to meet growing demand for capacity at ever-lower costs is a common theme in the optical transmission market.
    [Show full text]