SlideShare a Scribd company logo
1 of 10
Download to read offline
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015
DOI: 10.5121/ijci.2015.4104 41
MANEUVERING TARGET TRACK PREDICTION MODEL
Qingping Yu
1
, Xiaoming You
2
and Sheng Liu
3
1
College of Electronic and Electrical Engineering, Shanghai University of Engineering
Science, Shanghai 201620, China
2
School of Management, Shanghai University of Engineering Science
Shanghai, 201620, China
ABSTRACT
The issues about maneuvering target track prediction were discussed in this paper. Firstly, using Kalman
filter which based on current statistical model describes the state of maneuvering target motion, thereby
analyzing time range of the target maneuvering occurred. Then, predict the target trajectory in real time by
the improved gray prediction model. Finally, residual test and posterior variance test model accuracy,
model accuracy is accurate.
KEYWORDS
Current Statistical Model, Maneuvering Target, Kalman Filter, Gray Theory
1.THE STATE DESCRIPTION OF MANEUVERING TARGET
To build model of maneuvering target motion by current statistical model, to use Kalman filter
process tracking.
1.1 To build current statistical model for maneuvering target
Current statistical model is a nonzero mean time-dependent model. Current acceleration
probability density is described by the modified Rayleigh distribution. It is assumed that the target
acceleration (t)a satisfies the following relationship:
1(t) (t) (t)a a a= + (1)
'
1 1(t) (t) (t)a aα ω= − + (2)
In the above formula: a is the mean acceleration, and it is an estimate (a constant in each
sampling period) about previous time acceleration; 1(t)a is a first order Markov process of zero
mean, α is the reciprocal of the maneuvering time constant; (t)ω is zero mean Gaussian white
noise.
The discrete state equation of current statistical model is:
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015
42
(k 1) F(k)X(k) U(k) (k 1) W(k)X a+ = + + + (3)
( )X k is state vector, ( )F k is state transition matrix, U( )k is Disturbance transfer matrix,
W( )k is zero mean white noise with variance ( )Q k ,radar scan for 1s, so the sampling period
T =1,takeα =1, the following expression:
' ''
(k) (k) (k) (k)X x x x =   (4)
2
1 ( 1 ) /
( ) 0 1 (1 ) /
0 0
T
T
T
T T e
F k e
e
α
α
α
α α
α
−
−
−
 − + +
 
= − 
 
  (5)
2
( / 2 1 (e ) / ) /
U( ) (1 e ) /
1 e
T
T
T
T T
k T
α
α
α
α α α
α
−
−
−
 − + + −
 
= − − 
 −  (6)
In the above formula, T is the sampling period.
Variance adaptive algorithm based on current statistical model, that is, the following equation
adaptive variance:
11 12 13
2
12 22 23
13 23 33
Q(k) E[W(k)W (k)] 2T
a
q q q
q q q
q q q
ασ
 
 = =  
   (7)
The variables are as follows:
2 3 3 2 2 5
11 [1 2 T 2 T / 3 2 T 4 ]/ 2T T
q e Teα α
α α α α α− −
= − + + − − (8)
2 2 2 4
12 [1 e 2 2 Te 2 T T ]/ 2T T T
q eα α α
α α α α− − −
= + − + − + (9)
2 3
13 [1 e 2 Te ]/ 2T T
q α α
α α− −
= − −
(10)
2 3
22 [4 3 e 2 T]/ 2T T
q e α α
α α− −
= − − + (11)
2 2
23 [ 1 2e ]/ 2T T
q e α α
α− −
= + − (12)
2
33 [1 e ]/ 2T
q α
α−
= −
(13)
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015
43
2
max
2
2
max
4
[a (k)] (k) 0
4
[a (k)] (k) 0
a
a a
a a
π
πσ
π
π
−
−
− >
= 
− − <
 (14)
maxa
is the maximum positive acceleration, maxa− is the maximum negative acceleration.
Measurement equation:
(k) H(k)X(k) V(k)Z = + (15)
In the above formula,H(k) is measurement matrix, V(k) is white noise that it's zero mean and
variance is (k)R 。
1.2. Kalman filter based on current statistical model
Kalman filter based on current statistical model smooth the state of the target on the past and
present time, while predicting the target movement in the future time, including the location of
the target, velocity and acceleration parameters.
State variable method is a valuable method to describe a dynamic system, using this methods, the
system input-output relationship is described in the time domain by the state transition model and
output observation model. Input can be determined by dynamic model consisted of a function of
time and unpredictable variables or random noise process to describe. Output is a function of the
state, which often disturbed by random observation errors, can be described by measurement
equation.
Dynamic equations of discrete-time systems (state equations) can be expressed as:
(k) (K)X(k 1) (k) (k) W(k)X F a U= − + + (16)
The measurement equation of discrete-time systems:
Z(k) (k)X(k) (k)H V= + (17)
(k)H is the measurement matrix, (k)V is zero mean Gaussian white noise sequence. Different
time measurement noise is independent
.
The formulas of Kalman filter algorithm based on the current statistical model are:
(k | k 1) (k)X(k 1| k 1) (k) (k)X F a B− = − − + (18)
P(k | k 1) (k)P(k 1| k 1)F (k)T
F Q− = − − + (19)
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015
44
X(k | k) (k | k 1) (k)[Z(k) (k)X(k | k 1)]gX K H= − + − −
(20)
1
(k) P(k | k 1)H (k)[(H(k)P(k | k 1)H (k) (k)]T T
gK R −
= − − +
(21)
P(k | k) [I K (k)H(k)]P(k | k 1)g= − −
(22)
Wherein, (k) ~ N(0, )W Q , V(k) ~ N(0,R) .
Kalman filter does not require saving measurement data in the past, when new data measured,
according to new data and various valuation in previous time, by means of state transition
equation of the system, according to the above recurrence formula, thereby calculating the
amount of all the new valuation.
2. TRACK PREDICTION BASED ON THE GRAY THEORY
To solve track forecast problem of aerial target, an aerial targets track prediction method based on
gray theory is proposed in this paper. Grey system theory is based on new understanding about
objective system. Although insufficient information on some systems, but as a system must have
specific functions and order, but its inherent laws are not fully exposed. Some random amount, no
rules interference component and chaotic data columns, from gray system point of view, is not
considered to be elusive. Conversely, in gray system theory, a random amount is regard as a gray
amount within a certain range, according to the proper way to deal with the raw data, grey
number is converted to generation number, and then get strong regularity generation functions
from generation number.
To achieve a real-time online track prediction and improve the prediction accuracy, an improved
GM forecasting model is established. In the case of limited data, the model is used to predict the
track effectively. The basic steps of aerial target track grey prediction: 1) the raw data
accumulated generating 1; 2) the establishment of GM (1, 1) prediction model; 3) to test the
model; 4) establishment of a residual model; 5) target track forecast.
2.1. Target track prediction
The current track graphics, coordinate information is known.
Figure 1. The current track data
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015
45
Provided the original data sequence:
(0) (0) (0) (0) (0) (0) (0) (0)
(x (1),x (2),...,x (n)), (y (1), y (2),..., y (n))X Y= = ,
(0) (0) (0) (0)
(z (1),z (2),...,z (n))Z = ,
(0) (0) (0)
(x (i), y (i),z (i)) is the coordinates of the target
(Figure1 data) in rectangular coordinate system with the center of earth.
(0)
x (i) 0,i 1,2,...m> =
, (0)
(i) 0,i 1,2,...my > = , (0)
(i) 0,i 1,2,...mz > = , using the data sequence, general
procedures to establish GM (1,1) model is:
The first step: to do the first order accumulated generating of the original data series
(0)
X (i.e., 1-
AGO), get accumulated generating sequence:
(1) (1) (1) (1)
(x (1),x (2),...,x (n))X = (23)
Wherein,
(1) (0) (1) (0)
1
x (1) x (1),x (k) x (i),(k 2,3,...,n)
k
i=
= = =∑
,
The second step: the first order accumulated generating sequence
(1)
X established GM (1, l)
model, getting related albino differential equations:
(1)
(1)(t)
(t) b
dx
ax
dt
+ =
(24)
Where, a is the development factor, reflecting the development trend between
$(1)
x and
$(0)
x . B is
gray action,the gray action of GM (1,1) model is mined from the background data, it reflects the
relationship to data changes, so the exact meaning is gray.
The related gray differential equation form as:
(0) (1)
(k) (k) b,k 2,3,...x ad+ = = (25)
The third step: Solving the parameters a, b. Parameter sequence
(1)
(1)
(1)
(2) 1
(3) 1
(n) 1
d
d
B
d
 −
 
− =
 
 
− 
M M
can be
determined by the least squares method: 1
[B ,B]T T
B A−
Φ = ,
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015
46
(1)
(1)
(1)
(2) 1
(3) 1
(n) 1
d
d
B
d
 −
 
− =
 
 
− 
M M
,
(1) (1) (1)1
(k) [x (k) x (k 1)]
2
d = + −
,
(0) (0) (0)
(x (2),x (3),...,x (n))T
A = 。
The fourth step: In the initial conditions
$(1)
(1) (0)
x (1) x (1) x (1)= = ,Generate data series models
are available:
$
$
$
$
(1)
(0) (k 1)
x (k) (x (1) ) (k 2,3,...,n)ab b
e
a a
− −
= − + =
$ $
(26)
The fifth step: In the initial conditions
$(1)
(1) (0)
x (1) x (1) x (1)= = ,Generate data series models
are available:
$ $ $
$
$(0) (0)
(0) (0) (k 1)
x (1) x (1),x (k) (1 e )(x (1) )e ,k 2,3,...,na ab
a
− −
= = − − =
$
(27)
Namely,
$(0)
(0)
x (1) x (1)= ,
$ $
$
$(0)
(0) (k 1)
x (k) (1 e )(x (1) )ea ab
a
− −
= − −
$
, 2,3,...,nk =
So, 2,3,...,nk = is substituted into the formula, getting the fitted values of the initial data;
when k n> , to get the gray model predictive value for the future.
The sixth step:
(0) (0) (0) (0)
(y (1), y (2),..., y (n))Y = , (0) (0) (0) (0)
(z (1),z (2),...,z (n))Z = repeat
steps one to step five。
2.2. Model accuracy test
Gray model prediction test are generally residual test and posterior variance test.
First, the relative size of the error test method, it is a straightforward arithmetic test methods
comparing point by point. In this method, prediction data is compared with the actual data,
observing the relative error whether satisfies the practical requirements.
The actual data set is used for modeling:
(0) (0) (0) (0) (0)
(x (1),x (2),x (3),...,x (n))X = ,according to GM (1,1) modeling method to obtain
$ $ $ $(1) (1) (1) (1) (1)
(x (1),x (2),x (3),...,x (n))X = ,
(1)
X do a regressive generate transformed into
(0)
X
,Model value of actual data: $ $ $ $(0) (0) (0) (0) (0)
(x (1),x (2),x (3),...,x (n))X = 。
Computing residuals, residual sequence is:
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015
47
(0)
(0)
( (1),e(2),...,e(n)) X XE e= = − (28)
where, $(0)
(0)
(i) x (i) x (i)e = − , 1,2,...,ni =
Calculate the relative error, the relative error is:
$
(0) (0)
(i) (i) (i)
(i) 100% 100%
(i) (i)
e x x
x x
ε
−
= × = ×
(29)
(0)
(i)
(i) 100%
(i)
e
x
ε = ×
is the origin of the error, 1
1
(i) (i)
m
im
ε ε
=
= ∑
is the average relative error
of GM(1,1)model; ( (k) ) 100%o
p ε ε= − × is the model accuracy of GM(1,1)model,i.e.,
minimum error probability, and it generally requires 80%o
p > , best 90%o
p > .
Second, posterior deviation test belongs to the statistical concept, it is according to the probability
distribution of residual test.
If the actual model data used was:
(0) (0) (0) (0)
(x (1),x (2),...,x (n))X = ,getting model value of
actual data with the GM (l, l) modeling method:
$ $ $ $(1) (1) (1) (1) (1)
(x (1),x (2),x (3),...,x (n))X = ,
Assuming variances of the actual data sequence
(0)
X and residuals sequence E separately
are
2
1S and
2
2S ,
(0)2 (0)
1
1
1
(x (i) x )
n
i
S
n =
= −∑
,and
(0) (0)
1
1
(i)
n
i
x x
n =
= ∑
2
2
2
1
1
(e(i) )
n
i
S e
n =
= −∑
,and 1
1
(i)
n
i
e e
n =
= ∑
calculating Posterior variance ratio:
2 1C S S=
(30)
Determine the model level, indicators such as Table 1:
Table 1. Model accuracy class
Model accuracy class Small Error probability P Posterior inferior C
I >0.95 <0.35
II >0.8 <0.5
III >0.7 ,0.65
IV ≤ 0.7 ≥0.65
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015
48
Level Description: C values as small as possible, i.e., 1S
is much smaller than the 0S
.raw date
discrete is large, prediction error discrete is small, and prediction accuracy is high; P bigger the
better, equally error probability is small, fitting accuracy high. If the residual test, posterior
variance test can be passed, it can be predicted by their model, otherwise corrected residuals.
Table 2. Target prediction location
Target prediction Small error probability Posterior variance ratio Model accuracy
X 1 0.188 I
Y 1 0.107 I
Z 1 0.115 I
2.3. Track forecast results and analysis
The radius, velocity and range angle β of observation point D are known, the plane parallel
to the direction of velocity and passed point D can be approximated as missile flight plane, plane
2Q
that through geocentric O ,point D and perpendicular to the direction of the bullet speed,
plane 3Q
that through geocentric O ,placement B and perpendicular to the direction of the
bullet speed. Angle between plane 2Q
and plane 3Q
is the range angle β . Release impact
coordinate, shown in FIG 1.
O
β
B
v
1Q
2Q 3Q
D
Figure 2. Solving placement schematic
If plane 1Q is 1 1 1 0A x B y C z+ + = , normal vector is 1 1 1 1n Ai B j C k= + + , and
1 0 0 0OD
x y z
i j k
n r v x y z
v v v
 
 
= × =  
 
  , , ,i j k are unit vector for each axis, the flat 1Q
can be solved by
the equation.
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015
49
If plane 2Q is 2 2 2 0A x B y C z+ + = , normal vector is 2 2 2 2n A i B j C k= + + , and
2 1 0 0 0
1 1 1
OD
i j k
n r n x y z
A B C
 
 = × =  
  ,the flat 2Q
can be solved by the equation.
If plane 3Q
is 3 3 3 0A x B y C z+ + =
,normal vector is 3 3 3 3n A i B j C k= + +
, and
2 3 2 3
3 1
3
cos
0
1
n n n n
n n
n
β =

=
 = ,the flat 3Q can be solved by the equation, intersection of the plane 1Q ,
the plane 3Q
and the earth's surface is the placement of B,
( ), ,B x y z=
, and
1 1 1
3 3 3
2 2 2 2
0
0
A x B y C z
A x B y C z
x y z R
+ + =

+ + =
 + + =
Placement coordinates can be obtained by solve formulas, after forecast, Placement coordinates is
(-2423400,-2103400,,5488000),error radius 1000m,algorithm complexity
( )0 n
.
Figure 3. Forecasting model predicted target track
REFERENCES
[1] Li Feng, Jin Hongbin, Ma Jianchao. A New Method of Coordinate Transformation Under Multi-
Radar Data Processing System [J].Control & Measurement, 2007,23(4):303-305.
[2] Sun Fuming. Research on State Estimation and Data Association of Motion Targets [D]. University of
Science and Technology of China,2007.
International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015
50
[3] Song Yingchun. Research on Kalman Filter in Kinematic Positioning [D].Central South University,
2006.
[4] Liu Na. Study on Data Association Method in Multitarget Tracking of Ballistic Missile Denfense
Radar [D]. National University of Defense Technology, 2007.
[5] Feng Yang .The Research on Data Association in Multi-target Tracking [D].XiDian University,2008.
[6] Zhou Hongren. Maneuvering target "current" statistical model and adaptive tracking algorithm [J].
Journal of Aeronautics,1983,01:73-86
[7] Yao Jinjie. Research on Techniques of Target Localization based Stations[D].North University of
China,2011.
[8] Liu Gang. Multi target tracking algorithm research and Realization [D]. Northwestern Polytechnical
University,2003.
Authors
Qing-ping Yu is currently studying in Mechanical and Electronic Engineering from Shanghai
University of Engineering Science, China, where she is working toward the Master degree. Her
current research interests include ant colony algorithm, their design and develop in Embedded
system.
Xiao-Ming You received her M.S. degree in computer science from Wuhan University in 1993,
and her Ph.D. degree in computer science from East China University of Science and
Technology in 2007. Her research interests include swarm intelligent systems, distributed
parallel processing and evolutionary computing. She now works in Shangha i University of
Engineering Science as a professor.

More Related Content

What's hot

SPSF02 - Graphical Data Representation
SPSF02 - Graphical Data RepresentationSPSF02 - Graphical Data Representation
SPSF02 - Graphical Data RepresentationSyeilendra Pramuditya
 
Multiclass Logistic Regression: Derivation and Apache Spark Examples
Multiclass Logistic Regression: Derivation and Apache Spark ExamplesMulticlass Logistic Regression: Derivation and Apache Spark Examples
Multiclass Logistic Regression: Derivation and Apache Spark ExamplesMarjan Sterjev
 
Functional Regression Analysis
Functional Regression AnalysisFunctional Regression Analysis
Functional Regression AnalysisNeuroMat
 
R package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable LikelihoodsR package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable LikelihoodsMatt Moores
 
Random Chaotic Number Generation based Clustered Image Encryption
Random Chaotic Number Generation based Clustered Image EncryptionRandom Chaotic Number Generation based Clustered Image Encryption
Random Chaotic Number Generation based Clustered Image EncryptionAM Publications
 
線形回帰モデル
線形回帰モデル線形回帰モデル
線形回帰モデル貴之 八木
 
Tensorizing Neural Network
Tensorizing Neural NetworkTensorizing Neural Network
Tensorizing Neural NetworkRuochun Tzeng
 
Lecture 5: Stochastic Hydrology
Lecture 5: Stochastic Hydrology Lecture 5: Stochastic Hydrology
Lecture 5: Stochastic Hydrology Amro Elfeki
 
Efficient Analysis of high-dimensional data in tensor formats
Efficient Analysis of high-dimensional data in tensor formatsEfficient Analysis of high-dimensional data in tensor formats
Efficient Analysis of high-dimensional data in tensor formatsAlexander Litvinenko
 
Solving the energy problem of helium final report
Solving the energy problem of helium final reportSolving the energy problem of helium final report
Solving the energy problem of helium final reportJamesMa54
 
Solovay Kitaev theorem
Solovay Kitaev theoremSolovay Kitaev theorem
Solovay Kitaev theoremJamesMa54
 
ADAPTIVE CONTROLLER DESIGN FOR THE HYBRID SYNCHRONIZATION OF HYPERCHAOTIC XU ...
ADAPTIVE CONTROLLER DESIGN FOR THE HYBRID SYNCHRONIZATION OF HYPERCHAOTIC XU ...ADAPTIVE CONTROLLER DESIGN FOR THE HYBRID SYNCHRONIZATION OF HYPERCHAOTIC XU ...
ADAPTIVE CONTROLLER DESIGN FOR THE HYBRID SYNCHRONIZATION OF HYPERCHAOTIC XU ...ijait
 

What's hot (20)

CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...
CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...
CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...
 
SPSF02 - Graphical Data Representation
SPSF02 - Graphical Data RepresentationSPSF02 - Graphical Data Representation
SPSF02 - Graphical Data Representation
 
Ica group 3[1]
Ica group 3[1]Ica group 3[1]
Ica group 3[1]
 
SPSF03 - Numerical Integrations
SPSF03 - Numerical IntegrationsSPSF03 - Numerical Integrations
SPSF03 - Numerical Integrations
 
D04302031042
D04302031042D04302031042
D04302031042
 
Section6 stochastic
Section6 stochasticSection6 stochastic
Section6 stochastic
 
Multiclass Logistic Regression: Derivation and Apache Spark Examples
Multiclass Logistic Regression: Derivation and Apache Spark ExamplesMulticlass Logistic Regression: Derivation and Apache Spark Examples
Multiclass Logistic Regression: Derivation and Apache Spark Examples
 
Functional Regression Analysis
Functional Regression AnalysisFunctional Regression Analysis
Functional Regression Analysis
 
勾配法
勾配法勾配法
勾配法
 
R package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable LikelihoodsR package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable Likelihoods
 
Random Chaotic Number Generation based Clustered Image Encryption
Random Chaotic Number Generation based Clustered Image EncryptionRandom Chaotic Number Generation based Clustered Image Encryption
Random Chaotic Number Generation based Clustered Image Encryption
 
線形回帰モデル
線形回帰モデル線形回帰モデル
線形回帰モデル
 
Control assignment#4
Control assignment#4Control assignment#4
Control assignment#4
 
Tensorizing Neural Network
Tensorizing Neural NetworkTensorizing Neural Network
Tensorizing Neural Network
 
Lecture 5: Stochastic Hydrology
Lecture 5: Stochastic Hydrology Lecture 5: Stochastic Hydrology
Lecture 5: Stochastic Hydrology
 
Efficient Analysis of high-dimensional data in tensor formats
Efficient Analysis of high-dimensional data in tensor formatsEfficient Analysis of high-dimensional data in tensor formats
Efficient Analysis of high-dimensional data in tensor formats
 
Presentation OCIP2014
Presentation OCIP2014Presentation OCIP2014
Presentation OCIP2014
 
Solving the energy problem of helium final report
Solving the energy problem of helium final reportSolving the energy problem of helium final report
Solving the energy problem of helium final report
 
Solovay Kitaev theorem
Solovay Kitaev theoremSolovay Kitaev theorem
Solovay Kitaev theorem
 
ADAPTIVE CONTROLLER DESIGN FOR THE HYBRID SYNCHRONIZATION OF HYPERCHAOTIC XU ...
ADAPTIVE CONTROLLER DESIGN FOR THE HYBRID SYNCHRONIZATION OF HYPERCHAOTIC XU ...ADAPTIVE CONTROLLER DESIGN FOR THE HYBRID SYNCHRONIZATION OF HYPERCHAOTIC XU ...
ADAPTIVE CONTROLLER DESIGN FOR THE HYBRID SYNCHRONIZATION OF HYPERCHAOTIC XU ...
 

Viewers also liked

Some results on fuzzy soft multi sets
Some results on fuzzy soft multi setsSome results on fuzzy soft multi sets
Some results on fuzzy soft multi setsIJCI JOURNAL
 
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...IJCI JOURNAL
 
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCERARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCERIJCI JOURNAL
 
REDUCING SOURCE CURRENT HARMONICS DUE TO BALANCED AND UN-BALANCED VOLTAGE VAR...
REDUCING SOURCE CURRENT HARMONICS DUE TO BALANCED AND UN-BALANCED VOLTAGE VAR...REDUCING SOURCE CURRENT HARMONICS DUE TO BALANCED AND UN-BALANCED VOLTAGE VAR...
REDUCING SOURCE CURRENT HARMONICS DUE TO BALANCED AND UN-BALANCED VOLTAGE VAR...IJCI JOURNAL
 
OVERALL PERFORMANCE EVALUATION OF ENGINEERING STUDENTS USING FUZZY LOGIC
OVERALL PERFORMANCE EVALUATION OF ENGINEERING STUDENTS USING FUZZY LOGICOVERALL PERFORMANCE EVALUATION OF ENGINEERING STUDENTS USING FUZZY LOGIC
OVERALL PERFORMANCE EVALUATION OF ENGINEERING STUDENTS USING FUZZY LOGICIJCI JOURNAL
 
A NOVEL APPROACH TO ERROR DETECTION AND CORRECTION OF C PROGRAMS USING MACHIN...
A NOVEL APPROACH TO ERROR DETECTION AND CORRECTION OF C PROGRAMS USING MACHIN...A NOVEL APPROACH TO ERROR DETECTION AND CORRECTION OF C PROGRAMS USING MACHIN...
A NOVEL APPROACH TO ERROR DETECTION AND CORRECTION OF C PROGRAMS USING MACHIN...IJCI JOURNAL
 
CASSANDRA A DISTRIBUTED NOSQL DATABASE FOR HOTEL MANAGEMENT SYSTEM
CASSANDRA A DISTRIBUTED NOSQL DATABASE FOR HOTEL MANAGEMENT SYSTEMCASSANDRA A DISTRIBUTED NOSQL DATABASE FOR HOTEL MANAGEMENT SYSTEM
CASSANDRA A DISTRIBUTED NOSQL DATABASE FOR HOTEL MANAGEMENT SYSTEMIJCI JOURNAL
 
MANET ROUTING PROTOCOLS ON NETWORK LAYER IN REALTIME SCENARIO
MANET ROUTING PROTOCOLS ON NETWORK LAYER IN REALTIME SCENARIOMANET ROUTING PROTOCOLS ON NETWORK LAYER IN REALTIME SCENARIO
MANET ROUTING PROTOCOLS ON NETWORK LAYER IN REALTIME SCENARIOIJCI JOURNAL
 
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...IJCI JOURNAL
 
USABILITY OF WEB SITES ADDRESSING TECHNOLOGY BASED CASER (CLASSROOM ASSESSMEN...
USABILITY OF WEB SITES ADDRESSING TECHNOLOGY BASED CASER (CLASSROOM ASSESSMEN...USABILITY OF WEB SITES ADDRESSING TECHNOLOGY BASED CASER (CLASSROOM ASSESSMEN...
USABILITY OF WEB SITES ADDRESSING TECHNOLOGY BASED CASER (CLASSROOM ASSESSMEN...IJCI JOURNAL
 
A VARIABLE SPEED PFC CONVERTER FOR BRUSHLESS SRM DRIVE
A VARIABLE SPEED PFC CONVERTER FOR BRUSHLESS SRM DRIVEA VARIABLE SPEED PFC CONVERTER FOR BRUSHLESS SRM DRIVE
A VARIABLE SPEED PFC CONVERTER FOR BRUSHLESS SRM DRIVEIJCI JOURNAL
 
NFC: ADVANTAGES, LIMITS AND FUTURE SCOPE
NFC: ADVANTAGES, LIMITS AND FUTURE SCOPENFC: ADVANTAGES, LIMITS AND FUTURE SCOPE
NFC: ADVANTAGES, LIMITS AND FUTURE SCOPEIJCI JOURNAL
 
FUZZY FINGERPRINT METHOD FOR DETECTION OF SENSITIVE DATA EXPOSURE
FUZZY FINGERPRINT METHOD FOR DETECTION OF SENSITIVE DATA EXPOSUREFUZZY FINGERPRINT METHOD FOR DETECTION OF SENSITIVE DATA EXPOSURE
FUZZY FINGERPRINT METHOD FOR DETECTION OF SENSITIVE DATA EXPOSUREIJCI JOURNAL
 
LUIS: A L IGHT W EIGHT U SER I DENTIFICATION S CHEME FOR S MARTPHONES
LUIS: A L IGHT  W EIGHT  U SER  I DENTIFICATION  S CHEME FOR  S MARTPHONES LUIS: A L IGHT  W EIGHT  U SER  I DENTIFICATION  S CHEME FOR  S MARTPHONES
LUIS: A L IGHT W EIGHT U SER I DENTIFICATION S CHEME FOR S MARTPHONES IJCI JOURNAL
 
A C OMPARATIVE A NALYSIS A ND A PPLICATIONS O F M ULTI W AVELET T RANS...
A C OMPARATIVE  A NALYSIS  A ND  A PPLICATIONS  O F  M ULTI  W AVELET  T RANS...A C OMPARATIVE  A NALYSIS  A ND  A PPLICATIONS  O F  M ULTI  W AVELET  T RANS...
A C OMPARATIVE A NALYSIS A ND A PPLICATIONS O F M ULTI W AVELET T RANS...IJCI JOURNAL
 
C LUSTERING B ASED A TTRIBUTE S UBSET S ELECTION U SING F AST A LGORITHm
C LUSTERING  B ASED  A TTRIBUTE  S UBSET  S ELECTION  U SING  F AST  A LGORITHmC LUSTERING  B ASED  A TTRIBUTE  S UBSET  S ELECTION  U SING  F AST  A LGORITHm
C LUSTERING B ASED A TTRIBUTE S UBSET S ELECTION U SING F AST A LGORITHmIJCI JOURNAL
 
U NIVERSAL ICT D EVICE C ONTROLLER FOR THE V ISUALLY C HALLENGED
U NIVERSAL  ICT D EVICE  C ONTROLLER FOR THE  V ISUALLY  C HALLENGEDU NIVERSAL  ICT D EVICE  C ONTROLLER FOR THE  V ISUALLY  C HALLENGED
U NIVERSAL ICT D EVICE C ONTROLLER FOR THE V ISUALLY C HALLENGEDIJCI JOURNAL
 
A S URVEY ON D OCUMENT I MAGE A NALYSIS AND R ETRIEVAL S YSTEMS
A S URVEY ON  D OCUMENT  I MAGE  A NALYSIS AND  R ETRIEVAL  S YSTEMSA S URVEY ON  D OCUMENT  I MAGE  A NALYSIS AND  R ETRIEVAL  S YSTEMS
A S URVEY ON D OCUMENT I MAGE A NALYSIS AND R ETRIEVAL S YSTEMSIJCI JOURNAL
 

Viewers also liked (19)

Some results on fuzzy soft multi sets
Some results on fuzzy soft multi setsSome results on fuzzy soft multi sets
Some results on fuzzy soft multi sets
 
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
G-DEEC: GATEWAY BASED MULTI-HOP DISTRIBUTED ENERGY EFFICIENT CLUSTERING PROTO...
 
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCERARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
ARTIFICIAL NEURAL NETWORK FOR DIAGNOSIS OF PANCREATIC CANCER
 
REDUCING SOURCE CURRENT HARMONICS DUE TO BALANCED AND UN-BALANCED VOLTAGE VAR...
REDUCING SOURCE CURRENT HARMONICS DUE TO BALANCED AND UN-BALANCED VOLTAGE VAR...REDUCING SOURCE CURRENT HARMONICS DUE TO BALANCED AND UN-BALANCED VOLTAGE VAR...
REDUCING SOURCE CURRENT HARMONICS DUE TO BALANCED AND UN-BALANCED VOLTAGE VAR...
 
OVERALL PERFORMANCE EVALUATION OF ENGINEERING STUDENTS USING FUZZY LOGIC
OVERALL PERFORMANCE EVALUATION OF ENGINEERING STUDENTS USING FUZZY LOGICOVERALL PERFORMANCE EVALUATION OF ENGINEERING STUDENTS USING FUZZY LOGIC
OVERALL PERFORMANCE EVALUATION OF ENGINEERING STUDENTS USING FUZZY LOGIC
 
A NOVEL APPROACH TO ERROR DETECTION AND CORRECTION OF C PROGRAMS USING MACHIN...
A NOVEL APPROACH TO ERROR DETECTION AND CORRECTION OF C PROGRAMS USING MACHIN...A NOVEL APPROACH TO ERROR DETECTION AND CORRECTION OF C PROGRAMS USING MACHIN...
A NOVEL APPROACH TO ERROR DETECTION AND CORRECTION OF C PROGRAMS USING MACHIN...
 
CASSANDRA A DISTRIBUTED NOSQL DATABASE FOR HOTEL MANAGEMENT SYSTEM
CASSANDRA A DISTRIBUTED NOSQL DATABASE FOR HOTEL MANAGEMENT SYSTEMCASSANDRA A DISTRIBUTED NOSQL DATABASE FOR HOTEL MANAGEMENT SYSTEM
CASSANDRA A DISTRIBUTED NOSQL DATABASE FOR HOTEL MANAGEMENT SYSTEM
 
MANET ROUTING PROTOCOLS ON NETWORK LAYER IN REALTIME SCENARIO
MANET ROUTING PROTOCOLS ON NETWORK LAYER IN REALTIME SCENARIOMANET ROUTING PROTOCOLS ON NETWORK LAYER IN REALTIME SCENARIO
MANET ROUTING PROTOCOLS ON NETWORK LAYER IN REALTIME SCENARIO
 
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...
 
USABILITY OF WEB SITES ADDRESSING TECHNOLOGY BASED CASER (CLASSROOM ASSESSMEN...
USABILITY OF WEB SITES ADDRESSING TECHNOLOGY BASED CASER (CLASSROOM ASSESSMEN...USABILITY OF WEB SITES ADDRESSING TECHNOLOGY BASED CASER (CLASSROOM ASSESSMEN...
USABILITY OF WEB SITES ADDRESSING TECHNOLOGY BASED CASER (CLASSROOM ASSESSMEN...
 
A VARIABLE SPEED PFC CONVERTER FOR BRUSHLESS SRM DRIVE
A VARIABLE SPEED PFC CONVERTER FOR BRUSHLESS SRM DRIVEA VARIABLE SPEED PFC CONVERTER FOR BRUSHLESS SRM DRIVE
A VARIABLE SPEED PFC CONVERTER FOR BRUSHLESS SRM DRIVE
 
NFC: ADVANTAGES, LIMITS AND FUTURE SCOPE
NFC: ADVANTAGES, LIMITS AND FUTURE SCOPENFC: ADVANTAGES, LIMITS AND FUTURE SCOPE
NFC: ADVANTAGES, LIMITS AND FUTURE SCOPE
 
FUZZY FINGERPRINT METHOD FOR DETECTION OF SENSITIVE DATA EXPOSURE
FUZZY FINGERPRINT METHOD FOR DETECTION OF SENSITIVE DATA EXPOSUREFUZZY FINGERPRINT METHOD FOR DETECTION OF SENSITIVE DATA EXPOSURE
FUZZY FINGERPRINT METHOD FOR DETECTION OF SENSITIVE DATA EXPOSURE
 
LUIS: A L IGHT W EIGHT U SER I DENTIFICATION S CHEME FOR S MARTPHONES
LUIS: A L IGHT  W EIGHT  U SER  I DENTIFICATION  S CHEME FOR  S MARTPHONES LUIS: A L IGHT  W EIGHT  U SER  I DENTIFICATION  S CHEME FOR  S MARTPHONES
LUIS: A L IGHT W EIGHT U SER I DENTIFICATION S CHEME FOR S MARTPHONES
 
A C OMPARATIVE A NALYSIS A ND A PPLICATIONS O F M ULTI W AVELET T RANS...
A C OMPARATIVE  A NALYSIS  A ND  A PPLICATIONS  O F  M ULTI  W AVELET  T RANS...A C OMPARATIVE  A NALYSIS  A ND  A PPLICATIONS  O F  M ULTI  W AVELET  T RANS...
A C OMPARATIVE A NALYSIS A ND A PPLICATIONS O F M ULTI W AVELET T RANS...
 
C LUSTERING B ASED A TTRIBUTE S UBSET S ELECTION U SING F AST A LGORITHm
C LUSTERING  B ASED  A TTRIBUTE  S UBSET  S ELECTION  U SING  F AST  A LGORITHmC LUSTERING  B ASED  A TTRIBUTE  S UBSET  S ELECTION  U SING  F AST  A LGORITHm
C LUSTERING B ASED A TTRIBUTE S UBSET S ELECTION U SING F AST A LGORITHm
 
U NIVERSAL ICT D EVICE C ONTROLLER FOR THE V ISUALLY C HALLENGED
U NIVERSAL  ICT D EVICE  C ONTROLLER FOR THE  V ISUALLY  C HALLENGEDU NIVERSAL  ICT D EVICE  C ONTROLLER FOR THE  V ISUALLY  C HALLENGED
U NIVERSAL ICT D EVICE C ONTROLLER FOR THE V ISUALLY C HALLENGED
 
4215ijci01
4215ijci014215ijci01
4215ijci01
 
A S URVEY ON D OCUMENT I MAGE A NALYSIS AND R ETRIEVAL S YSTEMS
A S URVEY ON  D OCUMENT  I MAGE  A NALYSIS AND  R ETRIEVAL  S YSTEMSA S URVEY ON  D OCUMENT  I MAGE  A NALYSIS AND  R ETRIEVAL  S YSTEMS
A S URVEY ON D OCUMENT I MAGE A NALYSIS AND R ETRIEVAL S YSTEMS
 

Similar to Maneuvering target track prediction model

assignemts.pdf
assignemts.pdfassignemts.pdf
assignemts.pdframish32
 
Vu_HPSC2012_02.pptx
Vu_HPSC2012_02.pptxVu_HPSC2012_02.pptx
Vu_HPSC2012_02.pptxQucngV
 
Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...Alexander Decker
 
Research on 4-dimensional Systems without Equilibria with Application
Research on 4-dimensional Systems without Equilibria with ApplicationResearch on 4-dimensional Systems without Equilibria with Application
Research on 4-dimensional Systems without Equilibria with ApplicationTELKOMNIKA JOURNAL
 
An Exponential Observer Design for a Class of Chaotic Systems with Exponentia...
An Exponential Observer Design for a Class of Chaotic Systems with Exponentia...An Exponential Observer Design for a Class of Chaotic Systems with Exponentia...
An Exponential Observer Design for a Class of Chaotic Systems with Exponentia...ijtsrd
 
Metodo Monte Carlo -Wang Landau
Metodo Monte Carlo -Wang LandauMetodo Monte Carlo -Wang Landau
Metodo Monte Carlo -Wang Landauangely alcendra
 
On the discretized algorithm for optimal proportional control problems constr...
On the discretized algorithm for optimal proportional control problems constr...On the discretized algorithm for optimal proportional control problems constr...
On the discretized algorithm for optimal proportional control problems constr...Alexander Decker
 
LeastSquaresParameterEstimation.ppt
LeastSquaresParameterEstimation.pptLeastSquaresParameterEstimation.ppt
LeastSquaresParameterEstimation.pptStavrovDule2
 
Response Surface in Tensor Train format for Uncertainty Quantification
Response Surface in Tensor Train format for Uncertainty QuantificationResponse Surface in Tensor Train format for Uncertainty Quantification
Response Surface in Tensor Train format for Uncertainty QuantificationAlexander Litvinenko
 
2012 mdsp pr05 particle filter
2012 mdsp pr05 particle filter2012 mdsp pr05 particle filter
2012 mdsp pr05 particle filternozomuhamada
 
Exponential State Observer Design for a Class of Uncertain Chaotic and Non-Ch...
Exponential State Observer Design for a Class of Uncertain Chaotic and Non-Ch...Exponential State Observer Design for a Class of Uncertain Chaotic and Non-Ch...
Exponential State Observer Design for a Class of Uncertain Chaotic and Non-Ch...ijtsrd
 
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...Waqas Tariq
 
SLAM of Multi-Robot System Considering Its Network Topology
SLAM of Multi-Robot System Considering Its Network TopologySLAM of Multi-Robot System Considering Its Network Topology
SLAM of Multi-Robot System Considering Its Network Topologytoukaigi
 
On the principle of optimality for linear stochastic dynamic system
On the principle of optimality for linear stochastic dynamic systemOn the principle of optimality for linear stochastic dynamic system
On the principle of optimality for linear stochastic dynamic systemijfcstjournal
 
EENG519FinalProjectReport
EENG519FinalProjectReportEENG519FinalProjectReport
EENG519FinalProjectReportDaniel K
 
Mining of time series data base using fuzzy neural information systems
Mining of time series data base using fuzzy neural information systemsMining of time series data base using fuzzy neural information systems
Mining of time series data base using fuzzy neural information systemsDr.MAYA NAYAK
 
Computation of Electromagnetic Fields Scattered from Dielectric Objects of Un...
Computation of Electromagnetic Fields Scattered from Dielectric Objects of Un...Computation of Electromagnetic Fields Scattered from Dielectric Objects of Un...
Computation of Electromagnetic Fields Scattered from Dielectric Objects of Un...Alexander Litvinenko
 

Similar to Maneuvering target track prediction model (20)

assignemts.pdf
assignemts.pdfassignemts.pdf
assignemts.pdf
 
Vu_HPSC2012_02.pptx
Vu_HPSC2012_02.pptxVu_HPSC2012_02.pptx
Vu_HPSC2012_02.pptx
 
Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...
 
Research on 4-dimensional Systems without Equilibria with Application
Research on 4-dimensional Systems without Equilibria with ApplicationResearch on 4-dimensional Systems without Equilibria with Application
Research on 4-dimensional Systems without Equilibria with Application
 
An Exponential Observer Design for a Class of Chaotic Systems with Exponentia...
An Exponential Observer Design for a Class of Chaotic Systems with Exponentia...An Exponential Observer Design for a Class of Chaotic Systems with Exponentia...
An Exponential Observer Design for a Class of Chaotic Systems with Exponentia...
 
Metodo Monte Carlo -Wang Landau
Metodo Monte Carlo -Wang LandauMetodo Monte Carlo -Wang Landau
Metodo Monte Carlo -Wang Landau
 
On the discretized algorithm for optimal proportional control problems constr...
On the discretized algorithm for optimal proportional control problems constr...On the discretized algorithm for optimal proportional control problems constr...
On the discretized algorithm for optimal proportional control problems constr...
 
LeastSquaresParameterEstimation.ppt
LeastSquaresParameterEstimation.pptLeastSquaresParameterEstimation.ppt
LeastSquaresParameterEstimation.ppt
 
Response Surface in Tensor Train format for Uncertainty Quantification
Response Surface in Tensor Train format for Uncertainty QuantificationResponse Surface in Tensor Train format for Uncertainty Quantification
Response Surface in Tensor Train format for Uncertainty Quantification
 
2012 mdsp pr05 particle filter
2012 mdsp pr05 particle filter2012 mdsp pr05 particle filter
2012 mdsp pr05 particle filter
 
Exponential State Observer Design for a Class of Uncertain Chaotic and Non-Ch...
Exponential State Observer Design for a Class of Uncertain Chaotic and Non-Ch...Exponential State Observer Design for a Class of Uncertain Chaotic and Non-Ch...
Exponential State Observer Design for a Class of Uncertain Chaotic and Non-Ch...
 
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...
Optimum Algorithm for Computing the Standardized Moments Using MATLAB 7.10(R2...
 
Control assignment#2
Control assignment#2Control assignment#2
Control assignment#2
 
SLAM of Multi-Robot System Considering Its Network Topology
SLAM of Multi-Robot System Considering Its Network TopologySLAM of Multi-Robot System Considering Its Network Topology
SLAM of Multi-Robot System Considering Its Network Topology
 
On the principle of optimality for linear stochastic dynamic system
On the principle of optimality for linear stochastic dynamic systemOn the principle of optimality for linear stochastic dynamic system
On the principle of optimality for linear stochastic dynamic system
 
EENG519FinalProjectReport
EENG519FinalProjectReportEENG519FinalProjectReport
EENG519FinalProjectReport
 
D143136
D143136D143136
D143136
 
Mining of time series data base using fuzzy neural information systems
Mining of time series data base using fuzzy neural information systemsMining of time series data base using fuzzy neural information systems
Mining of time series data base using fuzzy neural information systems
 
Computation of Electromagnetic Fields Scattered from Dielectric Objects of Un...
Computation of Electromagnetic Fields Scattered from Dielectric Objects of Un...Computation of Electromagnetic Fields Scattered from Dielectric Objects of Un...
Computation of Electromagnetic Fields Scattered from Dielectric Objects of Un...
 
MUMS Opening Workshop - Model Uncertainty in Data Fusion for Remote Sensing -...
MUMS Opening Workshop - Model Uncertainty in Data Fusion for Remote Sensing -...MUMS Opening Workshop - Model Uncertainty in Data Fusion for Remote Sensing -...
MUMS Opening Workshop - Model Uncertainty in Data Fusion for Remote Sensing -...
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 

Recently uploaded (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

Maneuvering target track prediction model

  • 1. International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015 DOI: 10.5121/ijci.2015.4104 41 MANEUVERING TARGET TRACK PREDICTION MODEL Qingping Yu 1 , Xiaoming You 2 and Sheng Liu 3 1 College of Electronic and Electrical Engineering, Shanghai University of Engineering Science, Shanghai 201620, China 2 School of Management, Shanghai University of Engineering Science Shanghai, 201620, China ABSTRACT The issues about maneuvering target track prediction were discussed in this paper. Firstly, using Kalman filter which based on current statistical model describes the state of maneuvering target motion, thereby analyzing time range of the target maneuvering occurred. Then, predict the target trajectory in real time by the improved gray prediction model. Finally, residual test and posterior variance test model accuracy, model accuracy is accurate. KEYWORDS Current Statistical Model, Maneuvering Target, Kalman Filter, Gray Theory 1.THE STATE DESCRIPTION OF MANEUVERING TARGET To build model of maneuvering target motion by current statistical model, to use Kalman filter process tracking. 1.1 To build current statistical model for maneuvering target Current statistical model is a nonzero mean time-dependent model. Current acceleration probability density is described by the modified Rayleigh distribution. It is assumed that the target acceleration (t)a satisfies the following relationship: 1(t) (t) (t)a a a= + (1) ' 1 1(t) (t) (t)a aα ω= − + (2) In the above formula: a is the mean acceleration, and it is an estimate (a constant in each sampling period) about previous time acceleration; 1(t)a is a first order Markov process of zero mean, α is the reciprocal of the maneuvering time constant; (t)ω is zero mean Gaussian white noise. The discrete state equation of current statistical model is:
  • 2. International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015 42 (k 1) F(k)X(k) U(k) (k 1) W(k)X a+ = + + + (3) ( )X k is state vector, ( )F k is state transition matrix, U( )k is Disturbance transfer matrix, W( )k is zero mean white noise with variance ( )Q k ,radar scan for 1s, so the sampling period T =1,takeα =1, the following expression: ' '' (k) (k) (k) (k)X x x x =   (4) 2 1 ( 1 ) / ( ) 0 1 (1 ) / 0 0 T T T T T e F k e e α α α α α α − − −  − + +   = −      (5) 2 ( / 2 1 (e ) / ) / U( ) (1 e ) / 1 e T T T T T k T α α α α α α α − − −  − + + −   = − −   −  (6) In the above formula, T is the sampling period. Variance adaptive algorithm based on current statistical model, that is, the following equation adaptive variance: 11 12 13 2 12 22 23 13 23 33 Q(k) E[W(k)W (k)] 2T a q q q q q q q q q ασ    = =      (7) The variables are as follows: 2 3 3 2 2 5 11 [1 2 T 2 T / 3 2 T 4 ]/ 2T T q e Teα α α α α α α− − = − + + − − (8) 2 2 2 4 12 [1 e 2 2 Te 2 T T ]/ 2T T T q eα α α α α α α− − − = + − + − + (9) 2 3 13 [1 e 2 Te ]/ 2T T q α α α α− − = − − (10) 2 3 22 [4 3 e 2 T]/ 2T T q e α α α α− − = − − + (11) 2 2 23 [ 1 2e ]/ 2T T q e α α α− − = + − (12) 2 33 [1 e ]/ 2T q α α− = − (13)
  • 3. International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015 43 2 max 2 2 max 4 [a (k)] (k) 0 4 [a (k)] (k) 0 a a a a a π πσ π π − − − > =  − − <  (14) maxa is the maximum positive acceleration, maxa− is the maximum negative acceleration. Measurement equation: (k) H(k)X(k) V(k)Z = + (15) In the above formula,H(k) is measurement matrix, V(k) is white noise that it's zero mean and variance is (k)R 。 1.2. Kalman filter based on current statistical model Kalman filter based on current statistical model smooth the state of the target on the past and present time, while predicting the target movement in the future time, including the location of the target, velocity and acceleration parameters. State variable method is a valuable method to describe a dynamic system, using this methods, the system input-output relationship is described in the time domain by the state transition model and output observation model. Input can be determined by dynamic model consisted of a function of time and unpredictable variables or random noise process to describe. Output is a function of the state, which often disturbed by random observation errors, can be described by measurement equation. Dynamic equations of discrete-time systems (state equations) can be expressed as: (k) (K)X(k 1) (k) (k) W(k)X F a U= − + + (16) The measurement equation of discrete-time systems: Z(k) (k)X(k) (k)H V= + (17) (k)H is the measurement matrix, (k)V is zero mean Gaussian white noise sequence. Different time measurement noise is independent . The formulas of Kalman filter algorithm based on the current statistical model are: (k | k 1) (k)X(k 1| k 1) (k) (k)X F a B− = − − + (18) P(k | k 1) (k)P(k 1| k 1)F (k)T F Q− = − − + (19)
  • 4. International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015 44 X(k | k) (k | k 1) (k)[Z(k) (k)X(k | k 1)]gX K H= − + − − (20) 1 (k) P(k | k 1)H (k)[(H(k)P(k | k 1)H (k) (k)]T T gK R − = − − + (21) P(k | k) [I K (k)H(k)]P(k | k 1)g= − − (22) Wherein, (k) ~ N(0, )W Q , V(k) ~ N(0,R) . Kalman filter does not require saving measurement data in the past, when new data measured, according to new data and various valuation in previous time, by means of state transition equation of the system, according to the above recurrence formula, thereby calculating the amount of all the new valuation. 2. TRACK PREDICTION BASED ON THE GRAY THEORY To solve track forecast problem of aerial target, an aerial targets track prediction method based on gray theory is proposed in this paper. Grey system theory is based on new understanding about objective system. Although insufficient information on some systems, but as a system must have specific functions and order, but its inherent laws are not fully exposed. Some random amount, no rules interference component and chaotic data columns, from gray system point of view, is not considered to be elusive. Conversely, in gray system theory, a random amount is regard as a gray amount within a certain range, according to the proper way to deal with the raw data, grey number is converted to generation number, and then get strong regularity generation functions from generation number. To achieve a real-time online track prediction and improve the prediction accuracy, an improved GM forecasting model is established. In the case of limited data, the model is used to predict the track effectively. The basic steps of aerial target track grey prediction: 1) the raw data accumulated generating 1; 2) the establishment of GM (1, 1) prediction model; 3) to test the model; 4) establishment of a residual model; 5) target track forecast. 2.1. Target track prediction The current track graphics, coordinate information is known. Figure 1. The current track data
  • 5. International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015 45 Provided the original data sequence: (0) (0) (0) (0) (0) (0) (0) (0) (x (1),x (2),...,x (n)), (y (1), y (2),..., y (n))X Y= = , (0) (0) (0) (0) (z (1),z (2),...,z (n))Z = , (0) (0) (0) (x (i), y (i),z (i)) is the coordinates of the target (Figure1 data) in rectangular coordinate system with the center of earth. (0) x (i) 0,i 1,2,...m> = , (0) (i) 0,i 1,2,...my > = , (0) (i) 0,i 1,2,...mz > = , using the data sequence, general procedures to establish GM (1,1) model is: The first step: to do the first order accumulated generating of the original data series (0) X (i.e., 1- AGO), get accumulated generating sequence: (1) (1) (1) (1) (x (1),x (2),...,x (n))X = (23) Wherein, (1) (0) (1) (0) 1 x (1) x (1),x (k) x (i),(k 2,3,...,n) k i= = = =∑ , The second step: the first order accumulated generating sequence (1) X established GM (1, l) model, getting related albino differential equations: (1) (1)(t) (t) b dx ax dt + = (24) Where, a is the development factor, reflecting the development trend between $(1) x and $(0) x . B is gray action,the gray action of GM (1,1) model is mined from the background data, it reflects the relationship to data changes, so the exact meaning is gray. The related gray differential equation form as: (0) (1) (k) (k) b,k 2,3,...x ad+ = = (25) The third step: Solving the parameters a, b. Parameter sequence (1) (1) (1) (2) 1 (3) 1 (n) 1 d d B d  −   − =     −  M M can be determined by the least squares method: 1 [B ,B]T T B A− Φ = ,
  • 6. International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015 46 (1) (1) (1) (2) 1 (3) 1 (n) 1 d d B d  −   − =     −  M M , (1) (1) (1)1 (k) [x (k) x (k 1)] 2 d = + − , (0) (0) (0) (x (2),x (3),...,x (n))T A = 。 The fourth step: In the initial conditions $(1) (1) (0) x (1) x (1) x (1)= = ,Generate data series models are available: $ $ $ $ (1) (0) (k 1) x (k) (x (1) ) (k 2,3,...,n)ab b e a a − − = − + = $ $ (26) The fifth step: In the initial conditions $(1) (1) (0) x (1) x (1) x (1)= = ,Generate data series models are available: $ $ $ $ $(0) (0) (0) (0) (k 1) x (1) x (1),x (k) (1 e )(x (1) )e ,k 2,3,...,na ab a − − = = − − = $ (27) Namely, $(0) (0) x (1) x (1)= , $ $ $ $(0) (0) (k 1) x (k) (1 e )(x (1) )ea ab a − − = − − $ , 2,3,...,nk = So, 2,3,...,nk = is substituted into the formula, getting the fitted values of the initial data; when k n> , to get the gray model predictive value for the future. The sixth step: (0) (0) (0) (0) (y (1), y (2),..., y (n))Y = , (0) (0) (0) (0) (z (1),z (2),...,z (n))Z = repeat steps one to step five。 2.2. Model accuracy test Gray model prediction test are generally residual test and posterior variance test. First, the relative size of the error test method, it is a straightforward arithmetic test methods comparing point by point. In this method, prediction data is compared with the actual data, observing the relative error whether satisfies the practical requirements. The actual data set is used for modeling: (0) (0) (0) (0) (0) (x (1),x (2),x (3),...,x (n))X = ,according to GM (1,1) modeling method to obtain $ $ $ $(1) (1) (1) (1) (1) (x (1),x (2),x (3),...,x (n))X = , (1) X do a regressive generate transformed into (0) X ,Model value of actual data: $ $ $ $(0) (0) (0) (0) (0) (x (1),x (2),x (3),...,x (n))X = 。 Computing residuals, residual sequence is:
  • 7. International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015 47 (0) (0) ( (1),e(2),...,e(n)) X XE e= = − (28) where, $(0) (0) (i) x (i) x (i)e = − , 1,2,...,ni = Calculate the relative error, the relative error is: $ (0) (0) (i) (i) (i) (i) 100% 100% (i) (i) e x x x x ε − = × = × (29) (0) (i) (i) 100% (i) e x ε = × is the origin of the error, 1 1 (i) (i) m im ε ε = = ∑ is the average relative error of GM(1,1)model; ( (k) ) 100%o p ε ε= − × is the model accuracy of GM(1,1)model,i.e., minimum error probability, and it generally requires 80%o p > , best 90%o p > . Second, posterior deviation test belongs to the statistical concept, it is according to the probability distribution of residual test. If the actual model data used was: (0) (0) (0) (0) (x (1),x (2),...,x (n))X = ,getting model value of actual data with the GM (l, l) modeling method: $ $ $ $(1) (1) (1) (1) (1) (x (1),x (2),x (3),...,x (n))X = , Assuming variances of the actual data sequence (0) X and residuals sequence E separately are 2 1S and 2 2S , (0)2 (0) 1 1 1 (x (i) x ) n i S n = = −∑ ,and (0) (0) 1 1 (i) n i x x n = = ∑ 2 2 2 1 1 (e(i) ) n i S e n = = −∑ ,and 1 1 (i) n i e e n = = ∑ calculating Posterior variance ratio: 2 1C S S= (30) Determine the model level, indicators such as Table 1: Table 1. Model accuracy class Model accuracy class Small Error probability P Posterior inferior C I >0.95 <0.35 II >0.8 <0.5 III >0.7 ,0.65 IV ≤ 0.7 ≥0.65
  • 8. International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015 48 Level Description: C values as small as possible, i.e., 1S is much smaller than the 0S .raw date discrete is large, prediction error discrete is small, and prediction accuracy is high; P bigger the better, equally error probability is small, fitting accuracy high. If the residual test, posterior variance test can be passed, it can be predicted by their model, otherwise corrected residuals. Table 2. Target prediction location Target prediction Small error probability Posterior variance ratio Model accuracy X 1 0.188 I Y 1 0.107 I Z 1 0.115 I 2.3. Track forecast results and analysis The radius, velocity and range angle β of observation point D are known, the plane parallel to the direction of velocity and passed point D can be approximated as missile flight plane, plane 2Q that through geocentric O ,point D and perpendicular to the direction of the bullet speed, plane 3Q that through geocentric O ,placement B and perpendicular to the direction of the bullet speed. Angle between plane 2Q and plane 3Q is the range angle β . Release impact coordinate, shown in FIG 1. O β B v 1Q 2Q 3Q D Figure 2. Solving placement schematic If plane 1Q is 1 1 1 0A x B y C z+ + = , normal vector is 1 1 1 1n Ai B j C k= + + , and 1 0 0 0OD x y z i j k n r v x y z v v v     = × =       , , ,i j k are unit vector for each axis, the flat 1Q can be solved by the equation.
  • 9. International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015 49 If plane 2Q is 2 2 2 0A x B y C z+ + = , normal vector is 2 2 2 2n A i B j C k= + + , and 2 1 0 0 0 1 1 1 OD i j k n r n x y z A B C    = × =     ,the flat 2Q can be solved by the equation. If plane 3Q is 3 3 3 0A x B y C z+ + = ,normal vector is 3 3 3 3n A i B j C k= + + , and 2 3 2 3 3 1 3 cos 0 1 n n n n n n n β =  =  = ,the flat 3Q can be solved by the equation, intersection of the plane 1Q , the plane 3Q and the earth's surface is the placement of B, ( ), ,B x y z= , and 1 1 1 3 3 3 2 2 2 2 0 0 A x B y C z A x B y C z x y z R + + =  + + =  + + = Placement coordinates can be obtained by solve formulas, after forecast, Placement coordinates is (-2423400,-2103400,,5488000),error radius 1000m,algorithm complexity ( )0 n . Figure 3. Forecasting model predicted target track REFERENCES [1] Li Feng, Jin Hongbin, Ma Jianchao. A New Method of Coordinate Transformation Under Multi- Radar Data Processing System [J].Control & Measurement, 2007,23(4):303-305. [2] Sun Fuming. Research on State Estimation and Data Association of Motion Targets [D]. University of Science and Technology of China,2007.
  • 10. International Journal on Cybernetics & Informatics (IJCI) Vol. 4, No. 1, February 2015 50 [3] Song Yingchun. Research on Kalman Filter in Kinematic Positioning [D].Central South University, 2006. [4] Liu Na. Study on Data Association Method in Multitarget Tracking of Ballistic Missile Denfense Radar [D]. National University of Defense Technology, 2007. [5] Feng Yang .The Research on Data Association in Multi-target Tracking [D].XiDian University,2008. [6] Zhou Hongren. Maneuvering target "current" statistical model and adaptive tracking algorithm [J]. Journal of Aeronautics,1983,01:73-86 [7] Yao Jinjie. Research on Techniques of Target Localization based Stations[D].North University of China,2011. [8] Liu Gang. Multi target tracking algorithm research and Realization [D]. Northwestern Polytechnical University,2003. Authors Qing-ping Yu is currently studying in Mechanical and Electronic Engineering from Shanghai University of Engineering Science, China, where she is working toward the Master degree. Her current research interests include ant colony algorithm, their design and develop in Embedded system. Xiao-Ming You received her M.S. degree in computer science from Wuhan University in 1993, and her Ph.D. degree in computer science from East China University of Science and Technology in 2007. Her research interests include swarm intelligent systems, distributed parallel processing and evolutionary computing. She now works in Shangha i University of Engineering Science as a professor.