Open access peer-reviewed chapter

Statically Fused Converted Measurement Kalman Filters

Written By

Gongjian Zhou and Zhengkun Guo

Submitted: 23 June 2018 Reviewed: 07 March 2019 Published: 09 April 2019

DOI: 10.5772/intechopen.85711

From the Edited Volume

Introduction and Implementations of the Kalman Filter

Edited by Felix Govaers

Chapter metrics overview

1,362 Chapter Downloads

View Full Metrics

Abstract

This chapter presents a state estimation method without using of nonlinear recursive filters when Doppler measurement is incorporated into the tracking system. The commonly used motions, such as the constant velocity (CV), constant acceleration (CA), and constant turn (CT), are represented in a pseudo-state space, defined from the product of target true range and range rate, by linear pseudo-state equations. Then the linear converted Doppler measurement Kalman filter (CDMKF) is presented to extract pseudo-state from the converted Doppler measurement, constructed by the product of the range and Doppler measurements. The output of the CDMKF is fused statically with that of the converted position measurement (range and one or two angles) Kalman filter (CPMKF) to produce target Cartesian state estimates. The accuracy and consistence of the estimator can be both guaranteed, since linear Kalman filters are both used to extract information from position and Doppler measurements.

Keywords

  • Kalman filter
  • measurement conversion
  • doppler
  • static fusion

1. Introduction

In real tracking applications, most sensors report target parameters in sensor (e.g., polar) coordinates, while target motion is usually modeled in Cartesian coordinates. In Doppler radars, the measurements consist of range, one or two angles, and range rate. Tracking in Cartesian coordinates using polar measurements is a nonlinear estimation problem. To handle the range and angle measurements, it is preferred to convert the measurements to a linear form in Cartesian coordinates to avoid nonlinear filtering. This results in the converted position measurement Kalman filtering (CPMKF) method [1]. The statistic property of the converted position measurement errors has been explored in [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]. The Doppler or range-rate measurement, which is the only measurement containing target velocity information, is not processed in the CPMKF method.

Due to the high nonlinearity of the Doppler measurement, the filtering process becomes more complex when Doppler is also included as a part of measurement vector. Various nonlinear filtering methods are utilized to handle Doppler measurements [11, 12, 13, 14, 15, 16, 17, 18]. The first-order extended Kalman filter (EKF) is used to process the position and Doppler measurements simultaneously [12, 16]. A sequential processing approach, which can not only improve the filtering accuracy but also reduce the computational complexity [19, 20], is used with the first-order EKF [18] to process position and range-rate measurements. Since the EKF is based on a Taylor series expansion, large errors in the posterior mean and covariance approximation may lead to performance degradations and possible divergence with the highly nonlinear range-rate measurements. The unscented Kalman filter (UKF), which overcomes some of the shortcomings of the EKF based on a deterministic sampling approach, is used to process the Doppler measurements sequentially in [15, 17]. On the other hand, the converted Doppler measurements, constructed by the product of range and Doppler measurement, are used to replace the original Doppler measurement in [13, 14, 21]. Nonlinear recursive filtering methods still have to be employed to extract target information from the nonlinear converted measurements directly, although the nonlinearity is reduced largely [13]. The second-order EKF is utilized to process the converted Doppler measurements and the converted position measurements simultaneously in [21] and sequentially in [13, 14]. The measurement errors amplified by large ranges may result in performance degradation of those converted Doppler measurement-based methods. A linear denoising filter is presented in [22, 23] to reduce the noise contained in the converted Doppler measurement, but only the constant velocity (CV) motion is investigated. In [3], based on the estimated angle cosine and sine, Doppler is treated as an approximate linear function of velocity components to allow the use of linear Kalman filter. Since the angle cosine and sine are all nonlinear functions of target position components, the process is actually nonlinear, and estimation performance may rely on the quality of angle cosine and sine critically.

Although performance improvements have been observed in the existing literature, which use the Doppler measurements in state estimation, performance cannot be guaranteed due to the utilization of nonlinear recursive filtering methods. One of the major advantages of the CPMKF is that the nonlinear approximations (i.e., measurement conversion and statistic evaluation) are performed outside the filtering recursion and nonlinear filters are avoided [24]. Whereas, in the existing nonlinear filtering methods [13, 17, 18], the nonlinear approximation of the Doppler measurements or the converted Doppler measurement is performed inside the dynamic filtering recursion. The accumulations of approximation errors may lead to unsatisfactory performance.

In order to rectify these flaws, a new method is proposed in [27, 28, 29] and summarized in this chapter. In the proposed method, the use of nonlinear filtering approaches is also avoided while dealing with the Doppler measurements. First, the pseudo-state vectors, of which the converted Doppler measurements [13, 14, 22, 23] are linear functions, are defined. The pseudo-state vector consists of the converted Doppler (i.e., the product of range and range rate) and its derivatives. The time-evolving equations of the pseudo-states are derived and proven to be linear for the three commonly utilized motion models, the constant velocity (CV), constant turn (CT), and the constant acceleration (CA) models. Then, the converted Doppler measurement Kalman filter (CDMKF), a linear filter, is presented to produce the pseudo-state estimates and filter the noise contained in the converted Doppler measurements. Finally, the CDMKF is carried out along with the CPMKF to establish a new state estimation method, statically fused converted measurement Kalman filters (SF-CMKF). Cartesian state estimates and pseudo-state estimates are provided by CPMKF and CDMKF, respectively, and are then fused by a static estimator to produce final state estimates. The quadratic nonlinearity of the pseudo-states is processed by expanding the pseudo-states up to the second order around the estimates from the CPMKF. The correlation between the CPMKF and CDMKF, caused by the common range measurement and process noise, is involved in the static minimum mean squared error (MMSE) estimator to derive correct fusion of the states from the two linear Kalman filters. This filtering scheme actually converts the dynamic nonlinear estimation problem to a linear dynamic estimation following with a static nonlinear fusion problem, where nonlinearity approximations are carried out outside the filtering recursions and the static fusion part produces estimates only for overall outputting. Therefore, nonlinear filtering is also avoided even when range-rate measurements are used for estimation.

Advertisement

2. Problem formulation

A target’s motion is modeled in a two-dimensional (2D) Cartesian system by a discrete time-state equation as

X k + 1 = ΦX k + ΓV k E1

where X k is a state vector consisting of position components and corresponding velocity components (or acceleration components) along x and y directions, Φ is the state transition matrix, and Γ denotes the noise input matrix.

For CV model,

X k = x k x ̇ k y k y ̇ k , Φ = 1 T 0 0 0 1 0 0 0 0 1 T 0 0 0 1 , Γ = T 2 / 2 0 T 0 0 T 2 / 2 0 T E2

For CT model,

X k = x k x ̇ k y k y ̇ k , Φ = 1 sin ϖT / ϖ 0 cos ϖT 1 / ϖ 0 cos ϖT 0 sin ϖT 0 1 cos ϖT / ϖ 1 sin ϖT / ϖ 0 sin ϖT 0 cos ϖT , Γ = T 2 / 2 0 T 0 0 T 2 / 2 0 T E3

For CA model,

X k = x k x ̇ k x ¨ k y k y ̇ k y ¨ k , Φ = 1 T T 2 / 2 0 0 0 0 1 T 0 0 0 0 0 1 0 0 0 0 0 0 1 T T 2 / 2 0 0 0 0 1 T 0 0 0 0 0 1 , Γ = T 2 / 2 0 T 0 1 0 0 T 2 / 2 0 T 0 1 E4

where T is the sampling interval. V k = v x k v y k T is the process noise that follows the Gauss distribution with zero mean and known covariance Q = diag q q . Here,

and
denote process noises in x and y directions, respectively, and q denotes the process noise intensity.
is the known turn rate for CT model [25].

A 2D Doppler radar is assumed to report measurements of targets in polar coordinates, including range, range rate, and azimuth. The measurement equation can be expressed as

E5

where

,
, and
are the target’s true range, azimuth, and range rate, respectively.
,
, and
are the corresponding measurement noises, which are all assumed to be zero-mean Gaussian noises with known variances
,
, and
, respectively. It is assumed that the measurement noises are mutually independent with the exception that
and
are statistically correlated [26] with correlation coefficient
, i.e.,
.

Advertisement

3. Measurement conversion

In this chapter, the CPMKF is utilized to extract information from position (range and azimuth) measurements, and the CDMKF is used to produce pseudo-state estimates from range and range-rate measurements. Fusion of the two converted measurement Kalman filters yields final Cartesian state estimation. For appropriate filtering, the actual statistic, mean and covariance, of the converted measurements has to be evaluated.

The converted position measurements constructed from range and azimuth measurements can be written as

E6

where

and
are converted measurement errors along x and y directions, respectively. The converted Doppler measurements is constructed by the product of the range and Doppler measurements as

E7

where

is the product of true range and range rate, expressed by.

E8

and

is the corresponding error. It can be seen from (8), the converted Doppler measurements are nonlinear with respect to Cartesian states. In conventional tracking approaches, which estimate Cartesian states by recursive filtering directly from measurements, nonlinear recursive filters have to be employed, resulting in unsatisfied performance and possible divergence. In this chapter, the converted Doppler measurements are processed first, by a linear filter, to produce pseudo-state estimates, instead of Cartesian state estimates directly.

The converted measurements in (6) are biased [1, 8] due to nonlinear transformations. Both additive [1] and multiplicative [8] debiasing approaches are presented to counter this bias. Some modifications have also been proposed to deal with large errors [4] and correlation between the measurement noise and the covariance [2, 3, 5, 7]. A detailed discussion on the bias issue is beyond the scope of this chapter. In [1], the additive debiasing method is used with converted position measurements. A linearization method based on Taylor series expansion, which may result in large errors, is proposed in [18]. To facilitate a fair comparison against existing works [14, 15] dealing with Doppler measurements, the position measurement conversion is implemented here based on the additive debiasing [1] technique, as in [14, 15].

Using the nested conditioning method [1, 24], which was proven to be effective and consistent, the calculation of the converted Doppler measurement errors was investigated in [14, 15]. The objective of the nested conditioning method is to find the mean and covariance conditioned on the unknown ideal measurement first and then to find their expectations conditioned on the noisy measurement.

Denote the bias and covariance of the converted position measurements as

E9

and

E10

respectively. Then the debiased converted position measurements can be obtained as

Z c p k = x c k y c k μ p k E11

The expressions of the elements in (9) and (10) can be obtained by the nested conditioning method [1] as

E12
E13
E14
E15
E16

Similarly, one can get the bias and variance of the converted Doppler measurements as [14].

E17

and

E18

respectively. The converted Doppler measurements are debiased as

E19

The covariance between the converted position and Doppler measurements is given as

E20

For details of the derivations of the measurement errors presented above, see [1, 13, 14].

Advertisement

4. Statically fused converted measurement Kalman filters

The converted position measurements, given by (10) and (11), are preferably processed by the standard linear Kalman filter to outperform practical nonlinear filters (EKF and UKF). The converted Doppler measurements, given by (18) and (19), are also processed by a linear Kalman filter to extract pseudo-state. The outputs of these two linear filters are then fused by a static MMSE estimator to yield the final Cartesian state estimates. This results in the statically fused converted measurement Kalman filter, which is illustrated in Figure 1. This method, abbreviated as SF-CMKF, produces superior performance in both accuracy and consistency.

Figure 1.

Filtering structure of SF-CMKF.

4.1 Pseudo-state equation

Finding the proper representation of a certain motion in the generic state space that corresponds to the converted Doppler is critical to this method. In this section, the pseudo-state equation, consistent with the CV, CA, and CT model in 2D Cartesian state space, is derived first, and then the CDMKF and SF-CMKF filtering procedures are formulated.

4.1.1 Pseudo-state equation for CV model

The CV model in 2D Cartesian coordinates can be described by

E21

The converted Doppler (8) is considered to be a generic position to define a pseudo-state that is linear with respect to measurement (7). Since the converted Doppler is quadratic in Cartesian states, it has limited derivatives for the CV model. Taking derivatives of the converted Doppler up to the second order using (21), we have

E22

It shows that the CV motion in 2D Cartesian coordinates can be described completely by

and its first-order derivative in the state space corresponding to the generic position, converted Doppler. Then the pseudo-state vector can be defined as

E23

where

is the vector-valued nonlinear function.

To derive the pseudo-state equation, explicit substitutions are employed. From (23), the pseudo-state at time

is given by

E24

Using (1), (23), and (24), explicit substitutions of the pseudo-state by the Cartesian state equations are performed; the pseudo-state equation can be derived as

E25

where

E26
E27
E28
E29
E30
E31

It can be seen from (25)(31) that the pseudo-states evolve linearly in time, disturbed by the noise part. Based on the assumption that

,
, and
are white Gaussian with zero mean and mutually independent, we have that the noises
and
are white with zero mean; the corresponding covariance can be obtained as

E32
E33

4.1.2 Pseudo-state equation for CA model

Similarly, the pseudo-state equation for CA model can be derived as

E34

where

E35
E36
E37
E38
E39
E40
E41

The noises

and
are white with zero mean; the corresponding covariance can be obtained as

E42
E43

4.1.3 Pseudo-state equation for CT model

Similarly, the pseudo-state equation for CT model can be derived as

E44

where

E45
E46
E47
E48
E49
E50
E51

In the above

E52
E53
E54
E55

where

E56
E57
E58
E59

The noises

and
are white with zero mean; the corresponding covariance can be obtained as

E60
E61

For CV, CA, and CT models, the cross-covariance between

and
is proven to be zero. Therefore, the disturbance part in the pseudo-state equation can be treated as white. Additionally, the pseudo-state equation can be considered as linear. In this case, the MMSE can be used to produce a best linear estimation.

4.2 Converted doppler measurement Kalman filter

The debiased converted Doppler measurements

in (19) guarantee the observability of the pseudo-states in (23), (25), (34), (35), (44), and (45) with the measurement matrix given as
, where
is the dimension of the pseudo-state. The measurement equation is given by

E62

In the above,

denotes the zero-mean Gaussian measurement noise with known variance given by (18). The CDMKF is derived under the linear minimum mean squared error (LMMSE) estimation frameworks as follows:

Applying the expectation operator on the pseudo-state (25), (34), and (44) conditioned on the converted Doppler measurements up to time step

, we can obtain the predicted pseudo-state as

E63

Subtracting the above from the pseudo-state equation yields the state prediction error

E64

where

is the estimation error at time step
. Then the state prediction covariance is

E65

The predicted measurement can be obtained similarly by taking expectation (62) conditioned on the measurements until time step

as

E66

Subtracting the above from (62), the measurement prediction error can be written as

E67

Then the measurement prediction covariance is given by

E68

And the cross-covariance between the pseudo-state and the measurement is

E69

The filter gain is calculated by

E70

Then the updated pseudo-state at time step

is given as

E71

And the updated covariance is

E72

Eqs. (63)(72) summarize the filtering procedure of the CDMKF with the key matrix parameters defined by the pseudo-state equation. The whiteness of the process noise and the linearity of the state equations guarantee that the CDMKF is a best linear estimator in the sense of MMSE. This provides a new method, rather than a nonlinear filter, to mitigate the noises in Doppler measurements and extract target information in pseudo-state space.

Note that the Cartesian state at time

is required to determine the matrix
in (30), (40), and (50). In practice, the true state is not available. The solution is to replace the true state by the state estimates
at time step
from the CPMKF. Also, the covariance
for CV model in (32) can be approximated using components of
as

E73

and the covariance

for CA model in (42) can be approximated as

E74

4.3 Converted position measurement Kalman filter

The formulations of the CPMKF are also given for derivation of the SF-CMKF. The state equation and measurement equation can be expressed as

E75
E76

The process noise

is identical to those in (30), (40), and (50). Here,
is the debiased converted position measurement in (11). The converted measurement error
is zero mean with known covariance in (10). The subscript
is utilized to indicate the matrixes or variables are related to the CPMKF. The implementation procedure of CPMKF is as below:

E77
E78
E79
E80
E81

4.4 Correlation between CDMKF and CPMKF

As shown in Figure 1, the range measurements are commonly used in CDMKF and CPMKF. Therefore, the pseudo-state produced by the CDMKF and the Cartesian states from the CPMKF are not independent. The correlation should be handled appropriately in the fusion procedure.

According to the formulations in the CDMKF, we can rewrite the state estimate from CDMKF at time step

as

E82

Then the corresponding estimation error is

E83

Similarly, the filtering error of CPMKF at time

step can be obtained as

E84

Multiplying (84) by the transpose of (83) and taking expectation, the covariance between the parallel two filters can be updated recursively as

E85

In the above,

is the cross-covariance between the converted position and Doppler measurements at time step
. It can be given by (20). The above equation is a Lyapunov-type equation. The initial condition can be obtained from the initial covariance between the converted measurements.

4.5 Static fusion of CDMKF and CPMKF

The challenges, when combing the estimates from the CDMKF and CPMKF to obtain final state estimates, are not only the nonlinearity but also the correlation between the CDMKF and CPMKF. Since the pseudo-states from the CDMKF are quadratic in Cartesian states, the nonlinearity can be dealt with by expanding the pseudo-states up to the second order in a Taylor series. In the meantime, the cross-covariance between these two filters should also be taken into account. A static estimator is derived based on the framework of linear MMSE estimator to fuse the outputs from the two filters, with both the nonlinearity and the dependence handled simultaneously.

The problem is to estimate target states at time step

using the pseudo-state estimates
produced by the CDMKF and the Cartesian state estimates
from the CPMKF. The prior mean of the state is

E86

given the state estimates of the CPMKF.

A “measurement”

E87

is constructed to update the state of interest. The error

is assumed zero mean, with known covariance
, and is correlated to the estimation error of the CPMKF

E88

with cross-covariance

in (85).

To obtain the prior mean of measurement

, the nonlinear function
between pseudo-states from CDMKF and Cartesian states is expanded as a Taylor series around
with terms up to the second order as

E89

Since the calculations are all performed at a single time step

, the time subscript is omitted for simplicity. Here,
denotes the
Cartesian basis vector.

In the above,

E90

is the Jacobian of the vector

, evaluated at
. Also,

E91

is the Hessian of the

component of
, and
stands for the higher-order terms, which are all zero for the components with quadratic nonlinearity.

The prior mean of the measurement can be obtained by taking expectation on (89) conditioned on the estimates from the CPMKF as

E92

Then the covariance between the states to be estimated and the “measurement” is, incorporating their dependence,

E93

The covariance of the measurement is

E94

The items with

in (93) and (94) arise from the correlation between the two converted measurement filters, and the other items are the same as the measurement update of the second-order EKF.

The static nonlinear estimates are obtained as

E95

The covariance associated with this combined estimate is

E96

The final target states are then evaluated by (95) from the pseudo-state estimates of the CDMKF and the state estimates of the CPMKF.

4.6 Initialization

In the SF-CMKF, there are three estimators that need to be initialized: (1) the CPMKF, (2) the CDMKF, and (3) the static fuser.

The two-point differencing method, which uses measurements from two consecutive time steps

and
to estimate the
“position” components
and the corresponding “velocity” components
and the measurement covariance
to approximate state covariance
, is used. The initial state has the form as

E97

where

is the remaining
components. The corresponding covariance is given by

E98
E99

where

is the vector consisting of maximum values of the remaining
components.

The initialization of the three estimators can be implemented all based on (97) and (98), using correct measurements and measurement covariance.

To initialize the CPMKF, we should use the converted position measurements in (11) and the converted position measurement covariance in (10). To initialize the CDMKF, the converted Doppler measurements in (19) and the corresponding covariance in (18) are used to calculate (97) and (98).

The initialization of the static estimator in the fusion step can be implemented similarly to (98) as

E100

where

is the cross-covariance (20) between the converted position measurements and the converted Doppler measurements. Here, matrix
is replaced by
, which is because there is no correlation between the states that are initialized to zero.

Advertisement

5. Conclusions

Tracking with position and Doppler measurements, where the range and Doppler measurement errors may be correlated, was considered in this chapter.

First, the converted Doppler measurement Kalman filter, a linear filtering approach, can be used to improve state estimation results with the converted Doppler measurements, which are constructed by the product of the range and Doppler measurements. This estimation produces pseudo-state estimate. The pseudo-state equations for three commonly used target motion models, the CV, CA, and CT models, were presented, and the filtering procedures were derived.

Based on the converted Doppler measurement Kalman filter and the converted position measurement Kalman filter, a novel tracking filter was proposed to estimate target states from position and Doppler measurements. In this approach, the two converted measurement Kalman filters are used to produce recursive state estimates individually, and their outputs are fused outside the filtering recursion by a static nonlinear estimator, with nonlinearity and correlation handled properly. Since nonlinear operations are all shifted outside the filtering recursions and the two dynamic filters are the best linear MMSE estimators, the proposed method mitigates the effects of nonlinear filtering methods.

References

  1. 1. Lerro D, Bar-Shalom Y. Tracking with debiased consistent converted measurements versus EKF. IEEE Transactions on Aerospace and Electronic Systems. 1993;29(3):1015-1022. DOI: 10.1109/7.220948
  2. 2. Bordonaro SV, Willet P, Bar-Shalom Y. Tracking with converted position and Doppler measurements. In: Proceedings of SPIE Conference on Signal and Data Processing of Small Targets. 2011. pp. 4089-4094
  3. 3. Bar-Shalom Y, Willett PK, Tian X. Tacking and Data Fusion: A Handbook of Algorithms. Storrs CT: YBS Publishing; 2011
  4. 4. Duan Z, Han C, Li XR. Comments on unbiased converted measurements for tracking. IEEE Transactions on Aerospace and Electronic Systems. 2004;40(4):1374-1377. DOI: 10.1109/TAES.2004.1386889
  5. 5. Fränken D. Consistent unbiased linear filtering with polar measurements. In: Proceedings of the 10th International Conference on Information Fusion. 2007. pp. 1-8
  6. 6. Julier SJ, Uhlmann JK. A consistent, debiased method for converting between polar and Cartesian coordinate systems. In: Proceedings of the 1997 SPIE Conference on Acquisition, Tracking, and Pointing XI, 3086, SPIE. 1997. pp. 110-121
  7. 7. Mei W, Bar-Shalom Y. Unbiased Kalman filter using converted measurements: Revisit. In: Proceedings of SPIE Conference on Signal and Data Processing of Small Targets 2009. pp. 7445:74450U-74450U-9
  8. 8. Mo L, Song X, Zhou Y, Sun Z, Bar-Shalom Y. Unbiased converted measurements for tracking. IEEE Transactions on Aerospace and Electronic Systems. 1998;34(3):1023-1027. DOI: 10.1109/7.705921
  9. 9. Suchomski P. Explicit expressions for debiased statistics of 3D converted measurements. IEEE Transactions on Aerospace and Electronic Systems. 1999;35(1):368-370. DOI: 10.1109/7.745708
  10. 10. Zhao ZL, Li XR, Jilkov VP, Zhu YM. Optimal linear unbiased filtering with polar measurements for target tracking. In: Proceedings of the 5th International Conference on Information Fusion, Annapolis, MD. 2002. pp. 1527-1534
  11. 11. Bizup DF, Brown DE. The over-extended Kalman filter—don’t use it. In: Proceedings of the 6th International Conference on Information Fusion, Cairns. Australia: Queensland; 2003. pp. 40-46
  12. 12. Dai YP, Jin CZ, Hu JL, Hirasawa K, Liu Z. A target tracking algorithm with range rate under the color measurement environment. In: Proceedings of the 38th SICE Annual Conference. Japan: Morioka; 1999. pp. 1145-1148
  13. 13. Duan Z, Han C, Li XR. Sequential nonlinear tracking filter with range-rate measurements in spherical coordinates. In: Proceedings of the 7th International Conference on Information Fusion. 2004. pp. 599-605
  14. 14. Duan Z, Han C. Radar target tracking with range rate measurements in polar coordinates. Journal of System Simulation (Chinese). 2004;16(12):2860-2863
  15. 15. Duan Z, Li XR, Han C, Zhu H. Sequential unscented Kalman filter for radar target tracking with range rate measurements. In: Proceedings of the 8th International Conference on Information Fusion. 2005. pp. 130-137
  16. 16. Kameda H, Tsujimichi S, Kosuge Y. Target tracking under dense environment using range rate measurements. In: Proceedings of the 37th SICE Annual Conference. Japan: Chiba; 1998. pp. 927-932
  17. 17. Lei M, Han C. Sequential nonlinear tracking using UKF and raw range-rate measurements. IEEE Transactions on Aerospace and Electronic Systems. 2007;43(1):239-250. DOI: 10.1109/TAES.2007.357130
  18. 18. Wang JG, Long T, He PK. Use of the radial velocity measurement in target tracking. IEEE Transactions on Aerospace and Electronic Systems. 2003;39(2):401-413. DOI: 10.1109/TAES.2003.1207253
  19. 19. Park SE, Lee JG. Improved Kalman filter design for three-dimensional radar tracking. IEEE Transactions on Aerospace and Electronic Systems. 2001;37(2):727-739. DOI: 10.1109/7.937485
  20. 20. Park ST, Lee JG. Design of a practical tracking algorithm with radar measurements. IEEE Transactions on Aerospace and Electronic Systems. 1998;34(4):1337-1344. DOI: 10.1109/7.722718
  21. 21. Zollo S, Ristic B. On polar and versus Cartesian coordinates for target tracking. In: Proceedings of the 5th International Symposium on Signal Processing and its Applications. Australia: Brisbane; 1999. pp. 499-502
  22. 22. Zhou G, Zhao N, Fu T, Quan T, Kirubarajan T. Enhanced sequential nonlinear tracking filter with denoised pseudo measurements. In: Proceedings of the 14th International Conference on Information Fusion, Chicago. USA: Illinois; 2011. pp. 1409-1415
  23. 23. Zhou G, Yu C, Cui N, Quan T. A tracking filter in spherical coordinates enhanced by de-noising of converted Doppler measurements. Chinese Journal of Aeronautics. 2012;25(5):757-765
  24. 24. Li XR, Jilkov VP. A survey of maneuvering target tracking-Part III: Measurement models. In: Proceedings of 2001 SPIE Conference on Signal and Data Processing of Small Targets, 4473, SPIE, San Diego, CA, USA. 2001. pp. 423-446
  25. 25. Li XR, Jilkov VP. A survey of maneuvering target tracking-part I: Dynamics models. IEEE Transactions on Aerospace and Electronic Systems. 2003;39(4):1333-1364. DOI: 10.1109/TAES.2003.1261132
  26. 26. Niu R, Willett P, Bar-Shalom Y. Tracking considerations in selection of radar waveform for range and range-rate measurements. IEEE Transactions on Aerospace and Electronic Systems. 2002;38(2):467-487. DOI: 10.1109/TAES.2002.1008980
  27. 27. Zhou G, Pelletier M, Kirubarajan T, Quan T. Statically fused converted position and Doppler measurement Kalman filters. IEEE Transactions on Aerospace and Electronic Systems. 2014;50(1):300-318. DOI: 10.1109/TAES.2013.120256
  28. 28. Zhou G, Wu L, Xie J, Deng W, Quan T. Constant turn model for statically fused converted measurement Kalman filters. Signal Processing. 2015;108(3):400-411. DOI: 10.1016/ j.sigpro.2014.09.022
  29. 29. Zhou G, Guo Z, Chen X, Xu R, Kirubarajan T. Statically fused converted measurement Kalman filters for tracking with measurements of phased Array radars. IEEE Transactions on Aerospace and Electronic Systems. 2018;54(2):554-568. DOI: 10.1109/ TAES.2017.2760798

Written By

Gongjian Zhou and Zhengkun Guo

Submitted: 23 June 2018 Reviewed: 07 March 2019 Published: 09 April 2019