Next Article in Journal
Analysis of Radio Wave Propagation for ISM 2.4 GHz Wireless Sensor Networks in Inhomogeneous Vegetation Environments
Previous Article in Journal
On the Potential Usefulness of Fourier Spectra of Delayed Fluorescence from Plants
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

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

1
School of Instrument Science and Engineering, Southeast University, Nanjing 210096, China
2
Key Laboratory of Micro-Inertial Instrument and Advanced Navigation Technology Ministry of Education, Southeast University, Nanjing 210096, China
3
School of Automation and Electrical Engineering, University of Jinan, Jinan 250022, China
*
Author to whom correspondence should be addressed.
Sensors 2014, 14(12), 23630-23649; https://doi.org/10.3390/s141223630
Submission received: 6 August 2014 / Revised: 27 October 2014 / Accepted: 3 December 2014 / Published: 9 December 2014
(This article belongs to the Section Remote Sensors)

Abstract

: This paper deals with the problem of state estimation for the vector-tracking loop of a software-defined Global Positioning System (GPS) receiver. For a nonlinear system that has the model error and white Gaussian noise, a noise statistics estimator is used to estimate the model error, and based on this, a modified iterated extended Kalman filter (IEKF) named adaptive iterated Kalman filter (AIEKF) is proposed. A vector-tracking GPS receiver utilizing AIEKF is implemented to evaluate the performance of the proposed method. Through road tests, it is shown that the proposed method has an obvious accuracy advantage over the IEKF and Adaptive Extended Kalman filter (AEKF) in position determination. The results show that the proposed method is effective to reduce the root-mean-square error (RMSE) of position (including longitude, latitude and altitude). Comparing with EKF, the position RMSE values of AIEKF are reduced by about 45.1%, 40.9% and 54.6% in the east, north and up directions, respectively. Comparing with IEKF, the position RMSE values of AIEKF are reduced by about 25.7%, 19.3% and 35.7% in the east, north and up directions, respectively. Compared with AEKF, the position RMSE values of AIEKF are reduced by about 21.6%, 15.5% and 30.7% in the east, north and up directions, respectively.

1. Introduction

Traditional Global Positioning System (GPS) receivers utilize scalar tracking loops (STL) to track the received GPS signals. All scalar tracking loops are independent of each other and ignore the internal relationship of each satellite [1]. When the received GPS signals degrade, the tracking loop inside the receiver may fail, therefore, reliable tracking loop operation is required to improve the tracking performance of GPS receivers.

Recently, the vector-tracking loop (VTL) consisting of a vector delay lock loop (VDLL) and a vector frequency lock loop (VFLL) was proposed for GPS receivers at low C/N0 ratios condition. For instance, Kim et al., proposed an adaptive VTL for low-quality GPS signals [1]; Zhao et al., proposed implementation and performance assessment of a vector-tracking method based on a software GPS receiver in [2]; Jafarnia-Jahromi proposed a detection and mitigation of spoofing attacks on a vector-based tracking GPS receiver [3]. The VTL was first proposed by Spilker [4]; it is an appealing and advanced structure which is able to provide an improved performance over traditional scalar lock loops. Depending on the correlation of each satellite signal, the VTL technique processes received satellite signals and user dynamics together rather than separately. Thus, a VTL GPS receiver can get sufficient total signal power to track the signal even if the signal quality from individual satellites is low [58].

In a VTL GPS receiver, the VTL navigation filter used to control the numerically controlled oscillators (NCO) in each satellite channel can aid all the tracking loops to track weak received signals with other satellite channels. Thus, as the core of the VTL navigation filter, the nonlinear Kalman filter should be carefully designed. In the field of the estimation for the nonlinear system, extended Kalman filter is one of the most common examples [3,5]. However, although the EKF has the advantage in real-time estimation, the linearization of a nonlinear system by Taylor series expansion, neglecting of the truncated high-order terms will introduce a truncated error, it is a biased estimator [911]. In order to overcome this problem, unscented Kalman filter (UKF) [12] and iterated EKF (IEKF) [13] are proposed. The UKF employs a deterministic sampling technique known as the unscented transform to pick a minimal set of sample points (so called sigma points) around the mean. These sigma points are then propagated through the non-linear functions, from which the mean and covariance of the estimate are then recovered [14]. However, the UKF needs to compute large numbers of samples. In order to overcome this problem, the IEKF is proposed to reduce the bias and the estimation error by increasing only a few simple iterative operations [911]. It should be point out that, the model error statistics in the UKF and IEKF are still prior estimates [9], while the noise is unknown in practice.

Hence, motivated by the problems mentioned above, new methods need to be studied. In this work, the AIEKF which combines the advantages of the Adaptive EKF (AEKF) [9] and the IEKF is proposed for the VTL GPS receiver. The remainder of this paper is organized in four sections: Section 2 introduces the IEKF, AEKF and AIEKF. Section 3 presents the AIEKF method applied to a GPS vector-tracking loop in detail. In Section 4, the performance of the proposed filter is illustrated by a road test and compared with that of the AEKF and IEKF in estimation accuracy. Finally, the conclusions are given.

2. Adaptive Iterated Extended Kalman Filter

In this section, a brief introduction to the IEKF is given. Furthermore, a modified IEKF named AIEKF is proposed.

2.1. Iterated Extended Kalman Filter

For a discrete-time nonlinear system, its model can be given by the following equations:

X k = f ( X k 1 ) + Γ k 1 W k 1
Z k = h ( X k ) + V k
where Xk is the state vector at step k, f(Xk) is the nonlinear system function, Γk is the process noise driving matrix, Zk is the observation vector, h(Xk)Is the nonlinear observation model, Wk is the process noise which is assumed to be drawn from zero mean Gaussian white noise with covariance Qk, and Vk is the observation noise which is assumed to be zero mean Gaussian white noise with covariance Rk.

The IEKF used in this paper involves the following recursive equations [9,10]:

X ^ k / k 1 = Φ k 1 X ^ k 1 / k 1
P k / k 1 = Φ k 1 P k 1 Φ k 1 T + Q k 1
where k/k1 is the priori state estimate at step k, Φ k = f ( X ^ k / k ) X ^ k / k is the Jacobian matrix of f(k/k), Pk/k1 is the priori error covariance matrix.

In addition to the standard EKF functions, a few iterative operations are involved in IEKF to reduce the bias and estimation errors of k/k1 and Pk/k1 given from Equations (3) and (4). The recursive steps are:

  • Step 1: Initialize X ^ k / k n and P k / k n

    X ^ k / k 1 = X ^ k / k 1
    P k / k 1 = P k / k 1
    where n = 1, 2, 3…,N is the number of the iteration.

  • Step 2: Iterative processing

    K k n = P k / k 1 H n ( X ^ k / k n ) T [ H n ( X ^ k / k n ) P k / k 1 H n ( X ^ k / k n ) T + R k ] 1
    X ^ k / k n + 1 = X ^ k / k n + K k n [ Z k h n ( X ^ k / k n ) H n ( X ^ k / k n ) ( X ^ k / k 1 X ^ k / k n ) ]
    P k / k n + 1 = [ I K k n H n ( X ^ k / k n ) ] P k / k n
    where K k n is the filter gain, H n ( X ^ k / k n ) = h ( X ^ k / k n ) X ^ k / k n is the Jacobian matrix, n is the number of iteration steps.

  • Step 3: Iteration finished

    X ^ k / k = X ^ k / k N
    P k / k = P k / k N

2.2. Adaptive Iterated Extended Kalman Filter

In the EKF and IEKF algorithms, the nonlinear system function and nonlinear measurement function are linearized by Taylor series expansion. Hence, the ignoring of higher order terms may introduce a truncation error. It is evident that both the Q and R for EKF and those for IEKF are prior estimates. There are uncertainties in the noise description, and the assumptions on the statistics of disturbances are violated since the availability of a precisely known model is unrealistic in practical situations. In order to overcome these problems, the noise statistics estimator is employed in the IEKF. For a discrete-time nonlinear system described in Equations (3) and (4), the adaptive iterated extended Kalman filter (AIEKF) algorithm utilizes a set of equations as follows:

X ^ k / k 1 = X ^ k / k 1
P k / k 1 = P k / k 1
K k n = P k / k 1 H n ( X ^ k / k n ) T [ H n ( X ^ k / k n ) P k / k 1 H n ( X ^ k / k n ) T + R ^ k 1 n ] 1
X ^ k / k n + 1 = X ^ k / k n + K k n [ Z k h n ( X ^ k / k n ) H n ( X ^ k / k n ) ( X ^ k / k 1 X ^ k / k n ) ]
P k / k n + 1 = [ I K k n H n ( X ^ k / k n ) ] P k / k n
X ^ k / k = X ^ k / k N
P k / k = P k / k N
R k = R ^ k N
where R ^ k n is the estimate of R k n, it is estimated by the time-varying noise statistics estimators with the following equations:
R ^ k n = ( 1 d k 1 ) R ^ k 1 n + d k 1 ( [ I H k n ( X ^ k / k n ) ] V k V k T [ I H k n ( X ^ k / k n ) ] T + H k n ( X ^ k / k n ) P k / k n [ H k n ( X ^ k / k n ) ] T )
where dk−1 = (1−b)/(1−bk),0 < b < 1.

3. Adaptive Iterated Extend Kalman Filter to Vector-Tracking GPS Receiver

3.1. The Architecture of a Vector-Tracking Loop

The term Vector-Tracking Loop was first proposed by Spilker [15]. He presented a vector delay-lock loop (VDLL) algorithm, combining all the tracking channels and navigation functions. A performance analysis about VTL was well described by Benson [16] in 2007. His study showed that the EKF-based VTL has potential advantages to improve the noise performance and reacquisition ability of a tracking loop. As software receivers developed, many studies on VTL were conducted [17]. Several VTL implementation methods in software receivers and their field test results showing improved tracking performance were reported in [18,19].

Figure 1 shows the VTL architecture in the Global Navigation Satellite System (GNSS) receiver. Comparing with a conventional scalar tracking loop, a VTL tracking loop based on discriminator consists of a correlator, a discriminator and a code/carrier generator. The loop filter is removed in each channel. The discriminator outputs of each channel are directly connected to the navigation filter [20]. These are used as the measurement of the EKF in navigation filter.

The Doppler frequency and the pseudo range are calculated from the estimated user position and velocity of the navigation filter. Thus, there is one big loop including tracking channels and navigation module. Because the navigation result is derived from all channel tracking results, all the channels and navigation function are combined. This structure can track temporarily attenuated or blocked satellite signals because the navigation result can be derived from other visible satellites. In general, it is known that the vector-tracking loop based on the discriminator gives users a more accurate position and Doppler frequency than the scalar tracking loop. There have been many studies of VTL implementation. Recently, So [20] described VDLL, VFLL and VDFLL with EKF. As mentioned above, it can be seen that the filtering output accuracy of VTL is dependent on the EKF; however, the EKF will generate truncation errors due to Taylor's series expansion to linearize the nonlinear system. The VTL implementation in this paper is different from the previous studies. We implemented VTL with AIEKF in a VTL GPS software receiver.

3.2. Design of the AIEKF

In a conventional GPS receiver, all channels process incoming signals independently. This architecture is easy to implement and channels do not affect each other if one of them loses lock. However, this independency also prevents one channel from helping another because information obtained from one is not utilized by others. Since all channels share the same receiver position and velocity, and feedbacks of the position and velocity from the navigation filter should be exploited by all tracking channels so that they can comprehensively process signals from different satellites. A GPS receiver's position error and velocity error are determined by the code phase errors and pseudo range error through a line-of-sight (LOS) projection, as shown in Figure 2. Ignoring all other non-Gaussian error sources such as satellite clock, multipath, hardware bias, etc., the relationship between position error and code phase error can be written as the equation below [2]:

Δ τ j , k = τ j , k τ ^ j , k + w j , k = t b , k + ( X k X ^ k ) T a j , k + w j , k code = t b , k + Δ X k a j , k + w j , k code
where the subscript j is the satellite number, the subscript k refers to measurement epoch, Δτj,k is the code phase error in meters, τj,k is the code phase measurement in meters, the symbol “^” represents the estimation of a variable, tb,k is the receiver clock bias in meters, Xk is the receiver position vector, aj,k is the unit LOS vector from the receiver to the jth satellite, and w j , k code is the white Gaussian noise. Similarly, the carrier frequency error impacts the receiver velocity measurement error:
Δ f j , k = f j , k f ^ j , k + w j , k carrier = t d , k + ( V k V ^ k ) T a j , k + w j , k carrier = t d , k + Δ V k a j , k + w j , k carrier
where Δfj,k is the carrier frequency error, fj,k is the carrier frequency measurement, the symbol “^” represents the estimation of a variable, td,k is the receiver clock drift in meters per second, Vk is the GPS receiver velocity vector, and w j , k carrier is the white Gaussian noise. In a typical GPS receiver, the code phase and carrier frequency measurements in Equations (21) and (22) can be obtained from the tracking loops. The following sections show how to use these measurements so that a vector-tracking loop can be formed.

To obtain the dynamic equation for the local filter, the signal dynamic models are derived as follows. The user dynamics can be modeled using the shaping filter driven by white noise. When the user is stationary or moving with nearly constant velocity, an adequate model for the LOS range dynamic would be the integrated random walk. The discrete time state model for this integrated random walk model is:

X k + 1 = X k + T V k
where T is the discrete time interval.

The acceleration of the receiver is modeled as a Gaussian distribution white noise, and thus the velocity at epoch k + 1 is expressed as below:

V k + 1 = V k + v k

The drift of the receiver clock is assumed a constant plus a small white noise. So the clock bias and drift are modeled by Equations (25) and (26):

t b , k + 1 = t b , k + T t d , k
t d , k + 1 = t d , k + 1 + η k
where tb,k is the GPS receiver clock bias at step k, td,k is the GPS receiver clock drift at step k, ηk is the GPS receiver clock drift noise.

3.2.1. Process Equation of Vector-Tracking Loop

The process equation can be established based on Equations (23)(26). The receiver position error, velocity error, clock bias, and clock drift are the state variables. Equation (27) shows the discrete process equation:

[ Δ X k + 1 Δ V k + 1 t b , k + 1 t d , k + 1 ] = Φ k , k + 1 [ Δ X k Δ V k t b , k t d , k ] + W k
Δ X k = [ x k x ^ k y k y ^ k z k z ^ k ] T
Δ V k = [ v x , k v ^ x , k v y , k v ^ y , k v z , k v ^ z , k ] T
Φ k , k + 1 = [ 1 0 0 T 0 0 0 0 0 1 0 0 T 0 0 0 0 0 1 0 0 T 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 T 0 0 0 0 0 0 0 1 ]
where ΔXk is the GPS receiver position error at step k, ΔVk is the GPS receiver velocity error at step k, Φk,k+1 is the state transition matrix.

3.2.2. Measurement Equation of Vector-Tracking Loop

The code phase discriminator and carrier frequency discriminator provide noisy code phase error and carrier frequency error when working within their linear range [17]. As shown in Equations (23) and (24), the receiver position and velocity are directly affected by the code phases and carrier frequencies observables. Therefore, the outputs of the discriminators are used as the measurements for the AIEKF as shown in Equation (32):

Z k = h ( δ X k ) + V k
Z k = [ E code , 1 , k E code , J , k E carrier , 1 , k E carrier , J , k ] T
δ X k = [ Δ X k Δ X k t b , k t d , k ] T
where Zk is the measurements, Ecode,j,k is the code phase discriminator output of channel j (0 ≤ jJ), Ecarrier,j,k is the carrier frequency discriminator output of channel j (0 ≤ jJ), δXk is the state vector, h(·) is the nonlinear observation equation, Vk is Gaussian distribution white noise.

When Equation (31) is used in AIEKF, it can be linearized by Taylor series expansion and expressed as in Equation (34).

Z k = H δ X k + V k
H = [ a x , 1 a y , 1 a z , 1 0 0 0 1 0 a x , J a y , J a z , J 0 0 0 1 0 0 0 0 a x , 1 a y , 1 a z , 1 0 1 0 0 0 a x , J a y , J a z , J 0 1 ]

where H = h ( δ X k ) δ X k is the Jacobian matrix, ax,j, ay,j and az,j are the components of the LOS vector pointing from the receiver to the number j satellite.

3.2.3. Implementation of AIEKF to Vector-Tracking Loop

As mentioned in the previous section, the GPS receiver position error, velocity error, receiver clock bias and clock drift terms consist of the AIEKF state vector, while the code phase and carrier frequency discriminator outputs are the measurement of AIEKF. The block diagram for GPS software defined VTL receiver using AIEKF is shown in Figure 3. Figure 4 illustrates the flow chart for implementing the proposed AIEKF.

3.2.4. Effectiveness of IEKF in VTL

Shojaie et al. [21] uncovered the fact that the iteration of the observation updating step in a Kalman filter family will reduce the linearization error and improve estimation accuracy. The detailed ideas are explained with IEKF. The observation function h(Xk) is expanded with Taylor series at k,k−1, which is x(0) in Figure 5. The linear expansion of the observation function can be described as:

Z lin = h ( X ^ k , k 1 ) + x h ( X k X ^ k , k 1 )

If the real observation is zk, the state estimate x(1) at time k can be obtained with Equation (36) and the Equation zlin = zk.

It can be seen from Figure 5 that there is an obvious distance between x(1) and xk. This distance comes from the truncation error brought by the linearization of h(Xk), which is expanded with Taylor series. Shojajie found that the re-linearization of the observation equation can reduce the error between estimated value and observed value. The iterated extended Kalman filter repeatedly calculates the Kalman gain and an intermediate posterior state estimate X ^ k i, where i is the iteration number.

It should be noted that the IEKF achieves good results if the measurement model is close to linear between the true state xk and the calculated posterior intermediate state estimate after one linearization. Otherwise, the linearization error increases due to re-linearization and the IEKF fails to improve the state estimate. Thus, it's necessary to make sure that the measurement model of VTL is close to linear around the true state xk.

In VLT GPS receiver implementation, the observation Equation h(·) is used to calculate the code phase errors and carrier frequency errors of each satellite channel. For easily to analyses, we suppose there is only one satellite channel, and then h(·) is shown in Equation (37):

h ( X k ) = [ ( ( x r + x k ) x s ρ ) x k + ( ( y r + y k ) y s ρ ) y k + ( ( z r + z k ) z s ρ ) z k ( ( x r + x k ) x s ρ ) ν x , k + ( ( y r + y k ) y s ρ ) ν y , k + ( ( z r + z k ) z s ρ ) ν z , k ]
where ρ = [ ( x r + x k ) x s ] 2 + [ ( y r + y k ) y s ] 2 + [ ( z r + z k ) z s ] 2 is the distance between GPS receiver and satellite, (xr, yr, zr) is the GPS receiver position, (xs, ys, zs) is the satellite position, Xk = [xk yk zk vx,k vy,k vz,k]T is the state vector, xk, yk and zk are the GPS receiver position error, vx,k, vy,k and vz,k are the GPS receiver velocity error.

It is known that the GPS satellites work on medium Earth orbit (above an altitude of 5000 km). Also, xk, yk and zk are usually less than 20 m. It is obvious that ρ, xs, ys and zs are much bigger than xk, yk and zk Thus, Equation (37) can be approximated to Equation (38):

h ( X k ) [ ( x r x s ρ 0 ) ( y r y s ρ 0 ) ( z r z s ρ 0 ) 0 0 0 0 0 0 ( x r x s ρ 0 ) ( y r y s ρ 0 ) ( z r z s ρ 0 ) ] [ x k y k z k v x , k v y , k v z , k ]
where ρ 0 = ( x r x s ) 2 + ( y r y s ) 2 + ( z r z s ) 2.

It can be seen that Equation (38) is a linear equation. Hence, the measurement model is close to linear function around xk, and IEKF can achieve good results.

4. Positioning Test Results and Discussion

In this work, road tests were done to assess the performance of the proposed method. The test platform consists of a GPS IF signal digital sampler and a real-time kinematic (RTK) GPS system (Figure 6). The sampler used in this work is shown in Figure 7, and RTK system is shown in Figure 8. The characteristics of the digital sampler used in this work are listed in Table 1. The digital sampler is a digital down converter which can receive GPS signals through the GPS antenna and then convert the high frequency GPS signals down to lower frequency signals. The lower frequency signals are called intermediate frequency (IF) signals. IF signals are digitalized by analog to digital converter which is included in GPS IF signal digital sampler.

The road test was carried out in the sports ground of Southeast University, Nanjing, China. The GPS IF signal digital sampler, GPS antenna, portable computer, and mobile unit of RTK are carried on a cart. The cart runs along the sports round one circle. The GPS IF signals are recorded by computer. In the same time, RTK mobile unit recorded the precise position of the cart (Figure 9).

The DELTA-G2T RTK system is manufactured by Javad GNSS Company (San Jose, CA, USA). RTK data rate is 1 Hz. The position accuracy of RTK is 10 mm + 1 ppm. In this test, the RTK base station was placed at a known location on the sports ground (Figure 10), and the maximal distance between the GPS mobile unit and the RTK base station is less than 400 m. In this case, the RTK can provide a theoretical position accuracy of less than 10 cm. The RTK data were served as the reference in the evaluation of the VTL performance. The AIEKF implements a discretized set of differential equations described in Section 3. Differences between the estimated velocity/position and the measured ones are processed in the AIEKF, to estimate the code phase errors and carrier frequency errors. The estimated code phase errors and carrier frequency errors are used to control the numerically controlled oscillators (NCO) of code/carrier generators.

Figure 10 shows the trajectory of the cart obtained from RTK. The road test data were processed by EKF, IEKF, AEKF and AIEKF methods respectively and the trajectories of EKF, IEKF, AEKF and AIEKF are shown in Figure 11. The position errors, code phase errors and carrier frequency errors are important performance indexes of the VTL GPS receiver. Figure 12 is the position error curves about EKF, IEKF, AEKF and AIEKF method. In Figure 12, green square line is EKF position error curve, blue circle line is IEKF position error curve, red point line is AEKF position error curve, and yellow line is AIEKF position error curve. It can be seen from Figure 12 that IEKF, AEKF and AIEKF can obtain higher accuracy on position compared with the EKF. Comparing with IEKF and AEKF method, the AIEKF method proposed in this paper can more effectively to reduce position error of VTL GPS receiver.

Table 1 shows the position RMSE values of the EKF, IEKF, AEKF, and AIEKF during the road test. From Table 1, it can be seen that, compared with EKF, IEKF and AEKF, the RMSE values of AIEKF are reduced by about 45.1%, 25.7% and 21.6% in the east direction, respectively. In Table 1, similar results can also be seen in the north and up directions. Similarly, Figure 13 shows the code phase error and carrier frequency error curves. From Table 2 we can see that, the RMSE value of code phase errors and carrier frequency errors based on AIEKF are lower compared with EKF, IEKF and AEKF. It should be noted that the code phase accuracy of tracking-loop is very important for GPS receiver. Higher code phase accuracy means higher positioning accuracy. Thus, the VTL GPS receiver based on AIEKF has better performance.

In addition to the road test, a static positioning test (1000 s) was carried out at the Baima Park square, Nanjing, China. The static positioning GPS IF signal was processed by GPS software receiver based on STL method and VTL method (based on EKF, IEKF, AEKF and AIEKF) respectively. The GPS software receiver generates a positioning result per 200 milliseconds. Figure 14 shows the static positioning results based on scalar, EKF, IEKF, AEKF and AIEKF method respectively. It can be seen from Table 3 that, compared with EKF, IEKF and AEKF, the RMSE values of AIEKF are reduced by about 14.7%, 8.1% and 4.1% in the east direction, respectively. Meanwhile, the similar results can be seen in the north and up directions.

5. Conclusions

This work proposed the AIEKF method for a VTL GPS software defined receiver. In this model, AIEKF is employed instead of the EKF in VTL. In AIEKF, IEKF and AEKF are used together. IEKF can reduce the truncation error of EKF by a simple iterative procedure. Furthermore, the noise statistics estimator is employed in the IEKF to combine the advantages of the AEKF and the IEKF. The experimental results show that the proposed AIEKF outperforms the EKF.

Acknowledgments

This work was supported in part by National Natural Science Foundation of China (No. 51375087, 41204025, 50975049), Ocean Special Funds for Scientific Research on Public Causes (No. 201205035-09), Specialized Research Fund for the Doctoral Program of Higher Education (No. 20110092110039), the 52th China Postdoctoral Science Foundation (No. 2012M520967).

Author Contributions

Xiyuan Chen and Xiying Wang designed the mathematical model of the proposed navigation method; Xiying Wang and Yuan Xu performed the experiments; Xiying Wang and Yuan Xu analyzed the data; Xiyuan Chen and Xiying Wang wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kim, K.; Jee, G.I.; Im, S.H. Adaptive Vector-Tracking Loop for Low-Quality GPS Signals. Int. J. Control Autom. Syst. 2011, 4, 709–715. [Google Scholar]
  2. Zhao, S.H.; Lu, M.Q.; Feng, Z.M. Implementation and Performance Assessment of a Vector Tracking Method Based on a Software GPS Receiver. J. Navig. 2011, 641, 151–161. [Google Scholar]
  3. Jafarnia-Jahromi, A.; Lin, T.; Broumandan, A.; Nielsen, J.; Lachapelle, G. Detection and Mitigation of Spoofing Attacks on a Vector-Based Tracking GPS Receiver. Proceedings of the 2012 International Technical Meeting of the Institute of Navigation, Newport Beach, CA, USA, 30 January–1 February 2012; pp. 790–800.
  4. Parkinson, B.W.; Spilker, J.J. Theory and Applications Volume I. In Global Positioning System: Theory and Applications; Aiaa: Washington, DC, USA, 1996. [Google Scholar]
  5. Lashley, M.; Bevly, D.M. Vector Delay/Frequency Lock Loop Implementation and Analysis. Proceedings of the 2009 International Technical Meeting of the Institute of Navigation (ITM 2009), Anaheim, CA, USA, 26–28 January 2009; pp. 1073–1086.
  6. Petovello, M.G.; Lachapelle, G. Comparison of vector-based software receiver implementations with application to ultra-tight GPS/INS integration. Proceedings of the Institute of Navigation (ION GNSS 2006), Fort Worth, TX, USA, 26–29 September 2006; pp. 1790–1799.
  7. Won, J.H.; Eissfeller, B. Effectiveness analysis of vector-tracking-loop in signal fading environment. Proceedings of the 2010 5th ESA Workshop on Satellite Navigation Technologies and European Workshop on GNSS Signals and Signal Processing (NAVITEC), Noordwijk, Netherlands, 8–10 December 2010; pp. 1–6.
  8. Lashley, M.; Bevly, D.M.; Hung, J.Y. Performance analysis of vector tracking algorithms for weak GPS signals in high dynamics. Sel. Top. Signal Process. IEEE J. 2009, 4, 661–673. [Google Scholar]
  9. Fang, J.C.; Gong, X.L. Predictive iterated Kalman filter for INS/GPS integration and its application to SAR motion compensation. IEEE Trans. Instrum. Meas. 2010, 4, 909–915. [Google Scholar]
  10. Xu, Y.; Chen, X.Y.; Li, Q.H. Autonomous Integrated Navigation for Indoor Robots Utilizing On-Line Iterated Extended Rauch-Tung-Striebel Smoothing. Sensors 2013, 12, 15937–15953. [Google Scholar]
  11. Xu, Y.; Chen, X.Y.; Li, Q.H. Adaptive Iterated Extended Kalman Filter and Its Application to Autonomous Integrated Navigation for Indoor Robot. Sci. World J. 2014, 2014. org/10.1155/2014/138548. [Google Scholar]
  12. Wan, E.A.; van der Merwe, R. The unscented Kalman filter for nonlinear estimation. In Proceedings of the IEEE 2000 Adaptive Systems for Signal Processing, Communications, and Control Symposium 2000, Lake Louise, AL, Canada, 1–4 October 2000; pp. 153–158.
  13. Bell, B.M. The iterated Kalman smoother as a Gauss-Newton method. SIAM J. Optim. 1994, 4, 626–636. [Google Scholar]
  14. Julier, S.J.; Uhlmann, J.K. A new extension of the Kalman filter to nonlinear systems. In Proceedings of the Conference on Signal Processing, Sensor Fusion, and Target Recognition VI, Orlando, FL, USA, 21–24 April 1997.
  15. Spilker, J.J. Vector Delay Lock Loop Processing of Radiolocation Transmitter Signals. US Patent 5398034, 13 October 1994. [Google Scholar]
  16. Benson, D. Interference Benefits of a Vector Delay Lock Loop (VDLL) GPS Receiver. In Proceedings of the 63rd Annual Meeting of the Institute of Navigation, Cambridge, MA, USA, 23–25 April 2007; pp. 749–756.
  17. Kaplan, E.D. Understanding GPS: Principles and Applications, 2nd ed.; Artech House: Norwood, MA, USA, 2005. [Google Scholar]
  18. Lashely, M.; Bevly, D.M. Analysis of Discriminator Based Vector Tracking Algorithms. In Proceedings of the Institute of Navigation (NTM), San Diego, CA, USA, 22–24 January 2007.
  19. Pany, T.; Eissfeller, B. Use of a Vector Delay Lock Loop Receiver for GNSS Signal Power Analysis in Bad Signal Conditions. In Proceedings of IEEE/ION Position, Location and Navigation Symposium, San Diego, CA, USA, 24–27 April 2006; pp. 893–903.
  20. So, H.; Lee, T.; Jeon, S.; Kim, C.; Kee, C.; Kim, T.; Lee, S. Implementation of a Vector-Based Tracking Loop Receiver in a Pseudolite Navigation System. Sensors 2010, 10, 6324–6346. [Google Scholar]
  21. Shojaie, K.; Ahmadi, K.; Shahri, A.M. Effects of iteration in Kalman filters family for improvement of estimation accuracy in simultaneous localization and mapping. In IEEE/ASME International Conference on Advanced Intelligent Mechatronics, ETH Zurich, Switzerland, 4–7 September 2007.
Figure 1. The architecture of the vector tracking loop.
Figure 1. The architecture of the vector tracking loop.
Sensors 14 23630f1 1024
Figure 2. Relationship between GPS receiver position error and code phase error.
Figure 2. Relationship between GPS receiver position error and code phase error.
Sensors 14 23630f2 1024
Figure 3. Flowchart of vector-tracking loop based on AIEKF.
Figure 3. Flowchart of vector-tracking loop based on AIEKF.
Sensors 14 23630f3 1024
Figure 4. Flowchart for implementing AIEKF.
Figure 4. Flowchart for implementing AIEKF.
Sensors 14 23630f4 1024
Figure 5. Graphic fundamental of IEKF with two iterations.
Figure 5. Graphic fundamental of IEKF with two iterations.
Sensors 14 23630f5 1024
Figure 6. Test platform. (a) RTK base station; (b) RTK mobile unit; (c) GPS IF signal digital sampler.
Figure 6. Test platform. (a) RTK base station; (b) RTK mobile unit; (c) GPS IF signal digital sampler.
Sensors 14 23630f6 1024
Figure 7. GPS IF signal digital sampler.
Figure 7. GPS IF signal digital sampler.
Sensors 14 23630f7 1024
Figure 8. RTK system.
Figure 8. RTK system.
Sensors 14 23630f8 1024
Figure 9. Road test.
Figure 9. Road test.
Sensors 14 23630f9 1024
Figure 10. Trajectory of the cart obtained the RTK.
Figure 10. Trajectory of the cart obtained the RTK.
Sensors 14 23630f10 1024
Figure 11. Trajectory of the road test obtained from RTK, EKF, IEKF, AEKF and AIEKF. (a) Longitude and latitude; (b) Altitude.
Figure 11. Trajectory of the road test obtained from RTK, EKF, IEKF, AEKF and AIEKF. (a) Longitude and latitude; (b) Altitude.
Sensors 14 23630f11 1024
Figure 12. Position errors of VLL GPS receiver. (a) Longitude error; (b) Latitude error; (c) Altitude error.
Figure 12. Position errors of VLL GPS receiver. (a) Longitude error; (b) Latitude error; (c) Altitude error.
Sensors 14 23630f12a 1024Sensors 14 23630f12b 1024
Figure 13. Code phase error and carrier frequency error of PRN 2 satellite. (a) Code phase error; (b) Carrier frequency error.
Figure 13. Code phase error and carrier frequency error of PRN 2 satellite. (a) Code phase error; (b) Carrier frequency error.
Sensors 14 23630f13 1024
Figure 14. Static positioning result.
Figure 14. Static positioning result.
Sensors 14 23630f14 1024
Table 1. Position errors of the EKF, IEKF and AIEKF method.
Table 1. Position errors of the EKF, IEKF and AIEKF method.
MethodRMSE(m)

EastNorthUp
EKF5.101.9810.05
IEKF3.771.457.09
AEKF3.571.386.58
AIEKF2.801.174.56
Table 2. Code phase and carrier frequency errors of the EKF, IEKF and AIEKF method.
Table 2. Code phase and carrier frequency errors of the EKF, IEKF and AIEKF method.
MethodRMSE(Hz)RMSE(Chip)

Carrier Frequency ErrorCode Phase Error
EKF2.730.088
IEKF1.300.063
AEKF1.000.056
AIEKF0.840.051
Table 3. RMSE of static positioning test depending on scalar, EKF, IEKF and AIEKF method.
Table 3. RMSE of static positioning test depending on scalar, EKF, IEKF and AIEKF method.
MethodRMSE(m)

EastNorthUp
EKF2.793.199.29
IEKF2.592.978.51
AEKF2.482.858.09
AIEKF2.382.747.64

Share and Cite

MDPI and ACS Style

Chen, X.; Wang, X.; Xu, Y. Performance Enhancement for a GPS Vector-Tracking Loop Utilizing an Adaptive Iterated Extended Kalman Filter. Sensors 2014, 14, 23630-23649. https://doi.org/10.3390/s141223630

AMA Style

Chen X, Wang X, Xu Y. Performance Enhancement for a GPS Vector-Tracking Loop Utilizing an Adaptive Iterated Extended Kalman Filter. Sensors. 2014; 14(12):23630-23649. https://doi.org/10.3390/s141223630

Chicago/Turabian Style

Chen, Xiyuan, Xiying Wang, and Yuan Xu. 2014. "Performance Enhancement for a GPS Vector-Tracking Loop Utilizing an Adaptive Iterated Extended Kalman Filter" Sensors 14, no. 12: 23630-23649. https://doi.org/10.3390/s141223630

Article Metrics

Back to TopTop