Abstract

The paper addresses a problem of ballistic object tracking with the use of the cinetheodolite electro-optical tracking system. Electro-optical systems are applied for acquiring the trajectory data of missiles, satellites, and rockets used for delivery of satellites to their prevised orbits. Despite the importance of such systems and their applications, in the open literature there are no publications describing tracking algorithms processing data from cinetheodolites. The paper describes a model-based algorithm of estimation of position and parameters of target motion for such a system, developed by the authors. The model of the system, nonlinear both in its description of the target dynamics and the measurement equations, is presented in detail. The proposed algorithm of estimation is also described, and chosen simulation results are included in the paper. Furthermore, a comparison of the proposed estimation algorithm with other possible, but simpler algorithms is presented.

1. Introduction

The main motivation for the work presented in this paper was a necessity to obtain possibly accurate and continuous data on position and other parameters of motion of ballistic objects in practical tests of weaponry conducted by the Military Institute of Armament Technology (MIAT), Zielonka, Poland. Among the areas of expertise of the Institute, tests of anti-aircraft missiles are of great importance. One of the methods to assess the capabilities of the missile is the live firing with trajectory recording. It allows estimating the position and velocity of the missile and the target and eventually the mutual geometrical relationship between them, particularly the miss distance.

To estimate the position of a missile or a target, either an accurate on-board positioning system or an external tracking system is necessary. To assess the miss distance, an aerial target imitator fulfilling demanding requirements, between the others in terms of velocity, must be used. At MIAT, a special aerial target, ICP-89, based on the S-5 unguided missile, was developed. Its feasibility of deploying, high initial velocity, and market availability make it adequate for rocket missile tests. ICP-89 has proved its usefulness in numerous experiments with weapons so far.

In practice, an accurate on-board positioning system with an appropriate downlink is unlikely to be installed on a combat missile (particularly a small one) or an aerial target such as ICP-89. Therefore, to assess the performance of the missile during live tests, electro-optical tracking systems are widely used. A cinetheodolite-based electro-optical tracking system (EOTS), acquiring precise angular data to assess flight paths of disparate objects, is currently used at MIAT. It is a core system to determine the performance of the tested missiles.

In the open literature, there are no publications describing tracking algorithms for processing EOTS data; therefore, custom solutions were elaborated at MIAT. So far, straightforward geometrical computations have been used for position calculations of the missile and the aerial target. Such a method, however, has several significant drawbacks. Incomplete measurement data, occasionally occurring during some experiments, require supplementary techniques to attain only approximate and reduced-accuracy results. Moreover, the applied algorithm is not model-based and does not involve any data filtering; thus, its accuracy is not optimal. In this paper, a new algorithm of estimation of the position and parameters of ICP-89 target motion, based on the extended Kalman filter (EKF) [14], is proposed. It improves the accuracy of the estimated position, provides additional parameters of the target motion, such as its velocity and angular orientation, which are not directly available from the previously applied algorithm, and ensures availability of highly accurate, continuous data even in case of temporary outages of the measurements.

The layout of the further part of this paper is as follows. The EOTS measurement system is presented in Section 2. The proposed algorithms of estimation of a ballistic target position and parameters of motion together with a complete state-space model of the tracking system are given in Section 3. The paper includes also chosen results of simulations, demonstrating accuracy of the proposed algorithms (in Section 4) as well as discussion of the obtained results and conclusions given in Section 5.

2. EOTS Measurement System

The EOTS measurement system used for fire tests consists of at least two cinetheodolite stations, located at positions measured before the experiments, and providing for azimuth and elevation angles of the tracked object. A photography of such a station is shown in Figure 1.

Positions of the stations and tracked object as well as all the parameters of motion are expressed in a local horizontal frame of reference which must be defined at the beginning of the experiments. The geometrical relationships in the EOTS system with two cinetheodolite stations and are explained in Figure 2 [5].

The frame of reference is established as follows. Firstly, the positions of and stations are measured with the use of an accurate geodetic-class GNSS receiver. These coordinates are obtained in a geodetic frame of reference [4]. At the firing stand, about one second before the ICP-89 is launched, its tracer is ignited, and it burns for the whole period of flight of the imitator. Therefore, the ICP-89 is clearly visible from the cinetheodolite stations and the EOTS can establish the angles of its observation. Based on the measured azimuth and elevation angles, its position expressed in the geodetic frame is also calculated. The local frame of reference is assumed to begin at point , corresponding to the calculated ICP-89 position, and its local coordinates are set to zero. The orientation of the -axis is assumed to correspond to the direction of shooting, which is approximated by a projection of the longitudinal axis of the launcher on the horizontal plane. The -axis is the local vertical, and the -axis completes a right-handed Cartesian frame of reference.

After such a setting of the local frame of reference, the local coordinates of and stations are calculated from the already known geodetic coordinates of O, , and . Local coordinates of these points are as follows: , , and . For simplicity of further calculations, and are assumed to be located on the same horizontal plane as ; thus, their coordinates are and . This assumption is not very restrictive, and the equations presented throughout the paper can be easily extended to a more general case of nonzero altitudes of and .

The cinetheodolite stations are synchronized by a common registration-triggering signal and perform acquisition of the images of the observed object as well as the angles of its observation from separate locations. The angles provided by two stations include azimuths and along with the elevations and , which are synchronized and time-stamped. The angle measurements are calculated from readouts obtained from encoders installed in the stations. The encoders register only changes of respective angles from an arbitrary point of reset. To obtain meaningful angular data, a known reference point must be recorded.

A pair of measurements of azimuth and elevation of the tracked object, obtained in two cinetheodolite stations of known locations, is sufficient for determination of the object positions and reconstruction of its trajectory. From the geometry of the system shown in Figure 2, the following formulae can be determined: where is the distance between both EOTS stations (base of the system) and and are horizontal distances from and stations to the tracked object.

Based on the above equations, the following set of four equations with three unknowns can be formulated:

This is an overdetermined set of equations, which can be approximately solved for , if the sum of azimuth angles . The requirement can be easily fulfilled by appropriately locating the cinetheodolite stations behind the ICP-89 launcher, so that the tracked object would not pass over the baseline of the system.

Equation (7) can be simplified, if we notice that in the assumed local-level frame of reference, the target moves only in the plane. Thus, to represent its position we need only two coordinates and the third coordinate is always 0. Such an assumption was used for elaboration of the models and algorithms presented in the paper, and it resulted in the following simplified version of Equation (7):

In practice, disturbing factors and an inaccurate setting of the reference frame may result in a nonzero value of , which can be considered a cross-track error. However, it does not significantly affect the estimation results for the along-track position and altitude . Thus, the results and conclusions presented in the paper would remain valid also for a more general case of modelling motion in all three axes of .

3. Trajectory Estimation of Target Imitator

Estimation of the ICP-89 position can be realized with the use of various algorithms, which can be generally divided into two groups, i.e., non-model-based algorithms and model-based ones. The simplest are single-point solution algorithms, such as ordinary-least-squares (OLS) and weighted-least-squares (WLS) methods, which iteratively estimate the target position [69], individually for each new set of measurements. The model-based estimation methods make use of the previous estimates and project them ahead via model equations up to the time when the new measurements have been acquired. Then, the projected estimates are fused with the new measurements to provide for a more accurate solution. An example of such an algorithm is the EKF used by the authors for the ICP-89 trajectory estimation and described in this paper.

3.1. OLS Algorithm

The primary measurements realized in the EOTS measurement system are azimuth and elevation angles, which are obtained simultaneously, with a period of about 33 msec. For every time instance, they can be grouped into the primary measurement vector as follows:

As the relationship between the original measurement vector and the unknown target position in is nontrivial, we propose here to construct a new measurement vector as follows: where is a transformation function of the primary (original) measurement vector to the new form represented by the measurement vector . The transformed vector and the unknown state vector of the target position are related by a nonlinear, but relatively simple formula , which can be deduced from Equation (8):

The above equation, apart from the geometrical relationships, includes also a vector of measurement errors , modelling limited accuracy of the measurement vector . Equation (11) can be approximately solved with respect to the unknown position vector using the OLS algorithm [69] as follows: (1)Assume an initial estimated target position vector . This can be almost any reasonable guess, but the nearer it is to the true target position, the fewer iterations of OLS are necessary to achieve its required accuracy. The first guess can be based on knowledge of a typical target position, where the first EOTS images and angular data become available during firing tests. The subsequent guesses can be based on the previous target positions, estimated for the previous measurement vector (2)Calculate the expected measurement vector (3)Calculate the Jacobian matrix of the nonlinear transformation , at the latest estimated target position . This yields the following linearized measurement equation: (4)Solve Equation (12) and calculate a vector of estimation errors . For a full-rank matrix , is calculated with the use of the Moore-Penrose matrix pseudoinverse: (5)Improve the previous estimate of by subtracting the calculated correcting term : (6)Repeat steps 2 to 5 until falls below a predefined threshold

The above OLS algorithm is run for every newly acquired measurement vector . The Jacobian matrix in this algorithm is obtained as a matrix of partial derivatives of elements of the measurement vector with respect to the elements of , and they can be calculated based on the relationships given in Equation (11) as follows:

Finally, the Jacobian matrix is as follows:

3.2. WLS Algorithm

The WLS algorithm is another single-point solution method [69]. It contains the same steps as the OLS, but it additionally weights the measurements depending on their expected accuracy, which improves the accuracy of estimation if the accuracies of measurements are different. If the standard deviations of angle measurement errors are known and given as , and there is no cross-correlation of these errors, the following measurement errors covariance matrix can be written down for the primary measurement vector :

As the measurement vector is obtained through the transformation of the primary measurement vector , the measurement errors of azimuth and elevation angles also undergo a transformation, which can be obtained through a linearization of the function and realized as a multiplication of the vector through the Jacobian matrix :

Therefore, the covariance matrix of the artificially constructed measurement vector is also calculated through a transformation of the covariance matrix of the primary measurement errors as follows:

The Jacobian matrix is obtained as a matrix of partial derivatives of elements of the measurement vector with respect to the elements of the primary measurement vector , which are calculated as follows:

All the other partial derivatives in the Jacobian matrix are zeroes; thus, finally this matrix is and it should be recalculated for every new set of the measured azimuth and elevation angles. The WLS algorithm can be summarized as follows: (1)Assume an initial estimated target position vector in a similar manner as in the OLS algorithm(2)Calculate the expected measurement vector (3)Calculate the Jacobian matrix (Equation (23))(4)Calculate the Jacobian matrix (Equation (34))(5)Calculate the covariance matrix (Equation (26))(6)Calculate the estimation errors vector , weighting in accordance with the assumed accuracy of measurements given by the matrix : (7)Improve the previous estimate of by subtracting the calculated correcting term : (8)Repeat steps 2 to 7 until falls below a predefined threshold

3.3. EKF Algorithm

The OLS and WLS algorithms are simple, but they do not use information from the previous steps of data processing nor do they comprise any filtering. In contrast, the EKF presented in this section realizes model-based data filtering [1, 3]. Apart from the measurement model, based on the same geometrical relationships as in OLS or WLS, the EKF requires also modelling of the dynamics of ICP-89 and uses this model for prediction of its positions and other parameters of motion. This way, it preserves past information gained in processing of the older measurement data, and thanks to the use of more information, it is expected to be more accurate than any single-point algorithm. Moreover, in case of outages or incomplete measurement data, the EKF still provides predicted or filtered estimates of reduced accuracy, this way filling the gaps in the missing measurement history, whereas the OLS and WLS do not output any solution in such a case.

3.3.1. Dynamics Model

The use of EKF requires formulation of the dynamics model of the ICP-89 motion in the following form [1]: where is a nonlinear function, describing changes of the target position and its parameters of flight, is the state vector, containing variables describing the flight of the ICP-89, is the matrix of process disturbances, and is the vector of process disturbances.

The elaboration of the dynamics model for the aerial target imitator ICP-89 requires consideration of its physical properties and its way of operation as well as properties of the atmosphere. The photography of the imitator at the initial phase of flight during firing tests is shown in Figure 3.

During tests, the imitator is launched from the firing stand due to the thrust force generated by its solid propellant. The propellant burns for approximately 0.7 seconds, and for the rest of the flight, the target moves without propulsion or control and follows a free-flight motion pattern. Therefore, the dynamics model of the considered system should be based on equations describing motion of a ballistic object (rocket) [10, 11]. A full description of such movement consists of six degrees of freedom (6-DOF) equations of motion (EOM), comprising linear and rotational components in the frame of reference [11]. From the previous considerations, however, we may conclude that the target motion can be restricted to three degrees of freedom (3-DOF) movement in the vertical plane . ICP-89 in 2D space is illustrated in Figure 4.

The 3-DOF EOM are derived from Newton’s second law of dynamics and assume that the motion of the target of a mass is caused by external forces acting on it, which include gravity (weight) and aerodynamical forces: thrust , drag , and lift . The resultant model is nonlinear and can be very sophisticated; therefore, in practice it is often significantly simplified based on engineering experience. A frequently applied simplified set of 3-DOF EOM is as follows [5, 10, 11]: where is the horizontal coordinate in , is the vertical coordinate in , is the target velocity, is the pitch angle, is the angle of attack, are external forces (weight, thrust, drag, and lift), is the fuel consumption coefficient, and is the gravitational acceleration.

The drag and lift forces depend on the squared target velocity with respect to the air , air density , equivalent surface of the target , and dimensionless drag and lift coefficients:

If we consider that, the first valid measurements of azimuth and elevation angles from the EOTS system become available when the target already moves without propulsion, i.e., ; the above model given by Equations (39)–(45) can be further simplified. As ICP-89 in its free-flight phase of motion does not consume fuel and does not change its weight, Equation (43) can be eliminated, and the following dynamics model can be formulated:

Equations (46)–(49) describe an undisturbed target motion in the plane. In practice, this ideal motion would be disturbed by unknown factors which can be modelled as stochastic processes. The dominant random effects are connected with the moving atmosphere.

If we augment the undisturbed model of the target motion, taking into account the influence of wind, the changes of the target position are given as follows [10]: where is the horizontal velocity of the wind and is the vertical velocity of the wind.

The changeable character of wind influences not only kinematic equations of position (Equations (50)–(51)) but also the equations for velocity and pitch angle as follows [7]:

There exist various sophisticated stochastic models of wind, which generally assume existence of strong spatial and temporal correlation of wind velocity [12]. However, the usefulness of such models is clearly visible only in estimation of long-term effects of the atmospheric mass movements, e.g., in prediction of power generated by wind farms [13]. Their application in the proposed system would significantly complicate the equations, without guarantee of significant improvements of the EKF accuracy. For this reason, authors of some publications neglect the influence of atmospheric mass movement or assume a constant wind model for the whole period of flight [14].

Instead, we propose using a simple stochastic model of wind, which takes into account the random temporal and spatial variability of wind velocity. Our model, however, is only an approximation as it does not consider a correlation which normally exists between the horizontal and vertical velocity of wind fluctuations. The proposed model assumes that the horizontal and vertical components of wind are two independent Wiener processes of unknown initial values, modelled as follows [1]: where and are the independent Gaussian white noises with power spectral densities and .

Based on the above assumptions and considerations, we finally obtain the following continuous dynamic model of the target motion, which has the standard form required by the theory and suitable for immediate use in the EKF algorithm:

It is worth noticing that in contrast to the OLS and WLS, the variables in the state vector include not only target coordinates in the plane but also other variables, such as velocity , orientation (pitch angle) , and wind velocity components, which influence future states of the object, and therefore, their knowledge is necessary for appropriate prediction of the future target positions and parameters of motion. Thus, the state vector estimated by the EKF contains 6 variables and it is as follows:

The above continuous model given by Equation (56) can be used directly for propagation ahead of the state vector . Such an operation requires use of one of the methods of numerical integration [15, 16] and is usually realized as a part of data processing in the EKF algorithm [1]. The EKF, however, calculates also error covariance matrices, and these operations require linearization of the nonlinear dynamics model. Moreover, the Kalman filter is a discrete-time algorithm and its equations are based on a discrete version of the dynamics model. For the above reasons, it is necessary to perform linearization and discretization (sampling) of the dynamics model.

The linearization is realized through calculation of the Jacobian matrix of the nonlinear function , at the latest estimated state vector [1]. This yields the following, so-called, fundamental matrix of the system:

The model sampling consists in calculation of two matrices: the state transition matrix and the covariance matrix of discrete process disturbances . The transition matrix describes the state propagation for one sampling period ahead, from a time step to the next step of calculation . There exist several methods of its calculation based on the known fundamental matrix [1]. In the presented algorithm, it was calculated as follows:

The covariance matrix of discrete process disturbances represents the uncertainty introduced to the previous knowledge of the state vector at a time step by cumulative influence of the vector of continuous process disturbances in the period , between the time steps and . Various methods of calculation of this matrix, based on the covariance matrix of continuous process disturbances , exist [1]. In the presented algorithm, it was calculated as follows:

3.3.2. Measurement Model

The measurement model used in the EKF is given by Equation (11) and is the same as the one used in OLS and WLS. Some EKF equations require additional knowledge of the Jacobian matrix of the nonlinear function . This matrix can be calculated similarly to the Jacobian matrix used in the OLS, given by Equations (15)–(23). However, it is necessary to take into account that the state vector in the EKF consists of six states, whereas in the OLS of only two states, thus the number of derivatives and the size of the matrix will be different:

Finally, it is clear from Equation (11) that all the derivatives with respect to in Equation (63) are zeroes, and on the basis of already calculated derivatives over and given by Equations (16)–(22), the matrix in the EKF is stated as follows:

The covariance matrix of measurement errors in the EKF is calculated the same way as in the WLS algorithm, with the use of Equations (26) and (34).

3.3.3. Algorithm of Filtration

Estimation of the state vector , changing with time in accordance with the above formulated dynamics model (Equation (56)), based on the measurement vector , related to the state vector via the measurement model (Equation (11)), can be realized by a nonlinear suboptimal filter [3, 5]. An example of such a filter is the EKF, implemented for that purpose by the authors of this paper. The EKF algorithm can be summarized as follows: (1)Assume an initial estimated state vector . The target position can be initialized in a similar manner as in the OLS and WLS. The rest of the states can be initially assumed to be zeroes(2)Assume an initial value of the covariance matrix of filtration errors . Typically, it is initialized as a diagonal matrix with large diagonal values, modelling uncertainty of the initial knowledge of the state vector(3)Calculate the predicted state vector at a time step , through the numerical integration of the deterministic part of the dynamics model , subject to the initial condition at a time step : (4)Calculate the Jacobian matrix (Equation (58)), for (5)Calculate the state transition matrix of the discrete version of the dynamics model (Equation (59)).(6)Calculate the covariance matrix of discrete process disturbances (Equations (60)–(62)). The matrix must be recalculated at each step due to changing values of the Jacobian matrix (7)Calculate the covariance matrix of prediction errors: (8)Calculate the Jacobian matrix for (from Equation (64)).(9)Calculate the Jacobian matrix for the last acquired measurement vector (from Equation (34)).(10)Calculate the covariance matrix (from Equation (26)).(11)Calculate the Kalman gain matrix : (12)Calculate the corrected state vector at a time step , by fusing the predicted state vector and the current measurement vector : (13)Calculate the covariance matrix of filtration errors: (14)Recursively repeat steps 3rd to 13th

The above set of steps realized during filtration can be interpreted as the initialization (steps 1st and 2nd), the time update or prediction (steps 3rd to 7th), and the measurement update or filtration (steps 8th to 13th). The initialization is executed only once at the beginning of the filter operation, whereas the steps of prediction and filtration are executed recursively for the whole required period of the EKF operation.

4. Simulation Methodology and Results

After formulating the dynamics and the observation model of the EOTS tracking system, it is possible to run the simulation and analyze the operation of designed estimation algorithms. For the purpose of comparison, two of the presented algorithms, i.e., OLS and EKF, were implemented and tested in the Matlab® scientific environment. The WLS algorithm was not implemented, as the standard deviations of all angle measurements realized in the EOTS are the same; thus, the accuracy offered by WLS should be the same as for OLS.

The appropriate choice of simulation parameters is crucial if we want to obtain valuable and meaningful results. These parameters include the dynamics and the observation model coefficients, as well as initialization parameters for the OLS and EKF.

The dynamics model presented in this paper contains several parameters characteristic for the tracked object and the environment. The geometrical dimensions of the object were chosen to be identical with the real ICP-89 projectile; thus, the calculated surface of the object and its mass . The drag coefficient was set to , a value quantitatively consistent with tabular data for conical surfaces. The lift coefficient was assumed to be zero, since the surface of the object is axially symmetric with respect to the velocity vector. For simplicity, constant values for the gravitational acceleration and air density were chosen. The assumed values are representative for typical conditions met during firing tests.

The elements of the covariance matrix of continuous process disturbances , comprising power spectral densities of the white noises in the wind model, were calculated as follows: where is the assumed standard deviation of the Wiener processes of horizontal and vertical wind components at the terminal stage of flight, after a period of . In the simulated scenario and , which are typical values, representative to the ones met during tests.

The primary measurement error covariance matrix in the EKF was determined based on the exhaustive technical documentation of the EOTS measurement system provided by its developer. The standard deviations of all angle measurements realized in the EOTS are equal in degrees measure (approx. 1.05∙10-6 rad). The diagonal elements of were obtained as squares of the above values, previously converted from arc seconds into radians.

The methodology of simulations included several steps. Firstly, a reference flight trajectory was generated, using a numerical 4th order Runge-Kutta solution to the dynamic equations of motion (Equations (50)–(55)). For such a trajectory, ideal (noiseless) primary measurement vectors were calculated, with a period of , representing the time separation between two successive measurements in the EOTS system. Next, pseudorandom zero-mean Gaussian sequences of standard deviations were added to the noiseless measurements of observation angles. Such simulated sets of noisy measurements were further processed by the implemented OLS and EKF algorithms. The results of estimation by both algorithms were subsequently analyzed and compared.

The following figures represent a selection of the obtained results. In Figure 5, the reference trajectory, generated in the simulation process, and the ICP-89 flight trajectories estimated by the OLS and EKF are presented. It is noticeable that all the trajectories are close to each other; however, the scale of the figure makes a direct comparison of the estimation accuracy impossible. Such a comparison will be presented further on in this section of the paper.

Figures 6 and 7 contain horizontal and vertical coordinates of the ICP-89 versus time, generated and estimated by the OLS and EKF.

The estimation of velocity, pitch angle, and wind components is not possible in the OLS, but only in the EKF; therefore, the estimation results for those quantities, shown in Figures 811, comprises only EKF estimates, together with their reference values, generated during simulations.

To facilitate a comparison of accuracy of the OLS and EKF algorithms, errors of horizontal and vertical coordinates of the ICP-89 target imitator are presented in Figures 12 and 13. These figures give a better insight into the differences between the results from EKF and OLS algorithms than those previously presented in Figures 57. As can be seen, the EKF significantly outperforms the OLS solution. One can also observe that the estimation accuracy is not constant for the whole period of target tracking.

This effect is due to changeable conditions of observation, i.e., changing geometrical dilution of the precision factor, which depends on the angle of intersection of the lines between the EOTS stations and the target. For the assumed simulation scenario, this angle decreases in the terminal phase of flight, which increases the geometrical dilution of precision and the target localization errors.

It is not possible to directly compare the two implemented algorithms with respect to the accuracy of estimation of the other state variables (velocity, pitch angle, and wind velocity components), because the OLS does not provide their estimates. Therefore, in the following Figures 1417 only EKF errors are presented. They are calculated as differences between respective estimates and the actual state values generated in the process of simulation.

The quantitative comparison between the OLS and EKF can be based on the RMS estimation errors of both algorithms. The results of such a comparison for the estimates of target position coordinates, velocity, and pitch angle are gathered in Table 1. It should be noticed, however, that the velocity and pitch angle are not directly available from OLS and they have been calculated based on three successive position estimates. Thus, the figures shown in Table 1, representing RMS velocity and pitch angle errors of OLS, are approximate and may only serve for a crude assessment of the OLS accuracy.

5. Conclusions

The paper presented a problem of estimation of a ballistic object trajectory and its solutions based on the OLS and EKF algorithms. Both algorithms designed, implemented, and tested by the authors of the paper proved to be useful tools for estimation of an aerial target position and its parameters of motion. The usefulness of the presented approach was demonstrated for a practical problem of estimation of a trajectory and parameters of motion of the aerial target imitator ICP-89, based on the measurements from the electro-optical tracking system with two cinetheodolite stations.

The simulations of such a system have shown that the target trajectory can be estimated with high accuracy. As expected, tracking errors depend on the geometry of the EOTS system and increase when the ICP-89 is far from the cinetheodolite stations. This conclusion should be considered when the shooting tests are planned and used for optimal location of the observation stations in the firing range.

The presented comparisons of the OLS and EKF accuracy show that the EKF can estimate the target position with 2-3 times better accuracy than the OLS. Moreover, it can directly estimate the target velocity, pitch angle, and components of wind, which is not possible in the OLS. Therefore, the EKF algorithm should be a preferred solution in realization of a practical tracking system.

The authors are currently continuing their works on the presented system aimed at implementation of the presented algorithms, especially the EKF, for processing real measurements from the EOTS system, recorded during live firing tests. The works are aimed also at improving the assumed ballistic model of ICP-89 as well as the wind model. It should be emphasized that the results obtained so far are very promising and it is expected that the EKF algorithm, elaborated by the authors, can be implemented in the software used by MIAT and replace algorithm currently used for fire tests.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare no conflict of interest.

Authors’ Contributions

P. Kaniewski conceived the idea. P. Smagowski and S. Konatowski designed the experiments; P. Smagowski performed the experiments; P. Kaniewski and S. Konatowski analyzed the data; P. Kaniewski and P. Smagowski wrote the paper; and P. Kaniewski and S. Konatowski approved the paper.