Next Article in Journal
Modelling the Interaction Levels in HCI Using an Intelligent Hybrid System with Interactive Agents: A Case Study of an Interactive Museum Exhibition Module in Mexico
Next Article in Special Issue
Dynamic Multiple Junction Selection Based Routing Protocol for VANETs in City Environment
Previous Article in Journal
Recent Progress on Aberration Compensation and Coherent Noise Suppression in Digital Holography
Previous Article in Special Issue
Cloud Incubator Car: A Reliable Platform for Autonomous Driving
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Multiple-Model Particle Filter Fusion Algorithm for GNSS/DR Slide Error Detection and Compensation

by
Rafael Toledo-Moreo
1,*,
Carlos Colodro-Conde
2 and
Javier Toledo-Moreo
1
1
Department of Electronics and Computer Technology, Universidad Politécnica de Cartagena, 30202 Murcia, Spain
2
Instituto de Astrofísica de Canarias, La Laguna, 38205 Tenerife, Spain
*
Author to whom correspondence should be addressed.
Appl. Sci. 2018, 8(3), 445; https://doi.org/10.3390/app8030445
Submission received: 6 February 2018 / Revised: 11 March 2018 / Accepted: 13 March 2018 / Published: 15 March 2018

Abstract

:
Continuous accurate positioning is a key element for the deployment of many advanced driver assistance systems (ADAS) and autonomous vehicle navigation. To achieve the necessary performance, global navigation satellite systems (GNSS) must be combined with other technologies. A common onboard sensor-set that allows keeping the cost low, features the GNSS unit, odometry, and inertial sensors, such as a gyro. Odometry and inertial sensors compensate for GNSS flaws in many situations and, in normal conditions, their errors can be easily characterized, thus making the whole solution not only more accurate but also with more integrity. However, odometers do not behave properly when friction conditions make the tires slide. If not properly considered, the positioning perception will not be sound. This article introduces a hybridization approach that takes into consideration the sliding situations by means of a multiple model particle filter (MMPF). Tests with real datasets show the goodness of the proposal.

Graphical Abstract

1. Introduction

Today’s most outstanding technology for road vehicle positioning is global navigation satellite systems (GNSS). Among all GNSS, the US GPS (global positioning system) is the most popular. GNSS systems provide absolute positioning based on the information gathered at the GNSS receiver from the GNSS satellite constellation. Because of this, GNSS is subject to relevant problems such as lack of satellite visibility, multipath problems due to the reflection of the satellite signals on surfaces around the receiver’s antenna, jamming, or spoofing [1]. For this reason, it is recommended that the positioning system features some other sensors that, together with the GNSS, provide an overall better performance. The most common configuration is the GNSS, plus the odometry of the vehicle and inertial sensors for attitude determination (a gyro). The values of travelled distance and the heading provided by the odometry and the gyro respectively, work together to provide a dead reckoning (DR) position that supports the GNSS in case of no coverage, and add redundant values to improve the reliability of the whole system [2]. The extra cost of this sensor set is relatively low, as vehicles have already embedded odometry and gyroscopes.
The main concept of DR is that the estimation of the vehicle position is based on the previous one, as spatial increments are calculated from the sensor values. Consequently, the necessary integration process leads to drifts when no absolute updates are obtained. Odometry errors may be due to mechanical or electrical (quantization) issues; tire wear, which changes the wheel diameter over time; and slippages and slides. Among these, the latter is the one that accounts for larger errors in the provision of instant positioning. However, GNSS/DR fusion algorithms do not usually account for slide errors. Therefore, when it happens, the solution is not only more inaccurate, but also inconsistent, since the errors considered by the algorithm are underestimated. This may lead to the malfunction of applications that are based on the confidence of the position solution. For instance, in lane-level applications, the confidence on the system on being on a specific lane at a given instant is crucial: the knowledge of the goodness of the position is as important as the position itself to decide whether a certain action must be taken. This is the concept of position integrity [3].
This article presents a multiple-model particle filter (MMPF) based solution that features two different models running in parallel, one that accounts for slides errors, and another one that does not, choosing at any time which model represents better the vehicle behavior. The simple concept behind this approach lays on the fact that particles will follow different behaviors depending on their assumed model and probability density function, and only those that are a better match with the vehicle motion will remain strong (with relevant weights), serving as the germ for new offspring particles.
The rest of the paper is organized as follows. Section 2 analyzes the most relevant related works. Later, the model for the slide error is introduced in Section 3. Section 4 and Section 5 present the formulations of both the MMPF implementation and the consistency checks, respectively. Section 6 shows and discusses the results. Finally, Section 7 concludes the paper.

2. Related Work Materials and Methods

The literature of the field has a good number of articles featuring GNSS/DR solutions [2,4,5,6,7,8]. Despite the fact that some other technologies may be used to support the estimates along the longitudinal axis of the vehicle, such as accelerometers [4], the use of the odometry is the most widely spread approach [1]. With respect to the estimates of the heading, some authors employ electronic compasses, but many others discard them for lack of consistency and poor performance [9]. To compensate for the errors in the estimates of travelled distance, some authors use visual odometry, like in [10,11]. An interesting approach based on stereo vision for navigation in natural environments can be found in [12]. The robotics community is also quite active in this field, like the work presented in [13] based on cellular automata.
Regarding positioning filters, the most popular solution for fusing GNSS and DR is the extended Kalman filter (EKF), which is a variation of the Kalman filter for non-linear systems [14]. Its success is based on the relative good performance at a low computational cost and simplicity [14]. However, the nature of the vehicle motion is clearly non-linear, and in these cases, some other approaches provide better performances [15]. In these conditions, particle filters (PF), as genetic-type Monte Carlo (MC) methods, use weighted samples to generate approximations of the probability density function. This flexibility (when compared to Kalman), serves well to solve the positioning filtering problem [16,17].
On another note, multiple model (MM) filters have been used with success before by the first author of this article in the problem of positioning error estimation. In [13,18], different interactive multiple model versions of the extended Kalman filter (IMM-EKF) showed good performance for either improving the positioning solution, or maneuver prediction, respectively.
Multiple model particle filters have been applied in the field of tracking of ground, 3D targets and [19,20,21,22,23]. However, there are not many articles with MMPF applied to road vehicle position. The authors of [24] used it for detection and estimation of multipath effects on GPS measurements.

3. Error Model of the Odometry

As it has been aforementioned, odometry suffers from different kind of errors. The one introduced by tire wear has a very low frequency and may be compensated by calibration of the step value. It may be represented as a calibration error with the form ω(k)δr, where ω(k) is the angular rate of the wheels at instant k and δr the difference between the real wheel radius, and the nominal value r.
Errors due to mechanical and electrical noises can be grouped together in a common term with a Gaussian characteristic and zero mean, n(k)~N(0, σodo). We have tuned the value of σodo to 0.26 m, corresponding with the odometry step in our vehicle setup.
A wheel slide appears when the wheel rotates slower than the value calculated according to the current vehicle speed. Wheel slip is the opposite case, when the wheels rotate faster than they would do in normal friction conditions.
Although both effects may partially compensate one another in a long term, the estimation of the vehicle pose at a given time suffers from slips and slides. In addition, slides appear more often than slips in car navigation. This is the reason why we focus on slides in this paper. Nevertheless, analogous considerations apply for slippages.
The characterization of the odometry error may be completed now to represent slides in the sensor model
ε d t s l i d e ( k ) = δ s l i d e ( k ) + ω ( k ) δ r + n ( k )
where δslide(k) ≥ 0 stands for the sliding error, that may be also developed as
δ s l i d e ( k ) = ( 1 s c v ) × c ( k )
being c(k)~N(0, σodo), and scv (slide compensation value) varying from 0 (maximum compensation) till 1 (minimum).

4. Multiple Model Particle Filter Based Method

The principle of the particle filter is to represent by means of a set of N samples {Xi(k)}N{i=1} and their corresponding weights {wi(k)}N{i=1} the probability density function p(X(k)/Y{1:k}) at instant k of the state vector X(k), given past observations, following the expression
p ( X ( k ) / Y 1 : k ) i = 1 N X i ( k ) w i ( k )
where Y{1:k} stands for the observations collected from the initialization till instant k. Each sample Xi(k) can be described as a Dirac delta expression δi(k)(X(k)) in the form
δ i ( k ) ( X ( k ) ) = 0   i f   X ( k ) X i ( k )
δ i ( k ) ( X ( k ) ) = 1   i f   X ( k ) = X i ( k )
The process of particle filtering can be summarized as follows:
  • Initialization: Generation of N particles, or samples of the state vector, Xi(0), with equal weights 1/N. The proposed state vector is [ x ( k )   y ( k )   ψ ( k ) ] , representing east, north and heading (from north to east) at the center of the rear axle of the vehicle.
  • Prediction: Estimation of Xi(k + 1) following the prediction model. We use a classical 2D kinematical model for a vehicle on a plane. The measurements of the odometry and the gyroscope work as inputs to the filter. The travelled distance measured by the odometer, ds(k), is estimated when a gyroscope value, ψ ˙ ( k ) , is processed. The equation for pose prediction is:
    x ( k + 1 ) = x ( k ) + d s ( k ) sin c ( ψ ˙ / 2 ) cos ( ψ ( k ) + ψ ˙ ( k ) T / 2 ) ψ ˙ ( k ) T ( D x sin ψ ( k ) + D y cos ψ ( k ) ) y ( k + 1 ) = y ( k ) + d s ( k ) sin c ( ψ ˙ / 2 ) sin ( ψ ( k ) + ω ( k ) T / 2 ) ψ ˙ ( k ) T ( D x cos ψ ( k ) D y sin ψ ( k ) ) ψ ( k + 1 ) = ψ ( k ) + ψ ˙ ( k ) T
    being T the sampling period, Dx, Dy the coordinate of the GPS antenna in the body frame, and sinc the cardinal sinus.
  • Measurement update: Update of the weights of the particles with the observations Y(k). In our case, the observation vector is [ x G P S ,   y G P S ] , standing for east and north values coming from the GPS. The update is done following the expression
    w i ( k ) = w i ( k 1 ) × e { 0.5   ( Y ( k ) h X i ( k ) ) R 1 ( Y ( k ) h X i ( k ) ) }
    where h(Xi(k)) is the observation function that relates at instant k the state Xi(k) and observations Y(k) (in our case, simply the second order identity matrix), and R the covariance matrix of observations.
  • Normalization of the weights: w i ( k ) = w i ( k ) / i = 1 N w i ( k ) .
  • Resampling: To prevent high concentration of probability mass in only a few particles, (leading to the convergence of a single wi(k) to 1), particles are resampled if
    1 i = 1 N w i ( k ) 2 < 0.5 N
  • End of cycle: Making k = k + 1, and iterating to step 2.
In our approach, a fixed number of particles is assigned to the each model.
The addition of the weights of the particles of each model after the observation will indicate the probability that each model m represents properly the vehicle behavior, µm(k). This probability is
μ m ( k ) = i N m w ( k ) i m i N m w ( k ) i m + i N m w ( k ) i m
where w(k)im stands for the weight at instant k of the particle i that represents model m, Nm is the number of particles of each model, that will be equal for all of them, and w ( k ) i m stands for the weight at instant k of a particle i that is not driven by model m.
Our solution is based on two different models, named the normal condition model (NCM) and the slide condition model (SCM). Both models will actually share the state vector and prediction equation, but will have different assumptions for the odometry model with and without slides, as described in (1).
Finally, the selected output will be such of the model with higher cumulative weight (more probable). A weighted mixed output from both models, as the one used in [9], would be also possible, but it was found unsuitable for the problem under consideration, as will be shown later in the tests.

5. Filter Consistency

As important as the filter itself, is the capability to evaluate whether or not it performs well. In order to check the performance consistency of the filter under consideration, several methods have been considered, detailed next. Later on the paper, in the sections dedicated to results, the goodness of the proposal will be evaluated based on these methods.

5.1. Filter Covariance

The estimation of the covariance of the filter state at instant k is denoted as matrix P m ( k ) , where m stands for the choice of odometry model. Its value can be used to compute the positioning reliability and can be calculated by
P m ( k ) = w ( k ) i m × ( x ( k ) i m x ¯ ( k ) m ) × ( x ( k ) i m x ¯ ( k ) m )
where x ¯ ( k ) m is the weighted mean value at instant k of the N particles i that belong to model m, calculated as
x ¯ ( k ) m = w ( k ) i m × x ( k ) i m i = 1 N
For a quick check, one can plot ellipsis of reliability around a certain position estimate based on its covariance and compare them to the errors to realize whether the errors envelopes are consistent.

5.2. Time Average Autocorrelation

The time average autocorrelation test is based on the ergodicity of the innovation sequence. If the number of time samples, K, is enough, this statistic is normally distributed and its variance is 1 K . Its calculation for innovations one step apart can be done using
ρ ¯ ( 1 ) = k = 1 K υ ( k ) υ ( k + 1 ) × [ k = 1 K υ ( k ) υ ( k ) × k = 1 K υ ( k + 1 ) υ ( k + 1 ) ] 1 2
where υ ( k ) stands for the innovation at instant k, that can be estimated as the difference between the predicted position and the observation.
This test can be executed in real time, and therefore, in single-run trials [14].

5.3. Time Average Normalized Innovation Square

The value of NIS at instant k can be calculated as
ϵ ν ( k ) = ν ( k )   S ( k ) 1 ν ( k )
being S ( k ) the innovation covariance matrix, that can be calculated with
S ( k ) = H   P i ( k )   H + R
where R is the matrix of observation covariance, H is the matrix that relates the state vector space with the observation vector space, being in our case
H = [ 1 0 0 0 1 0 ]
and P i ( k ) the estimated covariance of the particle filter at instant k, that can be obtained as
P i ( k ) = w ( k ) j i × ( x ( k ) j i x ¯ ( k ) i ) × ( x ( k ) j i x ¯ ( k ) i )
where x ¯ ( k ) i is the weighted mean value at instant k of the N particles j that belong to model i, calculated as
x ¯ ( k ) i = w ( k ) j i × x ( k ) j i j = 1 N
The time-average normalized innovation squared can be calculated as
ϵ ¯ ν = 1 K k = 1 K ϵ ν ( k )
If the innovation is white, zero mean, and S ( k ) represents its covariance, then K   ϵ ¯ ν follows a χ 2 distribution.

6. Tests

6.1. Test Setup

The sensor setup included:
  • EGNOS capable GPS receiver by Trimble, L1.
  • Dual-frequency RTK receiver by Ashtech, for ground reference.
  • FOG (Fiber Optic Gyroscope) by KVH.
  • Vehicle odometer with 26.15 cm resolution coupled to the rear wheels axle.

6.2. Results and Discussion

For proving the validity of our proposal, we collected measurements of several acceleration and deceleration conditions, more prone to sliding errors in the odometry along the longitudinal axis. The main objective of the tests is to analyze the capability of the filter to represent the vehicle motion at any time, for what we will use the filter consistency techniques introduced in previous sections. Since both Kalman and particle filters using single models show very similar results, only the results of the particle filter will be discussed.
Figure 1 shows the distribution of particles around the solution in an experiment where the vehicle drives from north to south. Cyan particles are estimated by the SCM while green ones are calculated by the NCM. Even though both solutions are within the possible confidence scenarios, both of them are not the same good. While in the upper cloud, the GPS-EGNOS value matches better the solution that assumes normal conditions, after the slide, the satellite solution fits better the filter output that assumed slides.
Figure 2 shows how model probabilities change at those instants, precisely during the slides. The MMPF manages to identify the sliding situations, and switches to the SCM model, returning to the NCM only when the slide has disappeared. For the same test, Table 1 provides the consistency results for all model combinations by using the time average correlation. Low values represent better consistency. For a properly tuned filter, the variance should be σ 2 = 1 K . In our experiment, σ = 0.0083 , and the 95% probability region results (−0.01633, 0.01633). Both NCM and SCM fall out of this threshold, only satisfied by the MMPF.
Similar conclusions can be achieved by using the time average NIS indicator (Figure 3). Even if the MMPF encounters some trouble to model the slide around instant 85, it is still the best solution. Additionally, switching models based on each model probability appears to be sounder than a weighted solution.

7. Conclusions

The article focused on the problem of inaccurate positioning and error estimation when GNSS/DR positioning is subject to slides. To do so, the positioning system features two different models, one that accounts for the wheel slides (SCM), and one that does not (NCM). Each model is driven by a particle filter, thus allowing for a more flexible PDF (when compared to the most common extended Kalman filter). The system is capable of switching between both SCM and NCM by means of a multiple model implementation.
Different consistency checks for the filters under consideration are run, showing the goodness of the MMPF with real datasets when compared to the single model implementations. The final positioning system is able to characterize better the errors at any time. On the one hand, particles with stronger weights will survive, and only these are used in the resampling stage. On the other hand, the model whose errors better represent the innovation of the positioning loop is selected.

Acknowledgments

This research has been carried out by researchers of the Group of Diseño Electrónico y Técnicas de Tratamiento de señal/Universidad Politécnica de Cartagena, awarded as an excellence researching group in the frame of the Spanish Plan de Ciencia y Tecnología de la Región de Murcia, Fundación Seneca (19882/GERM/15).

Author Contributions

R.T.-M. conceived and designed the experiments. C.C.-C. and F.J.T.-M. performed the experiments; all authors analyzed the data and wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest. The founding sponsors had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

References

  1. Bétaille, D.; Bonnifait, P.; Blanco Delgado, N.; Cosmen Schortmann, J.; Engdahl, J.; Gikas, V.; Gilliéron, P.Y.; Hodon, M.; Feng, S.; Machaj, J.; et al. SaPPART White Paper. Better Use of Global Navigation Satellite Systems for Safer and Greener Transport; IFSTTAR Techniques et Méthodes; IFSTTAR: Paris, France, 2015. [Google Scholar]
  2. Toledo, R.; Zamora, M.A.; Ubeda, B.; Gomez-Skarmeta, A.F. An Integrity Navigation System based on GNSS/INS for Remote Services Implementation in Terrestrial Vehicles. In Proceedings of the 7th International IEEE Conference on Intelligent Transportation Systems, Washington, DC, USA, 3–6 October 2004; pp. 477–480. [Google Scholar]
  3. Toledo-Moreo, R.; Bétaille, D.; Peyret, F. Lane-Level Integrity Provision for Navigation and Map Matching With GNSS, Dead Reckoning, and Enhanced Maps. IEEE Trans. Intell. Transp. Syst. 2010, 11, 100–112. [Google Scholar] [CrossRef]
  4. Sukkarieh, S.; Durant-Whyte, H.; Nebot, E. A High Integrity IMU/GPS Navigation Loop for Autonomous Land Vehicle Applications. IEEE Trans. Robot. Autom. 1999, 15, 572–578. [Google Scholar] [CrossRef]
  5. Wilson, C.; Wang, J. Safety at the Wheel. Improving KGPS/INS Performance and Reliability; GPS World: Duluth, MN, USA, 2003; pp. 16–26. [Google Scholar]
  6. Berdjag, D.; Pomorski, D. DGPS/INS data fusion for land navigation. In Proceedings of the Fusion 2004, Stockholm, Sweden, 28 June–1 July 2004. [Google Scholar]
  7. Zhang, P.; Gu, J.; Milios, E.E.; Huynh, P. Navigation with IMU/GPS/digital compass with unscented Kalman filter. In Proceedings of the IEEE International Conference on Mechatronics and Automation, Niagara Falls, ON, Canada, 29 July–1 August 2005; pp. 1497–1502. [Google Scholar]
  8. Liu, B.; Adam, M.; Ibañez-Guzman, J. Multi-aided Inertial Navigation for Ground Vehicles in Outdoor Uneven Environments. In Proceedings of the 2005 IEEE International Conference on Robotics and Automation, Barcelona, Spain, 18–22 April 2005. [Google Scholar]
  9. Toledo-Moreo, R.; Zamora-Izquierdo, M.; Ubeda, B.; Skarmeta, M.A. High-Integrity IMM-EKF-Based Road Vehicle. IEEE Trans. Intell. Transp. Syst. 2007, 8, 491–511. [Google Scholar] [CrossRef]
  10. Takeyama, K.; Machida, T.; Kojima, Y.; Kubo, N. Improvement of Dead Reckoning in Urban Areas through Integration of Low-Cost Multisensors. IEEE Trans. Intell. Veh. 2017, 2, 278–287. [Google Scholar] [CrossRef]
  11. Alonso, I.P.; Llorca, D.F.; Gavilan, M.; Pardo, S.Á.; Garcia-Garrido, M.A.; Vlacic, L.; Sotelo, M.Á. Accurate Global Localization Using Visual Odometry and Digital Maps on Urban Environments. IEEE Trans. Intell. Transp. Syst. 2012, 13, 1535–1545. [Google Scholar] [CrossRef]
  12. Kunii, Y.; Kovacs, G.; Hoshi, N. Mobile robot navigation in natural environments using robust object tracking. In Proceedings of the IEEE 26th International Symposium on Industrial Electronics (ISIE), Edinburgh, UK, 19–21 June 2017; pp. 1747–1752. [Google Scholar]
  13. Chaves, G.D.L.; Martins, L.G.A.; de Oliveira, G.M.B. An improved model based on cellular automata for on-line navigation. In Proceedings of the 2017 Latin American Robotics Symposium (LARS) and 2017 Brazilian Symposium on Robotics (SBR), Curitiba, Brazil, 8–11 November 2017. [Google Scholar]
  14. Bar-Shalom, Y. Estimation and Tracking: Principles; Artech House: Nonvood, MA, USA, 1993. [Google Scholar]
  15. Skog, I.; Handel, P. In-Car Positioning and Navigation Technologies—A Survey. IEEE Trans. Intell. Transp. Syst. 2009, 10, 4–21. [Google Scholar] [CrossRef]
  16. Doucet, A.; de Freitas, N.; Gordon, N. Sequential Monte Carlo; Springer: New York, NY, USA, 2001. [Google Scholar]
  17. Djuric, P.M.; Kotecha, J.H.; Zhang, J.; Huang, Y.; Ghirmai, T.; Bugallo, M.F.; Miguez, J. Particle filtering. IEEE Signal Proceess. Mag. 2003, 20, 19–38. [Google Scholar] [CrossRef]
  18. Toledo-Moreo, R.; Zamora-Izquierdo, M. IMM-Based Lane-Change Prediction in Highways with Low-Cost GPS/INS. IEEE Trans. Intell. Transp. Syst. 2009, 10, 180–185. [Google Scholar] [CrossRef]
  19. Ekman, M.; Sviestins, E. Multiple Model Algorithm Based on Particle Filters for Ground Target Tracking. In Proceedings of the 2007 10th International Conference on Information Fusion, Quebec, QC, Canada, 9–12 July 2007; pp. 1–8. [Google Scholar]
  20. Hong, L.; Cui, N.; Bakich, M.; Layne, J.R. Multirate interacting multiple model particle filter for terrain-based ground target tracking. IEE Proc. Control Theory Appl. 2006, 53, 721–731. [Google Scholar] [CrossRef]
  21. Guo, R.; Qin, Z.; Li, X.; Chen, J. IMMUPF Method for Ground Target Tracking. In Proceedings of the IEEE International Conference on Systems, Man and Cybernetics, Montreal, QC, Canada, 7–10 October 2007; pp. 96–101. [Google Scholar]
  22. Foo, P.H.; Ng, G.W. Combining IMM Method with Particle Filters for 3D Maneuvering Target Tracking. In Proceedings of the 2007 10th International Conference on Information Fusion, Quebec, QC, Canada, 9–12 July 2007; pp. 1–8. [Google Scholar]
  23. Wang, J.; Zhao, D.; Gao, W.; Shan, S. Interacting Multiple Model Particle Filter to Adaptive Visual Tracking. In Proceedings of the Image and Graphics (ICIG’04), Hong Kong, China, 18–20 December 2004; pp. 568–571. [Google Scholar]
  24. Giremus, A.; Tourneret, J.-Y.; Calmettes, V. A Particle Filtering Approach for Joint Detection/Estimation of Multipath Effects on GPS Measurements. IEEE Trans. Signal Process. 2007, 55, 1275–1285. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Cloud of particles during an experiment with a slide.
Figure 1. Cloud of particles during an experiment with a slide.
Applsci 08 00445 g001
Figure 2. Probability values of both models during the test.
Figure 2. Probability values of both models during the test.
Applsci 08 00445 g002
Figure 3. Time average NIS value.
Figure 3. Time average NIS value.
Applsci 08 00445 g003
Table 1. Time average correlation results for NCMPF, SCMPF, and MMPF
Table 1. Time average correlation results for NCMPF, SCMPF, and MMPF
ModelValue
NCMPF0.5762
SCMPF0.9110
MMPF0.0140

Share and Cite

MDPI and ACS Style

Toledo-Moreo, R.; Colodro-Conde, C.; Toledo-Moreo, J. A Multiple-Model Particle Filter Fusion Algorithm for GNSS/DR Slide Error Detection and Compensation. Appl. Sci. 2018, 8, 445. https://doi.org/10.3390/app8030445

AMA Style

Toledo-Moreo R, Colodro-Conde C, Toledo-Moreo J. A Multiple-Model Particle Filter Fusion Algorithm for GNSS/DR Slide Error Detection and Compensation. Applied Sciences. 2018; 8(3):445. https://doi.org/10.3390/app8030445

Chicago/Turabian Style

Toledo-Moreo, Rafael, Carlos Colodro-Conde, and Javier Toledo-Moreo. 2018. "A Multiple-Model Particle Filter Fusion Algorithm for GNSS/DR Slide Error Detection and Compensation" Applied Sciences 8, no. 3: 445. https://doi.org/10.3390/app8030445

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop