Kalman Filtering Method for GNSS / INS Integrated Navigation

Size: px
Start display at page:

Download "Kalman Filtering Method for GNSS / INS Integrated Navigation"

Transcription

1 2016 nternational Conference on Electrical Engineering and Automation (CEEA 2016) SBN: Kalman Filtering Method for GNSS / NS ntegrated Navigation Qiang J * and Hao-guang ZHAO College of Aerospace Science and Engineering, National University of Defense echnology, Changsha , China *Corresponding author Keywords: nertial navigation system, Global navigation satellite system, Filter, Error model. Abstract. According to the GPS positioning principle and the main sources of error, the GNSS error model is analyzed and established. he positioning principle of the inertial navigation system is introduced. he solving process of strap down inertial navigation system using quaternion method is described in detail. he error model of inertial navigation system is deduced. Based on the inertial navigation error model, the state equation and observation equation of the combined system are analyzed and analyzed, and the selection of the observation equation is analyzed. Finally, the alternating observation equations of the position and velocity are determined. he traditional Kalman filter is compared with the Kalman filter which introduces the outlier processing. he normal observation is not affected, and there is an excellent detection and suppression for the single outliers and the outliers. Effect, greatly enhanced the stability of the integrated navigation system, significantly improve the anti-poor results. ntroduction With the navigation and positioning accuracy requirements continue to improve, a single navigation method has been unable to meet the demand. nertial navigation system (NS) / GNSS (ntegrated Navigation Systems) (GNSS) integrated navigation system combines the advantages of different systems, more than a single way it will become a better choice. By applying the optimal estimation theory and combining the multiple navigation methods to realize the information fusion of subsystems, a more accurate navigation system can be obtained. Especially in the past two decades, GNSS / NS integrated navigation system has become popular, has become an important direction of navigation research. n the combined system, GPS can provide a long time to stabilize the signal to compensate for the cumulative error NS shortcomings, and NS can provide low-noise, short-term accurate continuous navigation data. t is the key to the design and implementation of the integrated navigation system to synthesize the data of the navigation subsystem by choosing the optimal optimal filtering method. Kalman filter (KF) is the most mature information fusion and filtering method in navigation field at present. Kalman filtering is optimal in the sense of unbiased, consistent and asymptotically efficient for linear systems where the process noise and the observed noise are white noise sequences. ntegrated Navigation Model of GNSS/NS ntegrated navigation system consists of three parts: GNSS receiver module, NS module and the combination of filtering module. ntegrated navigation system block diagram is as follows

2 nertial Sensors NS Navigation Calculation NS Parameters + + Navigation information Adjust Kalman Filter F Siganl Processing racking Loop GNSS Kalman filter Position, Velocity GPS eceiver Feedback Figure 1. Block diagram of integrated navigation system. he difference between the position and velocity estimation information of the output of NS and GNSS is obtained, and input to the navigation filter (usually Kalman filter). After filtering, the error estimation value is obtained and fed back to the NS, so that each measurement After updating the NS to carry out feedback correction or output correction, through the GNSS data to improve the accuracy of NS. According to the principle of position and velocity combination, the error of GPS can be taken as measurement noise. herefore, the equation of state of the combined system is the same as the error equation of NS system. x Fx W (1) Let, L, h are the true longitude, latitude and altitude of the carrier; is the longitude of the NS with error, L is the latitude of the NS output with L errors, and h is the height of the NS with error h. he location information obtained by the NS can be expressed as L L L h h h Let G, L G, and h G be the GNSS output position information; N, N and N Gy Gz are the error distances measured by the GNSS in the east, GPS location information can be expressed as NGy G M h N LG L (3) ( N h)cosl hg h Nh aking the difference between the NS and the GPS output as the observed quantity, we can get the observation equation (2) ( L )( ) ( ) LG M h M h LNGy yp ( G)( N h)cos L ( Nh)cos LN h h G hn Gz Can also be expressed as y H xv p p p (4) (5)

3 where, V is treated as white noise, and p p 36 M N 36 H [ O diag ( h) ( h)cosl 1 O ] (6) Vp N NGy N Gz (7) Suppose that v x, v and v y z are the velocity of the carrier in east, north and sky respectively. v x, v, and v y z are the speed values of the NS output with errors vx, v, and v y z, respectively vx vx v x vy vy vy vz vz vz (8) v Suppose vgy, v and Gz are the velocity information obtained by GNSS in east, north and sky respectively. N vx N, vy and Nvz are the velocity errors of the east, north, and sky upward GNSS measurements, respectively. he GPS velocity information can be expressed as v vx N vx vgy vy Nvy (9) vgz vz Nvz aking the error of the velocity of the NS and GPS output in each direction as the observation, the following observation equation can be obtained vx v v x Nvy yv vy vgy vy Nvy v v v N z Gz z vz y HxV v v v (10) (11) Hv diag O (12) Vv N NGy N Gz (13) V where v is treatted as white noise. Using any of the observed equations, the output of the final combined navigation system will outperform the results of pure NS or pure GNSS. Using the position observation equation alone will improve the position output accuracy of the system, but not much for the speed part. A separate speed observation equation will improve the speed of the output accuracy, but does not improve the accuracy of the location. n order to improve the overall accuracy of the system at the same time, choose the combination of the location of the speed of observation. Alternating combinations of position and velocity observations are those of alternating observations of position and velocity. Since the position estimation time constant is usually much larger than the velocity estimation time constant, it is possible to use the position observations again after using the position observations once, and again when updating the position estimation values. Which not only improves the speed precision and the position precision of the integrated navigation system.

4 Kalman Filtering Algorithm Due to the uncertainty of noise in practical application [9], the Kalman filter algorithm combines the state equation and the observation equation of the system by using the idea of first prediction and correction [10], and finally obtains the equations which can realize the state optimal estimation. Suppose there is a dynamic system model Xk k, k1xk1k1w k1 Yk HkXk Vk (14) W where k and Vk areunrelated Gaussian white noise, he mean and variance of the system initial X vector 0 X are known, the residual initial vector 0 V of k W and k is uncorrelated. hen there are Kalman filter equations as follows (1)State one step prediction equation Xˆ Xˆ kk 1 kk 1 k1 (2)One Step Prediction of Mean Square Error Equation (15) Pkk 1 k, k1pk 1 k, k1+ k 1Qk1 k1 (16) (3)nnovation vector i ˆ k Yk HkXk 1 (17) (4)Filter gain equation 1 Kk Pk k 1 Hk ( HkPk k 1Hk k) (18) (5)Equation of state estimation Xˆ ˆ k Xk k1 Kkik (19) (6)Estimate the mean square error equation Pk ( KkHk) Pkk 1( KkHk) KkkKk (20) X Xˆ is the predicted state vector obtained by estimating the optimal state k 1 at time k-1 to k, ˆ 1 where kk kk 1 k1 Pkk 1 is the state transition matrix k-1 to k, is the prediction error variance matrix at time k-1 to k, Q are the interference matrix and interference variance matrix of the system respectively, ik and k 1 K is the innovation vector, k is the gain matrix, k Xˆ is the observed noise covariance matrix, k is the P optimal estimated state vector, k is the estimated mean square error matrix at time k. Simulation Verification n the integrated navigation system simulation process, take the parameters as follows, GNSS receiver set the horizontal position deviation of 10m, random deviation of 32m, velocity deviation of 0.5m/s. he initial error of the navigation system is as following, the attitude error angle in the horizontal direction is 30 and the azimuth error angle is 60, irrespective of the initial position error and the initial velocity error. he initial latitudeis , the initial longitude of , height 14m, a total of 990s simulation is carried out. Comparison of Position, Velocity and Attitude

5 Error between the nertial Navigation System and the ntegrated Navigation System after Kalman Filtering. Figure 2. Comparison of position error between pure inertial navigation and integrated navigation. Figure 3. Comparison of the error between pure inertial navigation and integrated navigation. Figure 4. Comparison of posture error between pure inertial navigation and integrated navigation. From Figure 2. to Figure 4., we can make conclusions as following, under the pure inertial output, the error of the system will accumulate continuously, and the error will no longer accumulate after the filtering and fusion of the combinatorial system, the error in the long time will be improved obviously, Better than 10m, the speed error is better than 0.5m / s, the heading angle error is better than 0.5 / s after stabilization and the error has no accumulation tendency. Conclusions NS / GNSS / GNSS combines NS and GNSS through information filtering fusion, but GNSS is susceptible to anomalous observations to conventional Kalman filtering accuracy. n this paper, the GNSS error model and the calculation procedure of strapdown inertial navigation system are established, and the error model of the inertial navigation system is deduced. Based on the inertial

6 navigation error model, the combination equation of state and position and velocity are established. he results show that after using the Kalman method proposed in this paper, the normal observations are not affected, and for the single outliers and the outliers, Excellent detection and suppression effect, greatly enhanced the stability of the integrated navigation system, significantly improve the anti-poor results. eferences [1] Hu Gao-Ge, Liu Yi-Han, Gao She-Sheng, Yang Yi. mproved strong tracking UKF and its application in NS/GPS integrated navigation [J]. Journal of Chinese nertial echnology, 2015, 22 (05): [2] Li Ke, Jin Jihang, Chang Guobin. Detection and esistance of the Outlying Observation in GNSS /NS ntegrated Navigation System [J]. Hydrographic Surveying and Charting, 2015, 35(1): [3] Liu Shuai, Sun Fuping, Chen Po et al. A Survey of ime Synchronization Solutions in GPS/NS ntegrated Systems [J]. GNSS world of China, 2012, 37(1): [4] Miao Yuewang, Zhou Wei, ian Liang, Cui Zhiwei. Extended obust Kalman Filter Based on nnovation Chi-Square est Algorithm and ts Application [J]. Geomatics and nformation Science of Wuhan University, 2016, 41(2): [5] Godha S. Performance Evaluation of Low Cost MEMS-Based MU ntegrated with GNSS for Land Vehicle Navigation Application [D]. Calgary: he University of Calgary, [6] Woodman, O.J. An ntroduction to nertial Navigation. University of Cambridge, Computer Laboratory, ech. ep. UCAMCL [7] A. Angrisano, M. Petovello, G. Pagliano. GNSS/NS ntegration in Vehicular Urban Navigation[C]. Proceedings of ON GNSS 2010, Sep, Portland. [8] Luo Jianjun, Ma Weihua, Yuan Jianping, Yue Xiaokui. Principle and Application of ntegrated Navigation [M]. Xi an: Northwestern Polytechnic University Press, [9] Chang G. Loosely Coupled NS/GPS ntegration with Constant Lever Arm using Marginal Unscented Kalman Filter [J]. he Journal of Navigation, 2014, 67 (3): [10] Koch K. obust estimations for the nonlinear Gauss Helmert model by the expectation maximization algorithm [J]. Journal of Geodesy, 2014, 88 (3): [11] Quan Wei, Liu Baiqi, Gong Xiaolin, et al. NS/CNS/GNSS ntegrated Navigation echnology [M]. Beijing: National Defense ndustry Press, 2011 [12] Simon D. Optimal state estimation: Kalman, H, and nonlinear approach [M]. New Jersey: Wiley-nterscience, [13] Chang G. obust Kalman filtering based on Mahalanobis distance as outlier judging criterion [J]. Journal of Geodesy, 2014, 88(4): [14] Chang G. Kalman filter with both adaptivity and robustness [J]. Journal of Process Control, 2014, 24: [15] Xue Li, Gao She-sheng, HU Gao-ge. Adaptive Sage-Husa particle filtering and its application in integrated navigation [J]. Journal of Chinese nertial echnology, 2013, 21(1): [16] Yedukondalu K., Sarma A.D., Ashwani K., et al. Spectral analysis and mitigation of GPS multipath error using digital filtering for static applications [J]. EE Journal of esearch, 2013, 59(2):

Satellite and Inertial Attitude. A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu

Satellite and Inertial Attitude. A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu Satellite and Inertial Attitude and Positioning System A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu Outline Project Introduction Theoretical Background Inertial

More information

A Wireless Localization Algorithm Based on Strong Tracking Kalman Filter

A Wireless Localization Algorithm Based on Strong Tracking Kalman Filter Sensors & ransducers, Vol. 83, Issue 2, December 204, pp. 55-6 Sensors & ransducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com A Wireless Localization Algorithm Based on Strong racking

More information

WIND VELOCITY ESTIMATION WITHOUT AN AIR SPEED SENSOR USING KALMAN FILTER UNDER THE COLORED MEASUREMENT NOISE

WIND VELOCITY ESTIMATION WITHOUT AN AIR SPEED SENSOR USING KALMAN FILTER UNDER THE COLORED MEASUREMENT NOISE WIND VELOCIY ESIMAION WIHOU AN AIR SPEED SENSOR USING KALMAN FILER UNDER HE COLORED MEASUREMEN NOISE Yong-gonjong Par*, Chan Goo Par** Department of Mechanical and Aerospace Eng/Automation and Systems

More information

The Application of Finite-difference Extended Kalman Filter in GPS Speed Measurement Yanjie Cao1, a

The Application of Finite-difference Extended Kalman Filter in GPS Speed Measurement Yanjie Cao1, a 4th International Conference on Machinery, Materials and Computing echnology (ICMMC 2016) he Application of Finite-difference Extended Kalman Filter in GPS Speed Measurement Yanjie Cao1, a 1 Department

More information

Multimode Information Fusion Based on Kalman Filter of Macro and INS

Multimode Information Fusion Based on Kalman Filter of Macro and INS Journal of Computers Vol. 28, No. 6, 2017, pp. 324-334 doi:10.3966/199115992017122806029 Multimode Information Fusion Based on Kalman Filter of Macro and INS Ying-Gang Xie 1*, Jin-Meng Hou 1, Jia-Jia Zeng

More information

Integrated Navigation System

Integrated Navigation System Integrated Navigation System Adhika Lie adhika@aem.umn.edu AEM 5333: Design, Build, Model, Simulate, Test and Fly Small Uninhabited Aerial Vehicles Feb 14, 2013 1 Navigation System Where am I? Position,

More information

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Akshay Shetty and Grace Xingxin Gao University of Illinois at Urbana-Champaign BIOGRAPHY Akshay Shetty is a graduate student in

More information

12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, ISIF 126

12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, ISIF 126 12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 2009 978-0-9824438-0-4 2009 ISIF 126 with x s denoting the known satellite position. ρ e shall be used to model the errors

More information

Design of Accurate Navigation System by Integrating INS and GPS using Extended Kalman Filter

Design of Accurate Navigation System by Integrating INS and GPS using Extended Kalman Filter Design of Accurate Navigation System by Integrating INS and GPS using Extended Kalman Filter Santhosh Kumar S. A 1, 1 M.Tech student, Digital Electronics and Communication Systems, PES institute of technology,

More information

The Tracking Algorithm for Maneuvering Target Based on Adaptive Kalman Filter

The Tracking Algorithm for Maneuvering Target Based on Adaptive Kalman Filter he International Arab Journal of Information echnology, Vol. 10, No. 5, September 013 453 he racking Algorithm for Maneuvering arget Based on Adaptive Kalman Filter Zheng ang, Chao Sun, and Zongwei Liu

More information

A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology

A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology Tatyana Bourke, Applanix Corporation Abstract This paper describes a post-processing software package that

More information

Integration of GNSS and INS

Integration of GNSS and INS Integration of GNSS and INS Kiril Alexiev 1/39 To limit the drift, an INS is usually aided by other sensors that provide direct measurements of the integrated quantities. Examples of aiding sensors: Aided

More information

Resume of Yuanxin Wu

Resume of Yuanxin Wu Assistant Professor Department of Automatic Control National University of Defense Technology Changsha, Hunan, P. R. China, 410073 Email: yuanx_wu@hotmail.com Now Visiting Post Doctoral Fellow Department

More information

A smooth tracking algorithm for capacitive touch panels

A smooth tracking algorithm for capacitive touch panels Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 2016) A smooth tracking algorithm for capacitive touch panels Zu-Cheng

More information

Open Access Research on Navigation and Positioning Technology of Intelligent Vehicle Based on GNSS/INS Integrated Navigation System

Open Access Research on Navigation and Positioning Technology of Intelligent Vehicle Based on GNSS/INS Integrated Navigation System Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1555-1562 1555 Open Access Research on Navigation and Positioning Technology of Intelligent

More information

Vector tracking loops are a type

Vector tracking loops are a type GNSS Solutions: What are vector tracking loops, and what are their benefits and drawbacks? GNSS Solutions is a regular column featuring questions and answers about technical aspects of GNSS. Readers are

More information

Orbit Determination for CE5T Based upon GPS Data

Orbit Determination for CE5T Based upon GPS Data Orbit Determination for CE5T Based upon GPS Data Cao Jianfeng (1), Tang Geshi (2), Hu Songjie (3), ZhangYu (4), and Liu Lei (5) (1) Beijing Aerospace Control Center, 26 Beiqing Road, Haidian Disrtrict,

More information

Design and Implementation of Inertial Navigation System

Design and Implementation of Inertial Navigation System Design and Implementation of Inertial Navigation System Ms. Pooja M Asangi PG Student, Digital Communicatiom Department of Telecommunication CMRIT College Bangalore, India Mrs. Sujatha S Associate Professor

More information

Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC Integrated Navigation System Hardware Prototype

Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC Integrated Navigation System Hardware Prototype This article has been accepted and published on J-STAGE in advance of copyediting. Content is final as presented. Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC

More information

Autonomous Underwater Vehicle Navigation.

Autonomous Underwater Vehicle Navigation. Autonomous Underwater Vehicle Navigation. We are aware that electromagnetic energy cannot propagate appreciable distances in the ocean except at very low frequencies. As a result, GPS-based and other such

More information

302 VIBROENGINEERING. JOURNAL OF VIBROENGINEERING. MARCH VOLUME 15, ISSUE 1. ISSN

302 VIBROENGINEERING. JOURNAL OF VIBROENGINEERING. MARCH VOLUME 15, ISSUE 1. ISSN 949. A distributed and low-order GPS/SINS algorithm of flight parameters estimation for unmanned vehicle Jiandong Guo, Pinqi Xia, Yanguo Song Jiandong Guo 1, Pinqi Xia 2, Yanguo Song 3 College of Aerospace

More information

ANNUAL OF NAVIGATION 16/2010

ANNUAL OF NAVIGATION 16/2010 ANNUAL OF NAVIGATION 16/2010 STANISŁAW KONATOWSKI, MARCIN DĄBROWSKI, ANDRZEJ PIENIĘŻNY Military University of Technology VEHICLE POSITIONING SYSTEM BASED ON GPS AND AUTONOMIC SENSORS ABSTRACT In many real

More information

Design and Implementation of GPS/BDS Dual-mode Satellite Navigation Receiver Based on ZYNQ-7020

Design and Implementation of GPS/BDS Dual-mode Satellite Navigation Receiver Based on ZYNQ-7020 International Journal of Engineering and Applied Sciences (IJEAS Design and Implementation of / Dual-mode Satellite Navigation Receiver Based on ZYNQ-7020 Depan Chen, Shuai Chen, Lin Han Abstract With

More information

Robust Position and Velocity Estimation Methods in Integrated Navigation Systems for Inland Water Applications

Robust Position and Velocity Estimation Methods in Integrated Navigation Systems for Inland Water Applications Robust Position and Velocity Estimation Methods in Integrated Navigation Systems for Inland Water Applications D. Arias-Medina, M. Romanovas, I. Herrera-Pinzón, R. Ziebold German Aerospace Centre (DLR)

More information

A New Localization Algorithm Based on Taylor Series Expansion for NLOS Environment

A New Localization Algorithm Based on Taylor Series Expansion for NLOS Environment BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 016 Print ISSN: 1311-970;

More information

Fault Tolerant Integrated Barometric-Inertial-GPS Altimeter

Fault Tolerant Integrated Barometric-Inertial-GPS Altimeter 7 TH EUROPEAN CONFERENCE FOR AERONAUTICS AND AEROSPACE SCIENCES (EUCASS) DOI: ADD DOINUMBER HERE Fault Tolerant Integrated Barometric-Inertial-GPS Altimeter Alberto MAÑERO CONTRERAS and Chingiz HAJIYEV

More information

Performance Analysis of GPS Integer Ambiguity Resolution Using External Aiding Information

Performance Analysis of GPS Integer Ambiguity Resolution Using External Aiding Information Journal of Global Positioning Systems (2005) Vol. 4, No. 1-2: 201-206 Performance Analysis of GPS Integer Ambiguity Resolution Using External Aiding Information Sebum Chun, Chulbum Kwon, Eunsung Lee, Young

More information

A novel fuzzy approach to urban vehicle location scheme based on fuzzy Kalman filtering

A novel fuzzy approach to urban vehicle location scheme based on fuzzy Kalman filtering 60 Int'l Conf. Artificial Intelligence ICAI'17 A novel fuzzy approach to urban vehicle location scheme based on fuzzy Kalman filtering Jiyao An, Yingjun Yu, and Jie ang College of Computer Science and

More information

Steering Angle Sensor; MEMS IMU; GPS; Sensor Integration

Steering Angle Sensor; MEMS IMU; GPS; Sensor Integration Journal of Intelligent Transportation Systems, 12(4):159 167, 2008 Copyright C Taylor and Francis Group, LLC ISSN: 1547-2450 print / 1547-2442 online DOI: 10.1080/15472450802448138 Integration of Steering

More information

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System)

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) ISSC 2013, LYIT Letterkenny, June 20 21 Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) Thomas O Kane and John V. Ringwood Department of Electronic Engineering National University

More information

Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation

Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation Zhaonian Zhang, Department of Geomatics Engineering, The University of Calgary BIOGRAPHY Zhaonian Zhang is a MSc student

More information

NovAtel s. Performance Analysis October Abstract. SPAN on OEM6. SPAN on OEM6. Enhancements

NovAtel s. Performance Analysis October Abstract. SPAN on OEM6. SPAN on OEM6. Enhancements NovAtel s SPAN on OEM6 Performance Analysis October 2012 Abstract SPAN, NovAtel s GNSS/INS solution, is now available on the OEM6 receiver platform. In addition to rapid GNSS signal reacquisition performance,

More information

Improved GPS Carrier Phase Tracking in Difficult Environments Using Vector Tracking Approach

Improved GPS Carrier Phase Tracking in Difficult Environments Using Vector Tracking Approach Improved GPS Carrier Phase Tracking in Difficult Environments Using Vector Tracking Approach Scott M. Martin David M. Bevly Auburn University GPS and Vehicle Dynamics Laboratory Presentation Overview Introduction

More information

It is well known that GNSS signals

It is well known that GNSS signals GNSS Solutions: Multipath vs. NLOS signals GNSS Solutions is a regular column featuring questions and answers about technical aspects of GNSS. Readers are invited to send their questions to the columnist,

More information

Design and analysis of electric vehicle battery management system based on flexray bus

Design and analysis of electric vehicle battery management system based on flexray bus International Conference on Advanced Electronic Science and Technology (AEST 2016) Design and analysis of electric vehicle battery management system based on flexray bus 1, 2, a Jiangyi Lv 1 1 1, Guanli

More information

Signal Frequency Estimation Based on Kalman Filtering Method

Signal Frequency Estimation Based on Kalman Filtering Method 3 (6) DO:.5/ matecconf/6563 CCAE 6 Signal Frequency Estimation Based on Kalman Filtering Method Yandu LU, Di YAN and Haixin ZHENG Equipment Academy, 46 Beijing, China Abstract. n order to further improve

More information

EE 570: Location and Navigation

EE 570: Location and Navigation EE 570: Location and Navigation INS/GPS Integration Aly El-Osery 1 Stephen Bruder 2 1 Electrical Engineering Department, New Mexico Tech Socorro, New Mexico, USA 2 Electrical and Computer Engineering Department,

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

PERFORMANCE ANALYSIS OF AN AKF BASED TIGHTLY-COUPLED INS/GNSS INTEGRATED SCHEME WITH NHC FOR LAND VEHICULAR APPLICATIONS

PERFORMANCE ANALYSIS OF AN AKF BASED TIGHTLY-COUPLED INS/GNSS INTEGRATED SCHEME WITH NHC FOR LAND VEHICULAR APPLICATIONS PERFORMANCE ANALYSIS OF AN AKF BASED TIGHTLY-COUPLED INS/GNSS INTEGRATED SCHEME WITH NHC FOR LAND VEHICULAR APPLICATIONS Kun-Yao Peng, Cheng-An Lin and Kai-Wei Chiang Department of Geomatics, National

More information

3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015)

3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) 3rd International Conference on Machinery, Materials and Information echnology Applications (ICMMIA 015) he processing of background noise in secondary path identification of Power transformer ANC system

More information

Tracking Algorithms for Multipath-Aided Indoor Localization

Tracking Algorithms for Multipath-Aided Indoor Localization Tracking Algorithms for Multipath-Aided Indoor Localization Paul Meissner and Klaus Witrisal Graz University of Technology, Austria th UWB Forum on Sensing and Communication, May 5, Meissner, Witrisal

More information

GPS Anti-jamming Performance Simulation Based on LCMV Algorithm Jian WANG and Rui QIN

GPS Anti-jamming Performance Simulation Based on LCMV Algorithm Jian WANG and Rui QIN 2017 2nd International Conference on Software, Multimedia and Communication Engineering (SMCE 2017) ISBN: 978-1-60595-458-5 GPS Anti-jamming Performance Simulation Based on LCMV Algorithm Jian WANG and

More information

INDOOR HEADING MEASUREMENT SYSTEM

INDOOR HEADING MEASUREMENT SYSTEM INDOOR HEADING MEASUREMENT SYSTEM Marius Malcius Department of Research and Development AB Prospero polis, Lithuania m.malcius@orodur.lt Darius Munčys Department of Research and Development AB Prospero

More information

Performance Enhancement for a GPS Vector-Tracking Loop Utilizing an Adaptive Iterated Extended Kalman Filter

Performance Enhancement for a GPS Vector-Tracking Loop Utilizing an Adaptive Iterated Extended Kalman Filter Sensors 24, 4, 2363-23649; doi:.339/s422363 Article OPEN ACCESS sensors ISSN 424-822 www.mdpi.com/journal/sensors Performance Enhancement for a GPS Vector-racing Loop Utilizing an Adaptive Iterated Extended

More information

SPAN Technology System Characteristics and Performance

SPAN Technology System Characteristics and Performance SPAN Technology System Characteristics and Performance NovAtel Inc. ABSTRACT The addition of inertial technology to a GPS system provides multiple benefits, including the availability of attitude output

More information

Analysis and Design of PLL Motor Speed Control System

Analysis and Design of PLL Motor Speed Control System TELKOMNIKA, Vol. 11, No. 10, October 2013, pp. 5662 ~ 5668 ISSN: 2302-4046 5662 Analysis and Design of PLL Motor Speed Control System Qi chao Zhang Physics & Electronic engineering institute, Hubei University

More information

Cycle slip detection using multi-frequency GPS carrier phase observations: A simulation study

Cycle slip detection using multi-frequency GPS carrier phase observations: A simulation study Available online at www.sciencedirect.com Advances in Space Research 46 () 44 49 www.elsevier.com/locate/asr Cycle slip detection using multi-frequency GPS carrier phase observations: A simulation study

More information

99. Sun sensor design and test of a micro satellite

99. Sun sensor design and test of a micro satellite 99. Sun sensor design and test of a micro satellite Li Lin 1, Zhou Sitong 2, Tan Luyang 3, Wang Dong 4 1, 3, 4 Changchun Institute of Optics, Fine Mechanics and Physics, Chinese Academy of Sciences, Changchun

More information

An Information Fusion Method for Vehicle Positioning System

An Information Fusion Method for Vehicle Positioning System An Information Fusion Method for Vehicle Positioning System Yi Yan, Che-Cheng Chang and Wun-Sheng Yao Abstract Vehicle positioning techniques have a broad application in advanced driver assistant system

More information

Intelligent Transport Systems and GNSS. ITSNT 2017 ENAC, Toulouse, France 11/ Nobuaki Kubo (TUMSAT)

Intelligent Transport Systems and GNSS. ITSNT 2017 ENAC, Toulouse, France 11/ Nobuaki Kubo (TUMSAT) Intelligent Transport Systems and GNSS ITSNT 2017 ENAC, Toulouse, France 11/14-17 2017 Nobuaki Kubo (TUMSAT) Contents ITS applications in Japan How can GNSS contribute to ITS? Current performance of GNSS

More information

Surveying Adjustment Datum and Relative Deformation Accuracy Analysis

Surveying Adjustment Datum and Relative Deformation Accuracy Analysis Surveying Adustment Datum and Relative Deformation Accuracy Analysis G.L. Chen 1, X. Meng *, L.B. Yao 3 In the surveying adustment, unnown parameters are normally different from the direct observations,

More information

and Vehicle Sensors in Urban Environment

and Vehicle Sensors in Urban Environment AvailabilityImprovement ofrtk GPS GPSwithIMU and Vehicle Sensors in Urban Environment ION GPS/GNSS 2012 Tk Tokyo University it of Marine Si Science and Technology Nobuaki Kubo, Chen Dihan 1 Contents Background

More information

If you want to use an inertial measurement system...

If you want to use an inertial measurement system... If you want to use an inertial measurement system...... which technical data you should analyse and compare before making your decision by Dr.-Ing. E. v. Hinueber, imar Navigation GmbH Keywords: inertial

More information

Research and Design of MEMS SINS/GPS Integrated Navigation System Based on Adaptive Filter

Research and Design of MEMS SINS/GPS Integrated Navigation System Based on Adaptive Filter Research and Design of MEMS SINS/GPS Integrated Navigation System Based on Adaptive Filter Gaowei Zhang 1,2,a, Xiaoyu Zhang 1, Chunlei Song 1 and ingting Wang 2 1 Sch. of Auto., Beijing Inst. of echnol.,

More information

Resilient and Accurate Autonomous Vehicle Navigation via Signals of Opportunity

Resilient and Accurate Autonomous Vehicle Navigation via Signals of Opportunity Resilient and Accurate Autonomous Vehicle Navigation via Signals of Opportunity Zak M. Kassas Autonomous Systems Perception, Intelligence, and Navigation (ASPIN) Laboratory University of California, Riverside

More information

A New Power Control Algorithm for Cellular CDMA Systems

A New Power Control Algorithm for Cellular CDMA Systems ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 4, No. 3, 2009, pp. 205-210 A New Power Control Algorithm for Cellular CDMA Systems Hamidreza Bakhshi 1, +, Sepehr Khodadadi

More information

SOC Estimation of Power Battery Design on Constant-current Discharge

SOC Estimation of Power Battery Design on Constant-current Discharge Sensors & ransducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com SOC Estimation of Power Battery Design on Constant-current Discharge Zeng Zhigang, Zhao Zhenxing, Li Yanping Hunan Institute

More information

Understanding GPS: Principles and Applications Second Edition

Understanding GPS: Principles and Applications Second Edition Understanding GPS: Principles and Applications Second Edition Elliott Kaplan and Christopher Hegarty ISBN 1-58053-894-0 Approx. 680 pages Navtech Part #1024 This thoroughly updated second edition of an

More information

Extended Kalman Filtering

Extended Kalman Filtering Extended Kalman Filtering Andre Cornman, Darren Mei Stanford EE 267, Virtual Reality, Course Report, Instructors: Gordon Wetzstein and Robert Konrad Abstract When working with virtual reality, one of the

More information

A MODIFIED ADAPTIVE KALMAN FILTER FOR FIBER OPTIC GYROSCOPE

A MODIFIED ADAPTIVE KALMAN FILTER FOR FIBER OPTIC GYROSCOPE Électronique et transmission de l information A MODIFIED ADAPTIVE KALMAN FILTER FOR FIBER OPTIC GYROSCOPE VOLKAN Y. SENYUREK, ULVI BASPINAR, HUSEYIN S. VAROL Key words: Fiber optic gyroscope, Adaptive

More information

Precise GNSS Positioning for Mass-market Applications

Precise GNSS Positioning for Mass-market Applications Precise GNSS Positioning for Mass-market Applications Yang GAO, Canada Key words: GNSS, Precise GNSS Positioning, Precise Point Positioning (PPP), Correction Service, Low-Cost GNSS, Mass-Market Application

More information

Multi-Temperature and Humidity Data Fusion Algorithm Based on Kalman Filter

Multi-Temperature and Humidity Data Fusion Algorithm Based on Kalman Filter Research Journal of Applied Sciences, Engineering and Technology 5(6): 2127-2132, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: July 27, 2012 Accepted: September

More information

Open Access On Improving the Time Synchronization Precision in the Electric Power System. Qiang Song * and Weifeng Jia

Open Access On Improving the Time Synchronization Precision in the Electric Power System. Qiang Song * and Weifeng Jia Send Orders for Reprints to reprints@benthamscience.ae The Open Electrical & Electronic Engineering Journal, 2015, 9, 61-66 61 Open Access On Improving the Time Synchronization Precision in the Electric

More information

A Novel GPS/DR Integrated Navigation System for Electronic Road Pricing

A Novel GPS/DR Integrated Navigation System for Electronic Road Pricing nd International Conference on Advances in Computer Science and Engineering (CSE 013 A Novel GPS/DR Integrated Navigation System for Electronic Road Pricing Yu Zhenhua Research & Innovation Institute Watchdata

More information

Mitigate Effects of Multipath Interference at GPS Using Separate Antennas

Mitigate Effects of Multipath Interference at GPS Using Separate Antennas Mitigate Effects of Multipath Interference at GPS Using Separate Antennas Younis H. Karim AlJewari #1, R. Badlishah Ahmed *2, Ali Amer Ahmed #3 # School of Computer and Communication Engineering, Universiti

More information

*Corresponding author. Keywords: Sub-packaging Screw, Operating Characteristic, Stepping Motor, Pulse Frequency.

*Corresponding author. Keywords: Sub-packaging Screw, Operating Characteristic, Stepping Motor, Pulse Frequency. 017 International Conference on Mechanical Engineering and Control Automation (ICMECA 017) ISBN: 978-1-60595-449-3 Study of Operating Characteristic of Stepping Motor Driven Sub-packaging Screw Huai-Yuan

More information

A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter

A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter Noha El Gemayel, Holger Jäkel and Friedrich K. Jondral Communications Engineering Lab, Karlsruhe Institute of Technology (KIT, Germany

More information

AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS

AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS Zhaoxiang Liu, Gang Liu * Key Laboratory of Modern Precision Agriculture System Integration Research, China Agricultural University, Beijing, China, 100083 * Corresponding

More information

STEERING OF FREQUENCY STANDARDS BY THE USE OF LINEAR QUADRATIC GAUSSIAN CONTROL THEORY

STEERING OF FREQUENCY STANDARDS BY THE USE OF LINEAR QUADRATIC GAUSSIAN CONTROL THEORY STEERING OF FREQUENCY STANDARDS BY THE USE OF LINEAR QUADRATIC GAUSSIAN CONTROL THEORY Paul Koppang U.S. Naval Observatory Washington, D.C. 20392 Robert Leland University of Alabama Tuscaloosa, Alabama

More information

Research on the Modeling of Random Drift Error and Filtering Technology of Low Cost MEMS Gyroscope

Research on the Modeling of Random Drift Error and Filtering Technology of Low Cost MEMS Gyroscope AMSE JOURNALS-AMSE IIETA publication-2017-series: Modelling A; Vol. 90; N 1; pp 16-31 Submitted Jan. 2017; Revised March 15, 2017, Accepted April 15, 2017 Research on the Modeling of Random Drift Error

More information

Latest Developments in Network RTK Modeling to Support GNSS Modernization

Latest Developments in Network RTK Modeling to Support GNSS Modernization Journal of Global Positioning Systems (2007) Vol.6, No.1: 47-55 Latest Developments in Network RTK Modeling to Support GNSS Modernization Herbert Landau, Xiaoming Chen, Adrian Kipka, Ulrich Vollath Trimble

More information

The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and PID Control

The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and PID Control Energy and Power Engineering, 2013, 5, 6-10 doi:10.4236/epe.2013.53b002 Published Online May 2013 (http://www.scirp.org/journal/epe) The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and

More information

Carrier Phase Measurement in Ultra-tight Integration Tracking Loops Based on EKF

Carrier Phase Measurement in Ultra-tight Integration Tracking Loops Based on EKF Carrier Phase Measurement in Ultra-tight Integration Tracking Loops Based on EKF Gaoshun Song, Changming Wang, Fanghua Xi, Aijun Zhang Abstract There is a problem that the accuracy and stability of the

More information

GPS Position Estimation Using Integer Ambiguity Free Carrier Phase Measurements

GPS Position Estimation Using Integer Ambiguity Free Carrier Phase Measurements ISSN (Online) : 975-424 GPS Position Estimation Using Integer Ambiguity Free Carrier Phase Measurements G Sateesh Kumar #1, M N V S S Kumar #2, G Sasi Bhushana Rao *3 # Dept. of ECE, Aditya Institute of

More information

Understanding GPS/GNSS

Understanding GPS/GNSS Understanding GPS/GNSS Principles and Applications Third Edition Contents Preface to the Third Edition Third Edition Acknowledgments xix xxi CHAPTER 1 Introduction 1 1.1 Introduction 1 1.2 GNSS Overview

More information

Adaptive filter and noise cancellation*

Adaptive filter and noise cancellation* Advances in Engineering Research, volume 5 2nd Annual International Conference on Energy, Environmental & Sustainable Ecosystem Development (EESED 26) Adaptive filter and noise cancellation* Xing-Tuan

More information

Study on Measurement of Group Delay in Broadband Channel Based on Nonlinear Fitting

Study on Measurement of Group Delay in Broadband Channel Based on Nonlinear Fitting International Conference on Artificial Intelligence and Engineering Applications (AIEA 2016) Study on Measurement of Group Delay in Broadband Channel Based on Nonlinear Fitting Xinfeng Mao a, Hong Ma b,

More information

Application of CPLD in Pulse Power for EDM

Application of CPLD in Pulse Power for EDM Application of CPLD in Pulse Power for EDM Yang Yang and Yanqing Zhao School of Mechanical and Electronical Engineering, East China Jiaotong University, Nanchang 330013, China zyq19851202@yahoo.com.cn

More information

Cycle Slip Detection in Single Frequency GPS Carrier Phase Observations Using Expected Doppler Shift

Cycle Slip Detection in Single Frequency GPS Carrier Phase Observations Using Expected Doppler Shift Nordic Journal of Surveying and Real Estate Research Volume, Number, 4 Nordic Journal of Surveying and Real Estate Research : (4) 63 79 submitted on April, 3 revised on 4 September, 3 accepted on October,

More information

VEHICLE INTEGRATED NAVIGATION SYSTEM

VEHICLE INTEGRATED NAVIGATION SYSTEM VEHICLE INTEGRATED NAVIGATION SYSTEM Ian Humphery, Fibersense Technology Corporation Christopher Reynolds, Fibersense Technology Corporation Biographies Ian P. Humphrey, Director of GPSI Engineering, Fibersense

More information

INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION

INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION AzmiHassan SGU4823 SatNav 2012 1 Navigation Systems Navigation ( Localisation ) may be defined as the process of determining

More information

Systematical Methods to Counter Drones in Controlled Manners

Systematical Methods to Counter Drones in Controlled Manners Systematical Methods to Counter Drones in Controlled Manners Wenxin Chen, Garrett Johnson, Yingfei Dong Dept. of Electrical Engineering University of Hawaii 1 System Models u Physical system y Controller

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 215, 7(3):1243-1249 Research Article ISSN : 975-7384 CODEN(USA) : JCPRC5 Servo control system of electric cylinder based

More information

Design and Implementation of GNSS Disciplined Clock Based on Unbiased FIR Filter

Design and Implementation of GNSS Disciplined Clock Based on Unbiased FIR Filter Design and Implementation of GNSS Disciplined Clock Based on Unbiased FIR Filter Qian Liu,, Junliang Liu, Jianfeng Wu, Yan Xing and Haili Wang National Time Service Center, Chinese Academy of Sciences,

More information

Structure Specified Robust H Loop Shaping Control of a MIMO Electro-hydraulic Servo System using Particle Swarm Optimization

Structure Specified Robust H Loop Shaping Control of a MIMO Electro-hydraulic Servo System using Particle Swarm Optimization Structure Specified Robust H Loop Shaping Control of a MIMO Electrohydraulic Servo System using Particle Swarm Optimization Piyapong Olranthichachat and Somyot aitwanidvilai Abstract A fixedstructure controller

More information

Position Tracking in Urban Environments using Linear Constraints and Bias Pseudo Measurements

Position Tracking in Urban Environments using Linear Constraints and Bias Pseudo Measurements Position Tracking in Urban Environments using Linear Constraints and Bias Pseudo Measurements Julia Niewiejska, Felix Govaers, Nils Aschenbruck University of Bonn -Institute of Computer Science 4 Roemerstr.

More information

New Tools for Network RTK Integrity Monitoring

New Tools for Network RTK Integrity Monitoring New Tools for Network RTK Integrity Monitoring Xiaoming Chen, Herbert Landau, Ulrich Vollath Trimble Terrasat GmbH BIOGRAPHY Dr. Xiaoming Chen is a software engineer at Trimble Terrasat. He holds a PhD

More information

A Neural Network and Kalman Filter Hybrid Approach for GPS/INS Integration

A Neural Network and Kalman Filter Hybrid Approach for GPS/INS Integration A Neural Network and Kalman Filter Hybrid Approach for GPS/INS Integration Jianguo Jack Wang 1, Jinling Wang 1, David Sinclair 2, Leo Watts 2 1 School of Surveying and Spatial Information Systems, University

More information

Research Article A Robust Method for GPS/BDS Pseudorange Differential Positioning Based on the Helmert Variance Component Estimation

Research Article A Robust Method for GPS/BDS Pseudorange Differential Positioning Based on the Helmert Variance Component Estimation Hindawi Sensors Volume 7, Article ID 8734, 8 pages https://doi.org/.55/7/8734 Research Article A Robust Method for GPS/BDS Pseudorange Differential Positioning Based on the Helmert Variance Component Estimation

More information

IN many applications, such as system filtering and target

IN many applications, such as system filtering and target 3170 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL 52, NO 11, NOVEMBER 2004 Multiresolution Modeling and Estimation of Multisensor Data Lei Zhang, Xiaolin Wu, Senior Member, IEEE, Quan Pan, and Hongcai Zhang

More information

Applications & Theory

Applications & Theory Applications & Theory Azadeh Kushki azadeh.kushki@ieee.org Professor K N Plataniotis Professor K.N. Plataniotis Professor A.N. Venetsanopoulos Presentation Outline 2 Part I: The case for WLAN positioning

More information

Estimation of State Variables of Active Suspension System using Kalman Filter

Estimation of State Variables of Active Suspension System using Kalman Filter International Journal of Current Engineering and Technology E-ISSN 2277 416, P-ISSN 2347 5161 217 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Estimation

More information

Inertially Aided RTK Performance Evaluation

Inertially Aided RTK Performance Evaluation Inertially Aided RTK Performance Evaluation Bruno M. Scherzinger, Applanix Corporation, Richmond Hill, Ontario, Canada BIOGRAPHY Dr. Bruno M. Scherzinger obtained the B.Eng. degree from McGill University

More information

Neural network based data fusion for vehicle positioning in

Neural network based data fusion for vehicle positioning in 04ANNUAL-345 Neural network based data fusion for vehicle positioning in land navigation system Mathieu St-Pierre Department of Electrical and Computer Engineering Université de Sherbrooke Sherbrooke (Québec)

More information

A Java Tool for Exploring State Estimation using the Kalman Filter

A Java Tool for Exploring State Estimation using the Kalman Filter ISSC 24, Belfast, June 3 - July 2 A Java Tool for Exploring State Estimation using the Kalman Filter Declan Delaney and Tomas Ward 2 Department of Computer Science, 2 Department of Electronic Engineering,

More information

Design of a Voltage Reference based on Subthreshold MOSFETS

Design of a Voltage Reference based on Subthreshold MOSFETS Advances in ntelligent Systems Research (ASR), volume 14 17 nternational Conference on Electronic ndustry and Automation (EA 17) esign of a oltage Reference based on Subthreshold MOSFES an SH, Bo GAO*,

More information

Procedures for Quality Control of GNSS Surveying Results Based on Network RTK Corrections.

Procedures for Quality Control of GNSS Surveying Results Based on Network RTK Corrections. Procedures for Quality Control of GNSS Surveying Results Based on Network RTK Corrections. Limin WU, China Feng xia LI, China Joël VAN CRANENBROECK, Switzerland Key words : GNSS Rover RTK operations, GNSS

More information

A Kalman Filter Localization Method for Mobile Robots

A Kalman Filter Localization Method for Mobile Robots A Kalman Filter Localization Method for Mobile Robots SangJoo Kwon*, KwangWoong Yang **, Sangdeo Par **, and Youngsun Ryuh ** * School of Aerospace and Mechanical Engineering, Hanu Aviation University,

More information

Resource Allocation in Distributed MIMO Radar for Target Tracking

Resource Allocation in Distributed MIMO Radar for Target Tracking Resource Allocation in Distributed MIMO Radar for Target Tracking Xiyu Song 1,a, Nae Zheng 2,b and Liuyang Gao 3,c 1 Zhengzhou Information Science and Technology Institute, Zhengzhou, China 2 Zhengzhou

More information

Signals, and Receivers

Signals, and Receivers ENGINEERING SATELLITE-BASED NAVIGATION AND TIMING Global Navigation Satellite Systems, Signals, and Receivers John W. Betz IEEE IEEE PRESS Wiley CONTENTS Preface Acknowledgments Useful Constants List of

More information