Designing Low-Correlation GPS Spreading Codes with a Natural Evolution Strategy Machine Learning Algorithm

Total Page:16

File Type:pdf, Size:1020Kb

Designing Low-Correlation GPS Spreading Codes with a Natural Evolution Strategy Machine Learning Algorithm Designing Low-Correlation GPS Spreading Codes with a Natural Evolution Strategy Machine Learning Algorithm Tara Yasmin Mina and Grace Xingxin Gao, Stanford University ABSTRACT With the birth of the next-generation GPS III constellation and the upcoming launch of the Navigation Technology Satellite-3 (NTS-3) testing platform to explore future technologies for GPS, we are indeed entering a new era of satellite navigation. Correspondingly, it is time to revisit the design methods of the GPS spreading code families. In this work, we develop a natural evolution strategy (NES) machine learning algorithm with a Gaussian proposal distribution which constructs high-quality families of spreading code sequences. We demonstrate the ability of our algorithm to achieve better mean-squared auto- and cross-correlation than well-chosen families of equal-length Gold codes and Weil codes, for sequences of up to length-1023 and length-1031 bits and family sizes of up to 31 codes. Furthermore, we compare our algorithm with an analogous genetic algorithm implementation assigned the same code evaluation metric. To the best of the authors’ knowledge, this is the first work to explore using a machine learning approach for designing navigation spreading code sequences. I. INTRODUCTION On January 13th of 2020, the U.S. Air Force 2nd Space Operations Squadron (2 SOPS) issued a statement that the first GPS III satellite was marked healthy and available for use [1]. This announcement officially marked the birth of the next-generation GPS constellation. In addition to broadcasting the new L1C signal, the modernized constellation is distinguished by its reprogrammable payload, which allows it to evolve with new technologies and changing mission needs. Furthermore, with the upcoming launch of the Navigation Technology Satellite-3 (NTS-3) testing platform in 2022 [2], the United States Air Force (USAF) seeks to explore technologies which will help shape future GPS constellations [3]. NTS-3 will demonstrate the agility of the next-generation satellite-based navigation architecture and the ability to rapidly deploy new technological advancements and capabilities via the reprogrammable nature of the upcoming GPS system. Indeed, this is the third Navigation Technology Satellite (NTS) mission, with the previous two, NTS-1 and NTS-2, developed in the 1970s in order to validate technologies, including the rubidium and cesium atomic clocks [4], that were integrated into the first generation of GPS satellites, which were launched later that decade [5]. Illustrations of the three NTS testing platforms are shown in Fig. 1. arXiv:2101.02850v2 [eess.SP] 23 Apr 2021 Figure 1: Illustrations of the satellite testing platforms used in each of three Navigation Technology Satellite (NTS) initiatives. Illustration credit: Lt. Jacob Lutz, AFRL Space Vehicles Directorate. The NTS-3 program will further test several new technologies, including new signal designs for improved GPS security and interference mitigation [3]. According to a Request for Information announcement [6], the Air Force Research Lab (AFRL) has expressed interest in exploring modifications to all layers of the GPS signal in order to enhance PNT resiliency and performance. As we enter a new era of satellite navigation, we believe it is time to revisit the design methods of the GPS spreading code families. Correspondingly, in this work, we leverage recent advances in machine learning techniques to explore a new platform for learning high-quality spreading codes via a natural evolution strategy (NES) machine learning framework. 1. Advantages of Using Memory Codes for GPS Currently, all broadcast GPS signals use algorithmically generable spreading code sequences. The legacy L1 C/A signal uses Gold codes [7], while the modernized L1C signal, to be broadcast on the GPS III satellites, uses Weil codes [8] [9], along with a 7-bit extension in order to satisfy the desired spreading code length of 10,230 bits. Having algorithmically generable sequences was an important design consideration during the initial development phase of GPS in the 1970s due to memory storage constraints, as well as computation limitations which restricted the ability to search for better sequences. However, memory has become an increasingly inexpensive resource, allowing receivers to store complete families of spreading code sequences – though it should be acknowledged that currently, memory is still one of the main influencers of receiver chip size [10] [11]. Furthermore, over the past several decades, processing power has also significantly increased, which correspondingly has allowed the field of machine learning and related research advancements to flourish [12]. Lower bounds on the maximum periodic non-central auto- and cross-correlation value for spreading code families have been analytically derived in prior work [13], including the Welch bound [14], the Sarwate bound [15], and the Sidelnikov bound [16] [17]. The Welch bound is valid for any sequence with symbols of a fixed norm, including potentially complex spreading codes, while the Sidelnikov bound is a tighter lower bound for sequences with symbols that are roots-of-unity. As a result, for binary spreading codes, which fall into this roots-of-unity classification with symbols in the set f+1; −1g, the Sidelnikov bound provides a tighter lower bound than the Welch bound on the maximum periodic correlation performance. Gold code families are known to be asymptotically optimal with respect to the Sidelnikov bound, as the code length increases [18]. However, this optimality characteristic only applies for the specific sequence length and the complete set of code sequences provided by the Gold code family definition. For the length-1023 bit Gold codes, for example, this optimality characteristic only applies for the complete Gold family size, made up of over 1000 spreading codes in total [7]. Indeed, the lower bounds on the maximum correlation sidepeak increase with the size of the spreading code family [14] [15] [16] [17], suggesting that for the same sequence length, better performance could be found for a smaller code family size. Furthermore, there is debate as to whether the maximum correlation sidepeak is an ideal metric for spread spectrum system applications [19] [20] [21] [22]. Indeed, the multiple access interference (MAI) of a spread spectrum system, i.e. the signal noise caused by inter-signal interference within the shared channel, relates to the average correlation performance rather than the worst-case. Spreading codes which are not algorithmically generable are commonly called memory codes, since these codes must be stored in memory. Memory codes are not limited to specific lengths of code sequences or specific code family sizes. Indeed, designing a nonconforming spreading code length, as was done for the GPS L2C, L5, and L1C signals, would require truncation or extension of the algorithmically generable sequences, which disturb the coveted correlation properties of these codes [23]. As a result, by expanding the design space to the set of all binary sequences, we have a greater range of possible code families and a better opportunity to find a superior set of codes; although, the exponentially larger design space also greatly complicates the code design method. 2. Related Prior Work Several past works have designed memory codes using genetic algorithms (GAs), including for the E1 Open Service (OS) and the E6 Commercial Service (CS) signals of the Galileo satellite constellation [23] [24]. Genetic algorithms [25] are optimization algorithms which mimic the process of biological evolution. In particular, GAs maintain a population of design points, while selecting and recombining high-performing candidate solutions at each iteration. Genetic algorithms were utilized to design spreading codes for Galileo which exhibit the Autocorrelation Sidelobe Zero property, where the auto-correlation is 0 at a relative delay of ±1 chip [23]. GAs were also utilized to design spreading code families for improved indoor positioning applications [26]. Work has also been done to define several cost parameters for selecting high quality GNSS spreading codes [27] [28], including evaluating the mean squared auto- and cross-correlation components above the Welch bound [14]. Additionally, in our prior work, we designed a multi-objective GA platform for designing navigation spreading codes which improved on two objectives simultaneously: the mean absolute auto-correlation and cross-correlation of the code family [29]. Learning-based techniques have also been explored to design Error Correcting Codes (ECCs) [30], which are binary sequences that encode messages to improve the detection of communication transmission errors. In their work, Huang et al. [30] explore policy gradient and advantage actor critic methods to design ECCs by optimizing the code set performance with regards to the block error rate. 3. Objective and Key Contributions In this work, we seek to explore using a machine learning technique for the application of navigation spreading code design. This work is based on our recent ION GNSS+ 2020 conference paper [31], and to the best of our knowledge, this is the first work which explores using a machine learning approach to design navigation spreading codes. In particular, the key contributions of our work are the following: 1. We develop a natural evolution strategy (NES) machine learning algorithm which constructs high-quality families of spreading code sequences. 2. We utilize a Gaussian proposal distribution
Recommended publications
  • Iot Systems Overview
    IoT systems overview CoE Training on Traffic engineering and advanced wireless network planning Sami TABBANE 30 September -03 October 2019 Bangkok, Thailand 1 Objectives •Present the different IoT systems and their classifications 2 Summary I. Introduction II. IoT Technologies A. Fixed & Short Range B. Long Range technologies 1. Non 3GPP Standards (LPWAN) 2. 3GPP Standards IoT Specificities versus Cellular IoT communications are or should be: Low cost , Low power , Long battery duration , High number of connections , Low bitrate , Long range , Low processing capacity , Low storage capacity , Small size devices , Relaxed latency , Simple network architecture and protocols . IoT Main Characteristics Low power , Low cost (network and end devices), Short range (first type of technologies) or Long range (second type of technologies), Low bit rate (≠ broadband!), Long battery duration (years), Located in any area (deep indoor, desert, urban areas, moving vehicles …) Low cost 3GPP Rel.8 Cost 75% 3GPP Rel.8 CAT-4 20% 3GPP Rel.13 CAT-1 10% 3GPP Rel.13 CAT-M1 NB IoT Complexity Extended coverage +20dB +15 dB GPRS CAT-M1 NB-IoT IoT Specificities IoT Specificities and Impacts on Network planning and design Characteristics Impact • High sensitivity (Gateways and end-devices with a typical sensitivity around -150 dBm/-125 dBm with Bluetooth/-95 dBm in 2G/3G/4G) Low power and • Low frequencies strong signal penetration Wide Range • Narrow band carriers far greater range of reception • +14 dBm (ETSI in Europe) with the exception of the G3 band with +27 dBm, +30 dBm but for most devices +20 dBm is sufficient (USA) • Low gateways cost Low deployment • Wide range Extended coverage + strong signal penetration and Operational (deep indoor, Rural) Costs • Low numbers of gateways Link budget: UL: 155 dB (or better), DL: Link budget: 153 dB (or better) • Low Power Long Battery life • Idle mode most of the time.
    [Show full text]
  • UMTS XX.05 V1.0.0 (1999-02) Technical Report
    TD TSG RAN-99027 UMTS XX.05 V1.0.0 (1999-02) Technical Report UMTS Terrestrial Radio Access Network (UTRAN); UTRA FDD, spreading and modulation description; (UMTS XX.05 version 1.0.0) UMTS Universal Mobile Telecommunications System (UMTS XX.05 version 1.0.0) 2 UMTS XX.05 V1.0.0 (1999-02) Reference DTR/SMG-02XX05U (01o00i04.PDF) Keywords Digital cellular telecommunications system, Universal Mobile Telecommunication System (UMTS), UTRAN ETSI Postal address F-06921 Sophia Antipolis Cedex - FRANCE Office address 650 Route des Lucioles - Sophia Antipolis Valbonne - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Internet [email protected] Individual copies of this ETSI deliverable can be downloaded from http://www.etsi.org If you find errors in the present document, send your comment to: [email protected] 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 1999. All rights reserved. ETSI (UMTS XX.05 version 1.0.0) 3 UMTS XX.05 V1.0.0 (1999-02) Contents Intellectual Property Rights ............................................................................................................................... 4 Foreword...........................................................................................................................................................
    [Show full text]
  • Timing Accuracy of Self-Encoded Spread Spectrum Navigation with Communication
    University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Faculty Publications in Computer & Electronics Electrical & Computer Engineering, Department Engineering (to 2015) of 2011 Timing accuracy of self-encoded spread spectrum navigation with communication Won Mee Jang University of Nebraska-Lincoln, [email protected] Follow this and additional works at: https://digitalcommons.unl.edu/computerelectronicfacpub Jang, Won Mee, "Timing accuracy of self-encoded spread spectrum navigation with communication" (2011). Faculty Publications in Computer & Electronics Engineering (to 2015). 108. https://digitalcommons.unl.edu/computerelectronicfacpub/108 This Article is brought to you for free and open access by the Electrical & Computer Engineering, Department of at DigitalCommons@University of Nebraska - Lincoln. It has been accepted for inclusion in Faculty Publications in Computer & Electronics Engineering (to 2015) by an authorized administrator of DigitalCommons@University of Nebraska - Lincoln. Published in IET Radar, Sonar and Navigation 5:1 (2011), pp. 1–6; doi: 10.1049/iet-rsn.2009.0234 Copyright © 2011 The Institution of Engineering and Technology. Used by permission. Submitted September 7, 2009; revised January 25, 2010 Timing accuracy of self-encoded spread spectrum navigation with communication W. M. Jang Department of Computer and Electronics Engineering, The Peter Kiewit Institute of Information Science, Technology & Engineering, University of Nebraska–Lincoln, Omaha, NE 68182, USA; email [email protected] Abstract The author presents the timing accuracy of self-encoded spread spectrum (SESS) in navigation. SESS eliminates the need for traditional transmit and receive pseudo noise code generators. As the term implies, the spreading code is instead obtained from the random digital information source itself. SESS was shown to improve system performance significantly in fading channels.
    [Show full text]
  • Matlab Simulation for Generation and Performance Analysis of Gold Codes in CDMA
    ors ens & B s io io e Lateef et al., J Biosens Bioelectron 2017, 8:2 B l e f c o t r l DOI: 10.4172/2155-6210.1000243 o Journal of a n n i r c u s o J ISSN: 2155-6210 Biosensors & Bioelectronics Research Article Open Access Matlab Simulation for Generation and Performance Analysis of Gold Codes in CDMA Lateef AAA, Ayed B, Khalid S, Ali F, Ghazi M and Mahammed KA* Department of Electrical Engineering, College of Engineering, Al Dawadmi, Shaqra University, Saudi Arabia Abstract In communication, SS plays a vital role in practical application like mobile communication in CDMA because it has advantage like noise immunity. Spread spectrum technique may be a digital pass band technique. Some good codes are used by SS modulation and demodulation scheme0.s. At the channel the signal with noise gets jammed and results in transmission problem. So, this paper depicts PN codes for the development of gold codes with accuracy. These codes ought to be well arranged to the message signal. This sequence which is developed as the spreaded signal for the transmission process in CDMA shall contain the noise immunity property. Received signal from the transmission process is despreaded in receiver. Designed sequence with similar gold codes acclimated to redesign the baseband signal. For the above mentioned process Matlab simulation programming has been adopted. Keywords: Pseudo Noise (PN) codes; Spread spectrum; CDMA; corrupting. The characteristic of spreading is achieved by PN codes. Gold codes The achieved signal is joined again with the PN codes. Each measured bit is encoded with numerous bits inside the PN selected bits.
    [Show full text]
  • Spreading Code Generator in Direct Sequence Spread Spectrum Modulator
    ISSN: 2278 – 909X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 4, Issue 8, August 2015 Spreading Code Generator in Direct Sequence Spread Spectrum Modulator M.Raj kumar Sri K.Raju 1Student of M.Tech in VLSI & EMBEDDED SYSTEMS 2Assistant Professor of Electronics and Communication ,Electronics and Communication Engineering , Engineering, GPREC (Autonomous), JNTU-A, Kurnool, GPREC(Autonomous) ,JNTU-A ,Kurnool ,Andhra Pradesh Andhra Pradesh, India ,India . Abstract— This paper presents the FPGA implementation of spreading code generator in direct sequence spread spectrum modulator, in this Direct Sequence Spread Spectrum where by the original data signal is multiplied with a pseudo noise spreading code to be transmitted. This process can be done through the spreading code generator which can be implemented using VHDL in DSSS modulator on Spartan 6 FPGA family. spreading code has a Programmable chip rates up to 60 Mchip/s and spreading factor from 3 to 65335.Modulation is BPSK/QPSK and raised cosine square root filter with 20% rolloff where Filter can be bypassed. Keywords— DSSS modulator, Pseudo code generator , Gold sequences, Maximal length sequences, barker codes, GPS C/A codes. 1. INTRODUCTION Figure 1: General spread spectrum model In some situations it is required that a communication signal be difficult to detect, and difficult to demodulate even 2. DSSS MODULATOR when detected. Here the word ‗detect‘ is used in the sense of ‗to discover the presence of‘. The signal is required to have a Direct sequence spread spectrum, also known as low probability of intercept – LPI. In other situations a signal direct sequence code division multiple access (DS-CDMA), is is required that is difficult to interfere with, or ‗jam‘.
    [Show full text]
  • Simulation of Direct-Sequence Spread Spectrum Data Transmission System for Reliable Underwater Acoustic Communications
    Vibrations in Physical Systems 2019, 30, 2019108 (1 of 8) Simulation of Direct-Sequence Spread Spectrum Data Transmission System for Reliable Underwater Acoustic Communications Iwona KOCHAŃSKA Gdansk University of Technology, Faculty of Electronics, Telecommunication and Informatics, Department of Marine Electronics Systems, G. Narutowicza 11/12, 80-233 Gdansk, Poland, [email protected] Jan H. SCHMIDT Gdansk University of Technology, Faculty of Electronics, Telecommunication and Informatics, Department of Marine Electronics Systems, G. Narutowicza 11/12, 80-233 Gdansk, Poland, [email protected] Abstract Underwater acoustic communication (UAC) system designers tend to transmit as much information as possible, per unit of time, at as low as possible error rate. It is a particularly difficult task in a shallow underwater channel in which the signal suffers from strong time dispersion due to multipath propagation and refraction phenomena. The direct-sequence spread spectrum technique (DSSS) applied successfully in the latest standards of wireless communications, gives the chance of reliable data transmission with an acceptable error rate in a shallow underwater channel. It utilizes pseudo-random sequences to modulate data signals, and thus increases the transmitted signal resilience against the inter symbol interference (ISI) caused by multipath propagation. This paper presents the results of simulation tests of DSSS data transmission with the use of different UAC channel models using binary spreading sequences. Keywords: underwater
    [Show full text]
  • Effect of Pseudo Random Noise (PRN) Spreading Sequence Generation of 3GPP Users’ Codes on GPS Operation in Mobile Handset
    182 JOURNAL OF COMMUNICATIONS SOFTWARE AND SYSTEMS, VOL. 12, NO. 4, DECEMBER 2016 Effect of Pseudo Random Noise (PRN) Spreading Sequence Generation of 3GPP Users’ Codes on GPS Operation in Mobile Handset Taher Al Sharabati Abstract— In this paper, the effects of intersystem cross Both GPS and 3GPP PRN codes generation, on the other correlation of 3GPP user’ codes to GPS satellites’ codes will be hand, is based on Gold codes where their system architecture demonstrated. The investigation and analysis are in the form of is identical. Conceptually, if [1] presented the potential of intra cross correlation between 3GPP users’ codes and GPS satellites Pseudo Random Noise (PRN) sequences. The investigation and system interference between GPS and 3GPP PRN codes has analysis will involve the similarities in generation and system higher likelihood and potential. architecture of both the 3GPP user’ codes and GPS satellites’ The novelty of this paper stems from the fact that no codes. The extent of intersystem interference will be displayed in literature has presented the potential interference between GPS the form of results for cross correlation, correlation coefficient, and 3GPP codes in the mobile handset. It presents the and signal to noise ratio. Recommendations will be made based similarity in code generation between the GPS and 3GPP on the results. codes as well as the similarity in terms of their system Index Terms— Gold Codes, 3GPP users‘ codes, GPS, architecture. interference, PRN sequences. Other recent publications have treated interference to GPS from 3G carrier transmitters [2], [3]. However, the interference was based on power levels and data rates rather I.
    [Show full text]
  • Spectral Analysis of Gold-Type Pseudo-Random Codes in GNSS Systems
    INTERNATIONAL JOURNAL OF CIRCUITS, SYSTEMS AND SIGNAL PROCESSING Volume 13, 2019 Spectral Analysis of Gold-type Pseudo-random Codes in GNSS Systems Lucjan Setlak, and Rafał Kowalik must be stored in memory. The sequences of secondary codes Abstract—The pseudo-random codes, including Gold's codes, are are fixed and determined "rigidly". used in GNSS systems; they are characterized by good synchronization and the simplicity of their generation. However, the TABLE I. Lengths of ranging codes for individual components disadvantage of these pseudo-random codes is poor asynchronization. With this in mind, an algorithm improving their properties was implemented in the Gold's code structure, which translated into their performance in CDMA code multiple access. The article discusses the method of production of Gold sequence and presents their basic properties along with the ways of creating pseudo-random codes. Their spectral analysis was carried out on the example of codes transmitted in GALILEO system signals. On the basis of the Ranging codes (primary) can be pseudo-random sequences, waveform of individual components included in the Gold's sequence, generated using a feedback register or so-called optimized the spectral power density was determined and its properties were pseudo-noise sequences. discussed. On this basis, it was found that Gold's codes are In the first case, codes are generated on the basis of two M- characterized by better frequency performance, increased use of the sequences shortened to the required length; they can be transmitted signal power and better properties for disturbances generated on a regular basis in registers or stored in memory.
    [Show full text]
  • Spread Spectrum Techniques
    SSPPRREEAADD SSPPEECCTTRRUUMM TTEECCHHNNIIQQUUEESS Hongying Yin Feb. 1st 2005 Helsinki University of Technology [email protected] S-72.333 Postgraduate Course in Radio Communications 2004 -2005 H. Yin 1 CCoonntteennttss 1. Hedi Lamarr –Inventor of Spread Spectrum 2. Basic Spread Spectrum Technique • Spreading • Detecting • Spread Spectrum Theoretical Justification 3. Spread Spectrum Technology Family • Direct-Sequence ° Process Gain ° Spreading Code • Frequency-Hopping ° Fast Frequency Hopping ° Slow Frequency Hopping ° Jamming Margin 4. Overview of CDMA 5. References 6. Abbreviation 7. Assignment S-72.333 Postgraduate Course in Radio Communications 2004 -2005 H. Yin 2 Hedy Lamarr 25-Year Old Hollywood Star Frequency Hopping “Not Just a Pretty Face” 3 HHeeddyy LLaammaarrrr -- SSttoorryy CCoonnttiinnuueedd © Today, spread spectrum devices using micro-chips, make pagers, cellular phones, and, yes, communication on the internet possible. Many units can operate at once using the same frequencies. © Most important, spread spectrum is the key element in anti-jamming devices used in the government's 25 billion Milstar system. Milstar controls all the intercontinental missiles in U.S. weapons arsenal. © Fifty-five years later, Lamarr was recently given the EFF (Electronic Frontier Foundation) Award for their invention. The co-inventor, Antheil was also honored; he died in the sixties. S-72.333 Postgraduate Course in Radio Communications 2004 -2005 H. Yin 4 WWhhyy SSpprreeaadd SSppeeccttrruumm ?? © Advantages: ‹ Resists intentional and non-intentional interference ‹ Has the ability to eliminate or alleviate the effect of multipath interference ‹ Can share the same frequency band (overlay) with other users ‹ Privacy due to the pseudo random code sequence (code division multiplexing) © Disadvantages: ‹ Bandwidth inefficient ‹ Implementation is somewhat more complex.
    [Show full text]
  • Data Transmission and Pn Ranging for 2 Ghz Cdma Link Via Data Relay Satellite
    Report Concerning Space Data System Standards DATA TRANSMISSION AND PN RANGING FOR 2 GHZ CDMA LINK VIA DATA RELAY SATELLITE INFORMATIONAL REPORT CCSDS 415.0-G-1 GREEN BOOK April 2013 Report Concerning Space Data System Standards DATA TRANSMISSION AND PN RANGING FOR 2 GHZ CDMA LINK VIA DATA RELAY SATELLITE INFORMATIONAL REPORT CCSDS 415.0-G-1 GREEN BOOK April 2013 REPORT CONCERNING SPREAD SPECTRUM MODULATION FORMATS FOR CDMA AUTHORITY Issue: Informational Report, Issue 1 Date: April 2013 Location: Washington, DC, USA This document has been approved for publication by the Management Council of the Consultative Committee for Space Data Systems (CCSDS) and reflects the consensus of technical panel experts from CCSDS Member Agencies. The procedure for review and authorization of CCSDS Reports is detailed in Organization and Processes for the Consultative Committee for Space Data Systems (CCSDS A02.1-Y-3). This document is published and maintained by: CCSDS Secretariat Space Communications and Navigation Office, 7L70 Space Operations Mission Directorate NASA Headquarters Washington, DC 20546-0001, USA CCSDS 415.0-G-1 Page i April 2013 REPORT CONCERNING SPREAD SPECTRUM MODULATION FORMATS FOR CDMA FOREWORD Through the process of normal evolution, it is expected that expansion, deletion, or modification of this document may occur. This Report is therefore subject to CCSDS document management and change control procedures, which are defined in Organization and Processes for the Consultative Committee for Space Data Systems (CCSDS A02.1-Y-3). Current versions of CCSDS documents are maintained at the CCSDS Web site: http://www.ccsds.org/ Questions relating to the contents or status of this document should be addressed to the CCSDS Secretariat at the address indicated on page i.
    [Show full text]
  • Detection of Direct Sequence Spread Spectrum Signals
    Detection of Direct Sequence Spread Spectrum Signals by Jacobus David Vlok B.Eng (Electronic), University of Pretoria, 2003 B.Eng (Hons)(Electronic), University of Pretoria, 2004 M.Eng (Electronic), University of Pretoria, 2006 Submitted in partial fulfilment of the requirements for the degree of Doctor of Philosophy (Electronic Engineering) School of Engineering University of Tasmania Hobart October, 2014 Supervisor: Professor J. C. Olivier I have seen that everything human has its limits and end no matter how extensive, noble and excellent; but Your commandment is exceedingly broad and extends without limits into eternity. Psalm 119.96 Amplified STATEMENTS AND DECLARATIONS 1. Declaration of originality This thesis contains no material which has been accepted for a degree or diploma by the University or any other institution, except by way of background information and duly acknowledged in the thesis, and to the best of my knowledge and belief no material previ- ously published or written by another person except where due acknowledgement is made in the text of the thesis, nor does the thesis contain any material that infringes copyright. 2. Authority of access This thesis may be made available for loan and limited copying and communication in accordance with the Australian Copyright Act 1968 and the South African Scientific Re- search Council Act No 46 of 1988. 3. Statement regarding published work contained in the thesis The publisher of the papers comprising Chapters 3 to 5 hold the copyright for that content, and access to the material should be sought from the journal. The remaining non-published content of the thesis may be made available for loan and limited copying and communication in accordance with the Authority of access statement above.
    [Show full text]
  • TS 101 851-3-2 V2.1.1 (2008-01) Technical Specification
    ETSI TS 101 851-3-2 V2.1.1 (2008-01) Technical Specification Satellite Earth Stations and Systems (SES); Satellite Component of UMTS/IMT-2000; Part 3: Spreading and modulation; Sub-part 2: A-family (S-UMTS-A 25.213) 2 ETSI TS 101 851-3-2 V2.1.1 (2008-01) Reference RTS/SES-00298-3-2 Keywords MES, MSS, satellite, UMTS ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N° 348 623 562 00017 - NAF 742 C Association à but non lucratif enregistrée à la Sous-Préfecture de Grasse (06) N° 7803/88 Important notice Individual copies of the present document can be downloaded from: http://www.etsi.org The present document may be made available in more than one electronic version or in print. In any case of existing or perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF). In case of dispute, the reference shall be the printing on ETSI printers of the PDF version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http://portal.etsi.org/tb/status/status.asp If you find errors in the present document, please send your comment to one of the following services: http://portal.etsi.org/chaircor/ETSI_support.asp Copyright Notification No part may be reproduced except as authorized by written permission.
    [Show full text]