Next Article in Journal
Analysis of the Hazard, Vulnerability, and Exposure to the Risk of Flooding (Alba de Yeltes, Salamanca, Spain)
Previous Article in Journal
Phenylalanine-Rich Peptide Mediated Binding with Graphene Oxide and Bioinspired Synthesis of Silver Nanoparticles for Electrochemical Sensing
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Letter

A Hybrid Model Algorithm for Hypersonic Glide Vehicle Maneuver Tracking Based on the Aerodynamic Model

Beijing Institute of Tracking and Telecommunications Technology, No. 26 Beiqing Road, Beijing 100094, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2017, 7(2), 159; https://doi.org/10.3390/app7020159
Submission received: 24 October 2016 / Accepted: 21 December 2016 / Published: 8 February 2017

Abstract

:
In order to solve the problem of an uncertain initial state and big errors for hypersonic glide vehicle (HGV) tracking, a hybrid model algorithm is proposed by combining a single model algorithm with a multiple model algorithm. To develop the tracking algorithm with the Cubature Kalman filter, in every model filter the process equation is established based on the HGV aerodynamic model and the measurement equation is established based on the radar measurement principle. The proposed hybrid model algorithm is developed by using the multiple model algorithm in the initial tracking stage and using the single model algorithm in the stable tracking stage, and they are divided by a proposed parameter. The former can avoid divergence and reduce the errors caused by the uncertain initial state. The latter can track the HGV at higher accuracy. The simulation indicates that the proposed hybrid model has high speed accuracy in the whole tracking stage and high position accuracy in the stable tracking stage. The average position root mean square error (RMSE) using the hybrid model algorithm is almost the same as that using the single model algorithm but the average speed RMSE using the single model algorithm is about 30% greater than that using the hybrid model algorithm. In a system for defending the HGV, the speed accuracy has more effect on the trajectory prediction as time goes on. Thus, the hybrid model algorithm is an engineering algorithm for HGVs with high accuracy. In future research, the hybrid model algorithm will be studied for general maneuvering target tracking.

1. Introduction

The hypersonic glide vehicle (HGV) [1] is a rapid strike weapon, which can strike any place in the world within two hours. HGVs can make a long glide in near space by aerodynamic force with a Mach number bigger than five. Usually the first step of defending the HGV is to find and track HGVs using radars. We will miss lots of important information if we track an HGV using kinematic models [2,3], such as the constant acceleration (CA) model, the constant turning (CT) [4] model and the Singer model [5]. To develop the HGV tracking algorithm using as much information as possible, we established the process equation based on the aerodynamic model.
There are some papers about HGV tracking using kinematic models [2,3] and using aerodynamic models [6,7]. However, the problems of the uncertain initial state and big errors for HGV tracking have not been studied in any published paper, and they are important for improving the tracking performance.
When tracking an HGV using radar, the velocity and position can be directly measured roughly but the two control variables, the bank angle and the angle of attack (AOA), cannot be directly measured. The initial states of the bank angle and AOA are unknown by defenders. This problem of choosing the initial states of the two control variables for HGV tracking will be studied in this paper.
We proposed that we conduct HGV tracking with a multiple model algorithm in the initial tracking stage and with a single model algorithm in the stable tracking stage, and they are divided by a proposed parameter. The multiple model algorithm can avoid divergence and reduce the errors caused by the uncertain initial state. The single model algorithm can track the HGV at higher accuracy. The proposed hybrid model algorithm will be compared with the single model algorithm and multiple model algorithm in computational cost and tracking accuracy.
We will establish the HGV tracking algorithm using the Cubature Kalman filter (CKF). The CKF [8] is proposed by Ienkaran Arasaratnam based on the Cubature rules with rigorous mathematical derivation. CKF is more accurate than the extended Kalman filter (EKF) [9] in a nonlinear filter and more accurate than the unscented Kalman filter (UKF) [10] in a high-degree nonlinear system filter [11]. Furthermore, the system of tracking an HGV is a high-degree nonlinear system. According to the above considerations, every model filter in the algorithms in this paper can be constructed using CKF.

2. Aerodynamic Model and Radar Model

From the above considerations we know the CKF is a good choice for a high-degree nonlinear system, such as the HGV tracking system. Based on CKF theory, the tracking problem of a nonlinear dynamic system can be defined by the following state-space model with additive noise in discrete time [12].
Process equation:
X k = f ( X k 1 , u k 1 ) + w k 1
Measurement equation:
Y k = h ( X k , u k ) + ν R , k
where X k is the state variable at discrete time k; u k is the control input at time k; { w k } and { ν R , k } are the independent process and measurement Gaussian noise sequence with zero means and covariance matrixes Q k and R k , respectively. Furthermore, the process equation will be established based on the HGV aerodynamic model and the measurement equation will be obtained based on the radar principle.
We proposed a single model algorithm and several multiple model algorithms for HGV tracking in our paper [7]. Those algorithms were all developed based on the aerodynamic model (process equation) and the radar measurement model (measurement equation). In this paper we will propose the new tracking algorithm based the same aerodynamic model and the same radar measurement model.

2.1. HGV Aerodynamic Model

The HGV aerodynamic model can be described in a semi-speed coordinate system by the equation [7,13]:
{ d V d t = D gsin θ d θ d t = L c o s ν V + ( V r g V ) c o s θ + 2 ω e c o s ϕ s i n σ d σ d t = L s i n ν V c o s θ + V c o s θ s i n σ t a n ϕ r 2 ω e ( c o s ϕ t a n θ c o s σ sin ϕ ) d ϕ d t = V c o s θ c o s σ r d λ d t = V c o s θ s i n σ r c o s ϕ d r d t = V s i n θ
where V , θ , σ , r , λ , ϕ are the state variables defined in our paper [7]. Bank angle ν and AOA α are the two unknown control variables defined in our paper [7]. Furthermore, from Reference [7] we know that for an appropriate flight distance, the variation ranges are usually set as follows [6]: AOA, 6° to 12°; bank angle, −20° to 20°.

2.2. Radar Measurement Model

The radar measurement model [14] was previously described in our paper [7]. In the radar measurement coordinate system, the coordinates of the HGV centroid are [ x y z ] T , and based on coordinate transforming relations we can know the coordinates of the HGV centroid in the spherical coordinate system. According to the radar principle [14], range (R), azimuth angle (A) and elevation angle (E) can be expressed as:
{ R 0 = x 2 + y 2 + z 2 A = { arctan ( z x ) + π , x < 0 arctan ( z x ) , x > 0 , z > 0 arctan ( z x ) + 2 π , x > 0 , z < 0 E = arcsin ( y / R 0 )
In HGV tracking we assume the radar measurement noises are known independent white noises, so the radar measurement equations can be expressed as:
{ R ˜ 0 = R 0 + ε R A ˜ = A + ε A E ˜ = E + ε E
where v R = [ ε R ε A ε E ] T has been defined in our paper [7].
The statistical characteristics of radar measurement noises v R can be expressed as
R = [ σ R 2 0 0 0 σ A 2 0 0 0 σ E 2 ]
where σ R 2 , σ A 2 and σ E 2 are measurement error variances of the range, azimuth angle and elevation angle respectively.

3. Tracking Algorithm

In this section we will develop three HGV tracking algorithms, namely the multiple model algorithm, the single model algorithm and the hybrid model algorithm. Through these algorithms we can estimate X k using X k - 1 and Y k .
The augmented state variables at discrete time k can be defined as
X k = [ V k θ k σ k r k λ k ϕ k α k ν k ]
where the new X k is the combination of the former X k and u k .

3.1. Multiple Model Algorithm

Based on the above considerations, the two control variables cannot be measured directly and their initial states are hard to choose as the filter initial states in HGV tracking. However, their variation ranges usually are within certain ranges [6]: AOA: 6 to 12 degrees; bank angle: −20 to 20 degrees.
So we can use a nine-model multiple model algorithm based on the aerodynamic model to track HGVs. The interacting multiple model (IMM) [15] estimator is a widely used cost-effective algorithm for maneuvering target tracking. We can get the model set by combining the three fixed AOAs and three fixed bank angles as
{ ( α 1 = 6 , ν 1 = 20 ) , ( α 2 = 6 , ν 2 = 0 ) , ( α 3 = 6 , ν 3 = 20 ) , ( α 4 = 9 , ν 4 = 20 ) , ( α 5 = 9 , ν 5 = 0 ) , ( α 6 = 9 , ν 6 = 20 ) , ( α 7 = 12 , ν 7 = 20 ) , ( α 8 = 12 , ν 8 = 0 ) , ( α 9 = 12 , ν 9 = 20 ) }
The details of the nine-model IMM algorithm can be found in our paper [7].

3.2. Single Model Algorithm

Equation (3) shows the process of position and velocity in continuous time. Then the basic process equation can be written by making Equation (3) discretized. To develop the single model tracking algorithm based on the aerodynamic model, we need to approximate the process of the two control variables from discrete time k − 1 to k. Furthermore, the augmented equations regarding the control variables can be written as
{ α k = α k - 1 + T w k 1 , α ν k = ν k - 1 + T w k 1 , ν
where T is the time interval. We consider that the changes of the AOA and the bank angle at discrete time k and (k − 1) are caused by white noise w k 1 , α and w k 1 , ν , respectively.
After getting the process and measurement equations, according to CKF we can get the predicated state X ^ k at discrete time k using the state X ^ k - 1 at discrete time k − 1 and the new measurement Y k .

3.3. Hybrid Model Algorithm

We are stimulated by the idea of a hybrid grid multiple model (HGMM) [16] algorithm and we propose an absolutely improved algorithm called the hybrid model algorithm. The model set in effect in the HGMM algorithm consists of two types of model subsets: a fixed coarse grid and an adaptive fine grid. The coarse subset is obtained by quantizing the mode space crudely and the fine subset is designed from the region surrounding the optimal estimate of the true mode. One cycle of HGMM consists of three steps: the first step is to obtain the mode estimate based on the fixed coarse grid; the second step is to design the fine grid using the mode estimate; third step is to run the variable structure–interacting multiple model algorithm. The hybrid model algorithm is not hybrid in every recursion like the HGMM algorithm but it is hybrid in the whole filtering stage (the initial filtering stage and the stable filtering stage). The differences between the hybrid model algorithm and the HGMM algorithm are shown in Figure 1.
From Figure 1 we can know that the hybrid model algorithm is a hybrid of the multiple model algorithm and the single model algorithm in the whole tracking stage, but the HGMM algorithm includes many hybrids from the coarse grid and fine grid in the whole tracking stage.
To solve the problem of big errors in the initial tracking stage using the single model algorithm because of the uncertain initial state and in the stable tracking stage using the multiple model algorithm because of the excessive “competition” from the “unnecessary” models, we develop the hybrid model algorithm with multiple models in the initial tracking stage and a single model in the stable tracking stage. The turning point from the multiple model algorithm to the single model algorithm is an approximate time denoted as
f = V ( R 0 σ A ) 2 + ( R 0 σ E ) 2 + σ R 2 2
t s = f T
where σ A , σ E , σ R and R 0 have been defined as parameters of the radar measurement in Section 2.2, respectively. T is the time interval for the Kalman filter recursion. The HGV tracking system enters into the stable tracking stage after the f-th Kalman filter recursion.
More specifically, we use the multiple model algorithm before time t s and use the single model algorithm after time t s . The tracking performance can be improved using the multiple model algorithm when the initial state is unknown in the initial tracking stage, and the tracking performance is better using the single model algorithm in the stable tracking stage.

4. Simulation Results

In this section, two representative scenarios will be generated as HGV maneuvering trajectories and tracked using the above three algorithms. In order to make the simulation results objective and practical, we choose the average values of the variation ranges of the two control variables as the initial states.
We generate the HGV trajectory using the following initial augmented state: V = 6000 m/s; θ = 5.73 ° ; σ = 0 ° ; r = 6.378 × 10 6 + 50 × 10 3 m; λ = 0 ; ϕ = 0 . Furthermore, the HGV makes skipping longitudinally flight at the fixed AOA 10 . To validate the effectiveness of the HGV maneuvering trajectory tracking algorithms proposed in this paper, two lateral maneuvering methods are given from
{ ν = 20 , V > V 1 ν = 0 , V 2 < V < V 1 ν = 20 , V < V 2
ν = 20 sin ( t π / 40 )
where V 1 = 5000 m/s and V 2 = 4500 m/s; t denotes the flight time. Equation (12) shows the HGV maneuvers laterally at the biggest degree. Equation (13) shows the HGV maneuvers laterally with the bank angle changing in the sine law with a period of 80 s and an amplitude of 20°. Then two HGV trajectory scenarios can be generated as shown in Figure 2.
In Figure 2, scenario 1 is generated based on Equation (12) and scenario 2 is generated based on Equation (13). From Figure 2 we can know that the HGV maneuvers laterally more strongly when the bank angle changes according to Equation (12).
We set that the radar is located at the position: r = 6.378 × 10 6 + 200   m ; λ = 5.625 ° ; ϕ = 11.25 ° . The standard deviation of the radar measurement errors is set as
[ σ R σ A σ E ] = [ 10   m 0.0286 ° 0.0286 ° ]
Every process noise covariance matrix in all tracking models is set as
Q = d i a g ( [ 5 2 , 0.0573 2 , 0.0573 2 , 50 2 , 0.000573 2 , 0.000573 2 , 0.01 2 , 0.01 2 ] )
In the algorithm simulation, the time interval T is 0.1 s. In addition, the initial state for all HGV tracking algorithms is set as
X 0 = [ 6000 - 5.73 0 ( 6.378 × 10 6 + 50 × 10 3 ) 0 0 9 0 ]
Based on the set about the radar and the initial state, the turning point from the multiple model algorithm to the single model algorithm is approximately t s = 17.9 s. So we use approximately t s = 20 s in the hybrid model algorithm for HGV tracking.
The model switching probability ρ i j for the multiple model algorithm is a constant matrix with a large value on the diagonal elements. The nine-model switching probability for the nine-model IMM algorithm can be set as
ρ i j = { 0.6 , i = j 0.05 , i j
The initial model probability for the nine-model tracking algorithm is taken assuming the first model is near to the real model of the HGV, that is:
ω 0 j = { 0.2 , j = 1 0.1 , otherwise
Then we can conduct HGV tracking using the three algorithms mentioned above and run 100 Monte-Carlo simulations for every algorithm on each trajectory. We use the root mean square error (RMSE) of the position and velocity to contrast the performances of the different tracking algorithms. The RMSE, average RMSE (ARMSE) and peak RMSE (PRMSE) can be defined as
R M S E ( k ) = 1 n M C i = 1 n M C ( X ^ k / k ( i ) - X k ) 2
A R M S E = 1 m k = n n + m R M S E ( k )
P R M S E = max n k m + n ( R M S E ( k ) )
where n M C = 100 is the Monte-Carlo simulation number; X ^ k / k ( i ) is the predicted state at discrete time k at the i-th Monte-Carlo simulation; X k is the real state at discrete time k.
The RMSE of r and V using different algorithms in scenarios 1 and 2 are shown as Figure 3 and Figure 4, respectively. The ARMSE and PRMSE of r and V using different algorithms in scenarios 1 and 2 are shown in Table 1 and Table 2, respectively.

5. Discussion

From Table 1 and Table 2 we can see that the hybrid model algorithm has the best V ARMSE and V PRMSE in these algorithms, because the fixed coarse grid (multiple model) is good for reducing the V RMSE caused by the uncertain initial control variables and the fine grid (single model) is good for reducing the V RMSE caused by excessive “competition” from the “unnecessary” models in the stable tracking stage.
However, the r ARMSE using the hybrid model algorithm is a bit higher than that using the single model algorithm and the r PRMSE using the hybrid model algorithm is about the same as that using the multiple model algorithm. In the initial tracking stage, using the multiple model results in a bigger r RMSE because it is slow that the changes of the speed propagate to that of the position in a nonlinear system with excessive models, and the fixed coarse grid does not come into effect in the initial tracking stage.
The higher r PRMSE using the hybrid model algorithm is caused by the multiple model algorithm in the initial tracking stage. The r ARMSE using the hybrid model algorithm is about 1.6% greater than that using the single model algorithm. However, the V RMSE using the single model algorithm is about 30% greater than that using the hybrid model algorithm.
The numbers of the model filters mainly determine the computational cost of the HGV tracking algorithm. There is only one model filter in the single model algorithm and there are nine model filters in the multiple model algorithm. Obviously, the computational cost of the hybrid model algorithm is slightly higher than that of the single model algorithm but much lower than that of the multiple model algorithm. It is acceptable that the V accuracy is improved significantly with the slightly higher computational cost.
In a system for defending HGVs we take more consideration of the speed accuracy in the whole tracking stage and the position accuracy in the stable tracking stage, because we need to launch the interceptor missile in the stable tracking stage and the speed accuracy has more effect on the trajectory prediction as time goes on. From Figure 3 and Figure 4, we can know that the V RMSE and r RMSE using the hybrid algorithm are quick to converge. The hybrid model algorithm has the lowest V RMSE in these algorithms and about the same r RMSE as the single model algorithm. Thus, the hybrid model algorithm is the best choice for HGV tracking of the three algorithms.
The hybrid model algorithm may be promising for some general-maneuvering target tracking, which will be studied in future research.

Acknowledgments

The authors would like to thank all the reviewers for helping improve the clarity of the presentation of this paper. This work is supported by the National Key Technology Support Program of China (2015BAK34B02).

Author Contributions

Yu Fan designed and performed the experiments, analyzed the data and wrote the paper. Wuxuan zhu and Guangzhou Bai are supervisors of Yu Fan, and revised the paper. Fang Lu, Liang Yan revised the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Li, G.; Zhang, H.; Tang, G.; Xie, Y. Maneuver modes analysis for hypersonic glide vehicles. Guid. Navig. Control Conf. 2014, 43, 543–548. [Google Scholar]
  2. Zhang, X.Y.; Wang, G.H.; Song, Z.Y.; Gu, J.J. Hypersonic sliding target tracking in near space. Def. Technol. 2015, 29, 370–381. [Google Scholar] [CrossRef]
  3. Qin, L.J.; Zhou, D. Tracking filter algorithm for near space target based on AGIMM. Syst. Eng. Electr. 2015, 37, 1009–1014. [Google Scholar]
  4. Wang, H.; Liu, G.; Gu, X. Research on adaptive turning model in grid multiple model algorithm. J. Proj. Rocket. Missiles Guid. 2008, 28, 241–244. [Google Scholar]
  5. Wu, W.; Pan, Q.; Zhao, C.; Liu, L. A probability hypothesis density filter with singer model for maneuver target tracking. In Proceedings of the 2013 32nd Chinese Control Conference (CCC), Xi’an, China, 26–28 July 2013.
  6. Zhai, D.; Lei, H.; Li, J.; Liu, T. Trajectory prediction of hypersonic vehicles based on the self-adaptive IMM. Acta Aeronaut. Astronaut. Sin. 2016, 37, 245–253. [Google Scholar]
  7. Fan, Y.; Zhu, W.; Bai, G. A Cost-Effective Tracking algorithm for hypersonic glide vehicle maneuver based on modified aerodynamic model. Appl. Sci. 2016, 6, 312. [Google Scholar] [CrossRef]
  8. Arasaratnam, I.; Haykin, S. Cubature kalman filters. IEEE Trans. Autom. Control 2009, 54, 1254–1269. [Google Scholar] [CrossRef]
  9. Aidala, V.J. Kalman filter behavior in bearings-only tracking applications. IEEE Trans. Aerosp. Electr. Syst. 1979, 15, 29–39. [Google Scholar] [CrossRef]
  10. Julier, S.J.; Uhlmann, J.K.; Durrant-Whyte, H.F. A new approach for filtering nonlinear systems. Am. Control Conf. 1995, 3, 1628–1632. [Google Scholar]
  11. Zhu, W.; Wang, W.; Yuan, G. An improved interacting multiple model filtering algorithm based on the cubature kalman filter for maneuvering target tracking. Sensors 2016, 16, 805. [Google Scholar] [CrossRef] [PubMed]
  12. Ho, Y.-C.; Lee, R. A Bayesian approach to problems in stochastic estimation and control. IEEE Trans. Autom. Control 1964, 9, 333–339. [Google Scholar] [CrossRef]
  13. Shen, Z.; Lu, P. Dynamic lateral entry guidance logic. J. Guid. Control Dyn. 2004, 27, 949–959. [Google Scholar] [CrossRef]
  14. Ding, L.; Geng, F.; Chen, J. Radar Principle; Publishing House of Electronics Industry: Beijing, China, 2009. [Google Scholar]
  15. Blom, H.A.P.; Barshalom, Y. The interacting multiple model algorithm for systems with Markovian switching coefficients. IEEE Trans. Autom. Control 1988, 33, 780–783. [Google Scholar] [CrossRef]
  16. Xu, L.; Li, X.R.; Duan, Z. Hybrid grid multiple-model estimation with application to maneuvering target tracking. IEEE Trans. Aerosp. Electr. Syst. 2016, 52, 122–136. [Google Scholar] [CrossRef]
Figure 1. Differences between hybrid model algorithm and hybrid grid multiple model (HGMM) algorithm.
Figure 1. Differences between hybrid model algorithm and hybrid grid multiple model (HGMM) algorithm.
Applsci 07 00159 g001
Figure 2. Hypersonic glide vehicle (HGV) maneuvering trajectory.
Figure 2. Hypersonic glide vehicle (HGV) maneuvering trajectory.
Applsci 07 00159 g002
Figure 3. The performance for tracking scenario 1: (a) V RMSE using multiple model algorithm, single model algorithm and hybrid model algorithm; (b) r RMSE using multiple model algorithm, single model algorithm and hybrid model algorithm, ARMSE: average root mean square error; PRMSE: peak root mean square error.
Figure 3. The performance for tracking scenario 1: (a) V RMSE using multiple model algorithm, single model algorithm and hybrid model algorithm; (b) r RMSE using multiple model algorithm, single model algorithm and hybrid model algorithm, ARMSE: average root mean square error; PRMSE: peak root mean square error.
Applsci 07 00159 g003
Figure 4. The performance for tracking scenario 2: (a) V RMSE using multiple model algorithm, single model algorithm and hybrid model algorithm; (b) r RMSE using multiple model algorithm, single model algorithm and hybrid model algorithm
Figure 4. The performance for tracking scenario 2: (a) V RMSE using multiple model algorithm, single model algorithm and hybrid model algorithm; (b) r RMSE using multiple model algorithm, single model algorithm and hybrid model algorithm
Applsci 07 00159 g004
Table 1. The performances for tracking scenario 1, ARMSE: average root mean square error; PRMSE: peak root mean square error.
Table 1. The performances for tracking scenario 1, ARMSE: average root mean square error; PRMSE: peak root mean square error.
AlgorithmV ARMSE (m/s)V PRMSE (m/s)r ARMSE (m)r PRMSE (m)
Multiple model5.3017.9674.18214.09
Single model3.8915.3361.36164.95
Hybrid model2.959.4962.34217.18
Table 2. The performances for tracking scenario 2.
Table 2. The performances for tracking scenario 2.
AlgorithmV ARMSE (m/s)V PRMSE (m/s)r ARMSE (m)r PRMSE (m)
Multiple model5.2916.2670.87219.16
Single model4.0415.6959.70161.32
Hybrid model2.919.8860.63214.73

Share and Cite

MDPI and ACS Style

Fan, Y.; Lu, F.; Zhu, W.; Bai, G.; Yan, L. A Hybrid Model Algorithm for Hypersonic Glide Vehicle Maneuver Tracking Based on the Aerodynamic Model. Appl. Sci. 2017, 7, 159. https://doi.org/10.3390/app7020159

AMA Style

Fan Y, Lu F, Zhu W, Bai G, Yan L. A Hybrid Model Algorithm for Hypersonic Glide Vehicle Maneuver Tracking Based on the Aerodynamic Model. Applied Sciences. 2017; 7(2):159. https://doi.org/10.3390/app7020159

Chicago/Turabian Style

Fan, Yu, Fang Lu, Wuxuan Zhu, Guangzhou Bai, and Liang Yan. 2017. "A Hybrid Model Algorithm for Hypersonic Glide Vehicle Maneuver Tracking Based on the Aerodynamic Model" Applied Sciences 7, no. 2: 159. https://doi.org/10.3390/app7020159

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