CN103889047A - Target tracking algorithm based on Kalman filtering - Google Patents

Target tracking algorithm based on Kalman filtering Download PDF

Info

Publication number
CN103889047A
CN103889047A CN201210555170.7A CN201210555170A CN103889047A CN 103889047 A CN103889047 A CN 103889047A CN 201210555170 A CN201210555170 A CN 201210555170A CN 103889047 A CN103889047 A CN 103889047A
Authority
CN
China
Prior art keywords
kalman filtering
nonlinear
linear
utilize
filtering
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201210555170.7A
Other languages
Chinese (zh)
Inventor
彭力
曹亚陆
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangnan University
Original Assignee
Jiangnan University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangnan University filed Critical Jiangnan University
Priority to CN201210555170.7A priority Critical patent/CN103889047A/en
Publication of CN103889047A publication Critical patent/CN103889047A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Filters That Use Time-Delay Elements (AREA)
  • Feedback Control In General (AREA)

Abstract

The invention pertains to the target tracking field in a wireless sensor network, and discloses a method which can be used to perform real-time tracking on a target. According to the invention, at first, Kalman filtering is performed on a linear system, and then the linear system is extended to a nolinear system, and the problem is converted into an approximate linear filtering problem through linearization to obtain optimized extended Kalman filtering and non-trace Kalman filtering.

Description

A kind of target tracking algorism based on Kalman filtering
Technical field
The invention belongs to the target tracking domain in wireless sense network, can follow the tracks of moving target fast and accurately.The present invention is not only applicable to linear system, very effective to non linear system yet.Apply the present invention in wireless sensor network, can follow the tracks of processing to the node of any motion, will have very vast application prospect.
Background technology
Usually, the system equation of target following can represent with following formula:
X(k+1)=ΦX(k)+u(k)
Z(k)=HX(k)+v(k)
In Kalman filtering, the one-step prediction equation of state estimation is:
X ^ ( k + 1 | k ) = Φ ( k ) X ^ ( k | k ) + u ( k )
The error equation of one-step prediction is:
X ~ ( k + 1 | k ) ≅ X ( k + 1 ) - X ~ ( k + 1 | k ) = Φ ( k ) X ~ ( k | k ) + G ( k ) W ( k )
Its one-step prediction covariance is:
P ( k + 1 | k ) ≅ E [ X ~ ( k + 1 | k ) X ~ k ( k + 1 | k ) | Z k ] = Φ ( k ) P ( k | k ) Φ T ( k ) + G ( k ) Q ( k ) G T ( k )
In formula,
Figure BSA00000826224200014
for the state estimation error covariance of k moment transducer, Z k=Z (j), and j=1,2 ..., k} is k moment cumulative measurement vector.
In like manner, the observation vector of prediction is:
Z ^ ( k + 1 | k ) = H ( k + 1 ) X ^ ( k + 1 | k )
The predicated error of observation vector or be called new breath and be:
ϵ ( k + 1 ) = Z ( k + 1 ) - Z ^ ( k + 1 | k )
= Z ( k + 1 ) - H ( k + 1 ) X ^ ( k + 1 | k )
So the predicting covariance of observation (also claiming new breath covariance matrix) is:
S ( k + 1 ) = E [ Z ~ ( k + 1 | k ) Z ^ T ( k + 1 | k ) | Z k ]
= H ( k + 1 ) P ( k + 1 | k ) H T ( k + 1 ) + R ( k + 1 )
According to new breath and new breath covariance matrix, can obtain the gain of Kalman filter:
K(k+1)=P(k+1|k)H T(k+1)S -1(k+1)
=P(k+1|k)H T(k+1)/[H(k+1)P(k+1|k)H T(k+1)+R(k+1)]
So the state renewal equation of Kalman filtering algorithm is:
X ^ ( k + 1 | k + 1 ) = X ^ ( k + 1 | k ) + K ( k + 1 ) ϵ ( k + 1 )
Correspondingly, the error covariance renewal equation of filter can be expressed as:
P(k+1|k+1)
=P(k+1|k)-P(k+1|k)H T(k+1)S -1(k+1)H(k+1)P(k+1|k)
=P(k+1|k)-K(k+1)S(k+1)K T(k+1)
=[I-K(k+1)H(k+1)]P(k+1|k)
Summary of the invention
The object of the present invention is to provide a kind of method of in real time target being followed the tracks of.Specific implementation comprises the following steps:
(1) target that is linear system to the equation of motion is carried out standard Kalman filter tracking;
(2) target that is non linear system to the equation of motion is carried out EKF tracking;
(3) target that is non linear system to the equation of motion is carried out Unscented kalman filtering tracking.
The invention has the advantages that tracking effect is remarkable, speed is fast, and applied range.
Accompanying drawing explanation
Fig. 1 standard card Kalman Filtering pursuit path figure;
Fig. 2 standard card Kalman Filtering tracking error figure;
Fig. 3 EKF pursuit path figure;
Fig. 4 EKF tracking error figure;
Fig. 5 Unscented kalman filtering pursuit path figure;
Fig. 6 Unscented kalman filtering tracking error figure.
Embodiment
Below in conjunction with accompanying drawing and instantiation, the present invention will be further described:
A) EKF:
Kalman filtering can, under the condition of linear Gauss model, can be made optimum estimation to the state of target, obtains good tracking effect.To utilize linearisation skill to be translated into an approximate linear filtering problem to the conventional processing method of Nonlinear Filtering Problem.Therefore, can utilize the local linear characteristic of nonlinear function, by nonlinear model Linear localization, recycling Kalman filtering algorithm completes filter tracking.Expansion Kalman filtering is exactly the thought based on such, the nonlinear function of system is done to single order Taylor and launch, and completes the processing such as filtering estimation to target thereby obtain linearizing systems approach.
Nonlinear Systems ' Discrete dynamical equation can be expressed as:
X(k+1)=f[k,X(k)]+G(k)W(k)
Z(k)=h[k,X(k)]+V(k)
Here for the ease of Mathematical treatment, suppose the input that there is no controlled quentity controlled variable, and suppose that process noise is that average is zero white Gaussian noise, and noise profile matrix G (k) is known. wherein, observation noise V (k) is also that additivity average is zero white Gaussian noise.Suppose that process noise and observation noise sequence are independent of each other.
B) Unscented kalman filtering:
Without mark Kalman filtering (Unscented Kalman Filter) [23], a kind of nonlinear filtering mode that the people such as S.Julier propose. different from expansion Kalman filtering is, it does not do linearisation to nonlinear equation F and h at estimation point place and approaches, near estimation point, determine sampling, the probability density function of the approximate state of the gaussian density representing with these sample points without mark conversion UT (Unscented Transform) but utilize. can be summarized as the following steps without mark Kalman filtering algorithm:
First, calculate the state one-step prediction that Sigma is ordered:
X (i)(k+1|k)=f[k,X (i)(k|k)]
System mode one-step prediction and covariance matrix are:
X ^ ( k + 1 | k ) = Σ i = 0 2 n ω ( i ) X ( i ) ( k + 1 | k )
P ( k + 1 | k ) = Σ i = 0 2 n ω ( i ) [ X ^ ( k + 1 | k ) - X ( i ) ( k + 1 | k ) ] [ X ^ ( k + 1 | k ) - X ( i ) ( k + 1 | k ) ] T
The observation that Sigma is ordered is predicted as:
Z (i)(k+1|k)=h[X (i)(k+1|k)]
Observation prediction average and covariance are:
Z ‾ ( k + 1 | k ) = Σ i = 0 2 n ω ( i ) Z ( i ) ( k + 1 | k )
S ( k + 1 ) = Σ i = 0 2 n ω ( i ) [ Z ^ ( k + 1 | k ) - Z ( i ) ( k + 1 | k ) ] [ Z ^ ( k + 1 | k ) - Z ( i ) ( k + 1 | k ) ] T
Gain matrix is: K ( k + 1 ) = { Σ i = 0 2 n ω ( i ) Σ i = 0 2 n ω ( i ) [ X ^ ( k + 1 | k ) - X ( i ) ( k + 1 | k ) ] [ Z ^ ( k + 1 | k ) - Z ( i ) ( k + 1 | k ) ] T } S - 1 ( k + 1 ) After renewal
System state estimation and covariance matrix are:
X ^ ( k + 1 | k + 1 ) = X ^ ( k + 1 | k ) + K ( k + 1 ) [ Z ( k + 1 ) - Z ^ ( k + 1 | k ) ]
P(k+1|k+1)=P(k+1|k)-K(k+1)S(k+1)K T(k+1)?。

Claims (4)

1. a real-time method to target following, is characterized in that, the method contains following steps:
(1) carry out state estimation one-step prediction
Figure FSA00000826224100011
(2) calculate one-step prediction covariance P (k+1|k);
(3), according to new breath and new breath covariance matrix, can obtain the gain K (k+1) of Kalman filter;
(4) result of basis (3) obtains the state renewal equation of system
Figure FSA00000826224100012
(5) upgrade error covariance matrix P (k+1|k+1).
2. method for tracking target according to claim 1, is characterized in that: Kalman filtering is exactly optimal filter, and its system of processing Gauss model is also very effective.
3. in non linear system, conventional processing method is to utilize linearisation skill to be translated into an approximate linear filtering problem, the thought of EKF that Here it is.It is characterized in that: can utilize the local linear characteristic of nonlinear function, by nonlinear model Linear localization, recycling Kalman filtering algorithm completes filter tracking.
4. Unscented kalman filtering is different from EKF, and it does not do linearisation to nonlinear equation F and h at estimation point place and approaches, and determines sampling but utilize without mark conversion UT near estimation point.It is characterized in that: average and the covariance of the Sigma point set obtaining are mated with former statistical property, directly these Sigma point sets are being carried out to Nonlinear Mapping, approximate state probability density function, this being similar to its essence is a kind of statistical approximation but not solution.
CN201210555170.7A 2012-12-20 2012-12-20 Target tracking algorithm based on Kalman filtering Pending CN103889047A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210555170.7A CN103889047A (en) 2012-12-20 2012-12-20 Target tracking algorithm based on Kalman filtering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210555170.7A CN103889047A (en) 2012-12-20 2012-12-20 Target tracking algorithm based on Kalman filtering

Publications (1)

Publication Number Publication Date
CN103889047A true CN103889047A (en) 2014-06-25

Family

ID=50957721

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210555170.7A Pending CN103889047A (en) 2012-12-20 2012-12-20 Target tracking algorithm based on Kalman filtering

Country Status (1)

Country Link
CN (1) CN103889047A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104091352A (en) * 2014-07-14 2014-10-08 江南大学 Visual tracking method based on structural similarity
CN104330083A (en) * 2014-10-27 2015-02-04 南京理工大学 Multi-robot cooperative positioning algorithm based on square root unscented kalman filter
CN104777426A (en) * 2015-04-17 2015-07-15 河海大学 Power generator dynamic state estimation method based on unscented transformation strong tracking filtering
CN107659989A (en) * 2017-10-24 2018-02-02 东南大学 The dormancy of wireless sensor network node distributed measurement and method for tracking target
CN111524163A (en) * 2020-04-16 2020-08-11 南京卓宇智能科技有限公司 Target tracking method based on continuous extended Kalman filtering
CN111954158A (en) * 2020-07-01 2020-11-17 珠海高凌信息科技股份有限公司 RSS map-based joint filtering indoor single-target tracking method, device and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101883425A (en) * 2010-06-04 2010-11-10 哈尔滨工程大学 Target tracking and identification device and method based on entropy-weighted gray correlation
CN101894378A (en) * 2010-06-13 2010-11-24 南京航空航天大学 Moving target visual tracking method and system based on double ROI (Region of Interest)
CN102323602A (en) * 2011-05-30 2012-01-18 哈尔滨工程大学 Carrier tracking loop based on self-adaptive second-order Kalman filter and filtering method of carrier tracking loop

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101883425A (en) * 2010-06-04 2010-11-10 哈尔滨工程大学 Target tracking and identification device and method based on entropy-weighted gray correlation
CN101894378A (en) * 2010-06-13 2010-11-24 南京航空航天大学 Moving target visual tracking method and system based on double ROI (Region of Interest)
CN102323602A (en) * 2011-05-30 2012-01-18 哈尔滨工程大学 Carrier tracking loop based on self-adaptive second-order Kalman filter and filtering method of carrier tracking loop

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104091352A (en) * 2014-07-14 2014-10-08 江南大学 Visual tracking method based on structural similarity
CN104330083A (en) * 2014-10-27 2015-02-04 南京理工大学 Multi-robot cooperative positioning algorithm based on square root unscented kalman filter
CN104777426A (en) * 2015-04-17 2015-07-15 河海大学 Power generator dynamic state estimation method based on unscented transformation strong tracking filtering
CN107659989A (en) * 2017-10-24 2018-02-02 东南大学 The dormancy of wireless sensor network node distributed measurement and method for tracking target
CN107659989B (en) * 2017-10-24 2020-08-04 东南大学 Distributed measurement dormancy and target tracking method for wireless sensor network nodes
CN111524163A (en) * 2020-04-16 2020-08-11 南京卓宇智能科技有限公司 Target tracking method based on continuous extended Kalman filtering
CN111954158A (en) * 2020-07-01 2020-11-17 珠海高凌信息科技股份有限公司 RSS map-based joint filtering indoor single-target tracking method, device and medium

Similar Documents

Publication Publication Date Title
CN103889047A (en) Target tracking algorithm based on Kalman filtering
CN105549049A (en) Adaptive Kalman filtering algorithm applied to GPS navigation
Liu et al. Unscented extended Kalman filter for target tracking
CN109508444B (en) Quick tracking method for interactive multimode generalized label multi-Bernoulli under interval measurement
CN110208792B (en) Arbitrary straight line constraint tracking method for simultaneously estimating target state and track parameters
Mohammed et al. A new IMM algorithm using fixed coefficients filters (fastIMM)
CN102706345B (en) Maneuvering target tracking method based on fading memory sequential detector
CN111693984A (en) Improved EKF-UKF moving target tracking method
CN108871365B (en) State estimation method and system under course constraint
Morelande et al. Target tracking through a coordinated turn
Dong et al. A combined wavelet analysis-fuzzy adaptive algorithm for radar/infrared data fusion
CN104202019B (en) Kalman filtering method with unknown process noise covariance matrix recursive estimation
CN104931932A (en) Improved debiased coordinate transform Kalman filtering method
CN103914628B (en) A kind of Space teleoperation system output state Forecasting Methodology
Ikoma et al. Maneuvering target tracking by using particle filter
CN107292265A (en) A kind of target trajectory rapid extracting method based on motor-driven detection
CN109188422A (en) A kind of Kalman filtering method for tracking target decomposed based on LU
CN115905793A (en) Track reproduction method based on Internet of things and curve fitting
CN113628274A (en) Maneuvering target state estimation method based on interactive multi-model colorless filtering
Wang et al. Infrared/laser multi-sensor fusion and tracking based on the multi-scale model
Li et al. Tracking an underwater maneuvering target using an adaptive Kalman filter
Xu et al. On the Cramér–Rao lower bound for biased bearings-only maneuvering target tracking
Ali et al. Convergence analysis of unscented transform for underwater passive target tracking in noisy environment
CN107145474B (en) Kalman filtering algorithm based on autoregressive model
Huang et al. Centralized fusion of unscented kalman filter based on huber robust method for nonlinear moving target tracking

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140625