Uneingeschränkter Zugang

Research and Implementation of Emitter Threat Assessment Based on Distributed Simulation


Zitieren

Introduction

In the modern battlefield, it is very important to accurately evaluate the target’s electromagnetic interference and threat level, and reasonably formulate the fighter combat strategy, literature [1] points out that it is very important to improve the survival probability of fighter in battlefield. Literature [2] says that in fact, it is a very ideal state to calculate according to the real battlefield data. In the experimental stage of the algorithm, we need to simulate the flight data and radar data of the fighter in the battlefield through the computer simulation technology, and then carry out the level evaluation according to the simulation data to get the order of the threat coefficient, so as to provide reliable reference data for the formulation of the fighter combat strategy [3-5].

The research of this subject is divided into two modules, one is the realization of simulation model in distributed simulation system, which is realized by MFC in vs environment, the other is Qt development environment, which uses C + + language to realize the assessment of emitter threat.

In the flight trajectory of aircraft in simulated battlefield and the detection of ground radar, the data of combat object in battlefield is simulated by constructing distributed simulation system. Secondly, the modeling and simulation system of Emitter Threat Level Evaluation in penetration operation is constructed. The system can realize the evaluation of the threat level coefficient of the aircraft to the emitter. The data of the aircraft and the data of each emitter obtained from the data source simulation files are transformed through coordinates and the modeling of aircraft warning radar, The data ranking of the threat coefficient of radiation source to aircraft can be obtained. The interface of the system can see the position of the aircraft in the geographical coordinate system, the attitude angle of the aircraft and the corresponding dashboard display of each attitude angle. At the same time, it can intuitively see the position of the radiation source relative to the aircraft, and the data of the radiation source sorted according to the threat level. This is conducive to the fighter in the battlefield real-time combat strategy, improve the survival probability of the fighter in the battlefield has important practical significance.

simulation system
Construction target

With the development of modern electronic battlefield technology, more and more advanced weapons are put in. The addition of early warning radar, radar jamming, missile attack and other radiation sources leads to the short-term survival probability of fighters in the battlefield [6]. In order to make fighter play an efficient and long-term role in the modern electronic battlefield, it is necessary to calculate the real-time data of fighter and radar, and formulate a reasonable and efficient strategy for fighter [7]. Therefore, in order to ensure the survival probability of the fighter, we use simulation technology to simulate the flight trajectory of the fighter in the battlefield, as well as the data of the radar. Through the propulsion of the unit step, we can get the real-time data of the aircraft and the radar in each step, and then get the real-time data [8].

According to the simulation data, through coordinate transformation and level evaluation model, the order of the threat coefficient of aircraft radiation source at the current time is obtained.

The composition of simulation system

As shown in Figure 1, the simulation system is mainly composed of two parts: simulation model and simulation platform.

Figure 1.

Simulation System Framework

The simulation model mainly includes aircraft 1, aircraft 2, radar 1, radar 2, radar 3, radar 4 and other combat objects.

The simulation platform mainly includes simulation engine, data recording, situation display, model assembly, console and so on.

Simulation model of simulation system

The main models used in the simulation system are aircraft radar model, ground radar model, coordinate transformation model, threat level assessment model, and the results of aircraft operation are displayed.

Detection model of ground early warning radar and aircraft radar

The key to the establishment of ground radar model is the radar detection range equation, that is, the calculation of echo signal power. The simplified formula of ground early warning radar and aircraft radar is as follows:

The detection equation of ground early warning radar is as follows:

P g r = ( P g t G g t σ λ 2 ) / ( 4 π ) 3 R 4

Aircraft radar detection equation:

P r = ( P g t G g t G r λ 2 ) / ( 4 R ) 2

The meaning of each parameter in the formula is shown in Table 1.

Parameters of ground to air radar detection equation

Parameter Explain
Pgt Transmitter power of ground early warning radar
Ggt Antenna gain of ground early warning radar
Gr Aircraft radar antenna gain
λ wavelength
σ Radar cross section of target
R Distance between ground early warning radar and aircraft
Pgr Target echo power received by ground early warning radar
Pr Signal power of ground early warning radar received by aircraft radar

Assuming that the parameters and sensitivities of a certain type of ground early warning radar and aircraft radar Pmin are known, when the ground early warning radar and aircraft situation have been determined, the sum is calculated by the distance between them and the values of other known parameters to judge whether the ground early warning radar and aircraft radar can detect each other and decide whether to alarm. Generally, the detection range of ground early warning radar is wider than that of aircraft radar. The comparison of discrimination results is shown in Table 2.

Comparison of ground to air radar target judgment results

Condition Discriminant results
Not detected
Detected
Not detected
Detected
Coordinate transformation model

Coordinate transformation is an important step in this modeling and simulation. According to the position of the aircraft itself in the geographical coordinate system and the position of the radiation source in the geographical coordinate system, the following coordinate systems should be transformed: geographical coordinate system, geocentric coordinate system, North East coordinate system and carrier coordinate system. The purpose of coordinate transformation is to determine the position of radar in the aircraft coordinate system with the aircraft as the origin. The final position is expressed by azimuth and elevation. These two values are important parameters for the subsequent evaluation of radiation source level.

Coordinate transformation
Coordinate transformation process

The simulation system obtains the original data of the aircraft and the radiation source in the geographic coordinate system, and then transfers the obtained data into the geocentric rectangular coordinate system and the north sky East coordinate system, and then enters the carrier rectangular coordinate system according to the attitude angle of the read aircraft. After the conversion, the position of the radiation source in the carrier coordinate system can be obtained, thus the azimuth and height angle of the radiation source can be obtained. The flow chart of coordinate transformation is shown in Figure 2

Figure 2.

Flow chart of coordinate transformation

Geographic coordinate system to geocentric rectangular coordinate system

Latitude is the latitude in the geographical coordinate system, longitude is the longitude in the geographical coordinate system, altitude is the height in the geographical coordinate system. Longitude and latitude need to be converted into radians before entering the conversion formula, as shown below:

Convert latitude to radians:

B = t i tude  π / 180

Convert longitude to radian:

L =  longitude  π / 180

The height is the directly used H (in meters).

[ x y z ] = [ ( N + H ) cos B cos L ( N + H ) cos B sin L ( N ( 1 e 2 ) + H ) sin B ]

As shown below, the corresponding relationship between geographic coordinate system and geocentric rectangular coordinate system is as follows,

Geocentric coordinate system to North Tiandong coordinate system

The B’ and L’ used here are the same as the above explanation. This coordinate system is based on the geocentric coordinate system. After rotating twice, the conversion of the geocentric coordinate system to the North Tian dong coordinate system can be completed. The following is the formula used in the conversion:

B = [ 0 sin B cos B 1 0 0 0 cos B sin B ]

L = [ sin L cos L 0 cos L sin L 0 0 0 1 ]

C = B L = [ sin B cos L sin B sin L cos B sin B cos L 0 cos B cos L cos B sin L sin B ]

According to the linear transformation corresponding to the matrix, the corresponding relationship between geocentric rectangular coordinate system and North Tian dong rectangular coordinate system can be obtained as follows:

[ X Y Z ] = C [ x y z ]

North Tiandong rectangular coordinate system transfer machine rectangular coordinate system

The north sky East rectangular coordinate system rotates around three axes, and the rotation angle is the attitude angle of the aircraft. According to the transformation of the following formula, the carrier coordinate system can be obtained:

[ Z X Z Y Z Z ] = [ X Y Z ] [ cos θ g cos θ P sin θ P sin θ f sin θ g sin θ p cos θ f + sin θ f cos θ sin θ g cos θ f sin θ g cos θ f sin θ P cos θ P cos θ f sin θ f cos θ P sin θ g + sin θ p sin θ f cos θ g sin θ g sin θ p sin θ f cos θ p cos θ g cos θ f cos θ g ]

Ancient forest method

In the ancient forest method, the first step is to compare the importance of all the threat factors from top to bottom, and then quantify the importance of each threat factor, and give its specific value according to experience, so it needs a strong working experience to evaluate, which also determines the quality of the whole evaluation model. The second step is to standardize the importance of threat factors. The process of standardization is to deduce the standardized importance of each factor from bottom to top based on the standardized importance of the last item as 1. The third step is to divide the importance of the standardized threat factor by the sum of the importance of all the standardized threat factors to get the weight of the threat factor [9-10].

Here, the method to determine the weight in Table 3 is described:

a) The importance of threat factor, set as Rj, is determined according to the experience value in the battlefield.

b) The importance of standardization, set as kJ, is based on the last item, which is set as 1 and calculated from bottom to top Kj=Kj+1*Rj.

C i = K i / K i

c) Weight, set to CI, use the formula 11 to get.

weight value determination method

SerialNumber ThreatFactor Importance of ThreatFactors Rj Importance of StandardizationKj WeightCi
1 type 4 24 0.72727
2 frequency 3 6 0.18181
3 distance 2 2 0.06061
4 position 1 1 0.03031
total 33 1.000
Membership function of each threat factor of radiation source

Membership function of emitter type: in electronic battlefield, the type of target emitter increases the threat degree to a great extent.

U ( x 1 ) = { 0.1 , x 1 =  Rader  0.9 , x 1 =  Missile 

Membership function of emitter frequency: in electronic battlefield, when the frequency of emitter increases, the threat coefficient increases.

U ( x 2 ) = { 0 , 0 <= x 2 <= 1000 1 e 5 ( x 2 0.1 ) 2 , x 2 > 1000

Membership function of emitter distance: with the increase of the distance, the detection threat of the emitter to the fighter is reduced. For the missile, the navigation distance of the missile is increased, and the warning time of the fighter is prolonged, thus the attack threat to the fighter is reduced. At the same time, with the increase of distance, it increases the probability of the enemy’s miss, and further reduces the threat.

U ( x 3 ) = { 1 , x 3 <= 30 0.5 0.5 sin ( π 200 30 ) ( x 3 ( 200 + 30 ) 2 ) , 30 < x 3 <= 200 0 , x 3 > 200

Membership function of emitter azimuth: in the process of flight, the direction pointed by the aircraft head is the Direction with the greatest threat degree, and its threat angle has a certain threat degree in azimuth and high and low angles.

U ( x 4 ) = { 1 , 15 0 <= x 4 <= 15 0 0.8 , 170 <= x 4 <= 190 0.5 , 80 <= x 4 <= 100  或  260 <= x 4 <= 280 0.3 ,  other 

W i = i = 1 n C i U ( x i )

Then, formula 16 is used, where n represents the sequence number of the radiation source, CI is the weight of the radiation source threat factor, u (XI) represents the membership function of the radiation source factor, and W represents the threat degree of the radiation source. There are many methods for radiation source grade evaluation, such as AHP [12], fuzzy comprehensive evaluation [13] and fuzzy multi-attribute evaluation [14]. In this paper, the ancient forest method is used to estimate the weight of several threat factors, and then the threat degree is calculated by membership function. Here, the emitter level evaluation modeling and simulation is based on the position of the aircraft itself and the geographical location and frequency of the emitter transmitted by the parameters of the function.

Simulation Platform

The simulation tool is composed of a series of modules as follows:

1) Model assembly: the assembly function module of the model ensures that the assembly of the combat object model can be completed quickly and run on the simulation platform;

2) Simulation engine: it is a functional module of simulation engine that parses the XML file of the planned combat object, and drives the combat simulation according to the combat scenario; In the XML file, the initialization data of aircraft and radar as well as the coordinate points and flight speed of aircraft trajectory are stored. Users can change the state of combat objects in the battlefield by changing the data in XML, and then get different data.

3) Situation display: the battlefield situation display function module of the combat scene can realize the intuitive display of the battlefield situation.

4) Data recording: the function module of recording and playing back the simulation process data can record the simulation process data, which is convenient for post analysis and can be played back;

5) Console: the console includes data records. At the same time, after the user clicks the start, pause, continue and stop buttons on the console, MFC completes the operations that the server and client need to perform through the message mapping mechanism [11.15]. Each federate of the simulation system calls the corresponding function to process the data through the message type of the received data, so as to ensure the synchronization of the simulation system [16]. In this simulation system, distributed simulation is used for data transmission, which provides data transmission between simulation engine and model, simplifies the data interface of simulation model, and facilitates the implementation of distributed simulation.

In order to ensure that the simulation time step of the aircraft crew is consistent during the flight, the simulation step is set to 0.01 seconds. The simulator console defines a variable current time with an initial value of 0, which is used to record how many rounds of data the two aircraft have sent. The console defines a class to manage the data of each aircraft, and stores the data in the container. There is a member variable sending time to record the number of flight data sent by each aircraft, and the initial value is 0. When the two aircraft have completed the flight, the console will add one to the current time of the variable, and then check before sending the propulsion command. If the current time is greater than the sending time, it is allowed to send the propulsion command to the aircraft, and add one to the sending time of the corresponding member variable that manages the aircraft. Due to the network delay, there is a problem of how fast the packets of the two aircraft arrive at the console. The aircraft thread with fast packet arrival can sleep for a period of time and detect alternately until the packets of the other two aircraft arrive, and then proceed to the next simulation step. The promotion process of synchronization mechanism is shown in Figure 3.

Figure 3.

Flow chart of synchronous propulsion mechanism

The simulation platform uses XML technology to complete the initialization of simulation system parameters and aircraft scenario setting; The console is responsible for the start, pause, continue and stop of the simulation system, for the forwarding of relevant data between ground to air radars, and for the display and data collection of mutual detection results of ground to air radars during aircraft flight; Ground early warning radar and aircraft warning radar are responsible for target detection and warning.

Threat level assessment system

According to the data obtained from the simulation platform, the radiation source threat level assessment system is established in the QT environment. When the system starts to run, firstly, the data source is simulated to read the file, and the data is read by line according to the time stamp, and the data at the same time is stored in the container. Secondly, the angle between the radiation source and the aircraft is obtained according to the data in the container through the coordinate transformation model, Then, according to the ancient forest method to determine the weight, and membership function to determine the threat coefficient, namely the emitter threat level evaluation model, and then sort, finally load these data into the interface to display. As shown in Figure 4:

Figure 4.

System sequence diagram

The final result of emitter level evaluation based on distributed simulation is the ranking of the emitters detected by the aircraft at a certain time. The final rendering is shown in Figure 5. On the left side is the attitude angle data of the aircraft, and from top to bottom are the pitch angle, heading angle, roll angle, as well as the longitude, dimension and altitude of the aircraft; The scannin image takes the aircraf as the origin and marks the radiation source in the form of points in the two-dimensional coordinate system; The table below is the data of radiation sources, including the longitude, dimension, altitude, frequency, radar area density, aircraft ID, radar working status of radiation sources and the threat degree of radiation sources. The ranking of threat degree can provide effective reference for the formulation of aircraft penetration operation strategy and improve the survival probability of aircraft.

Figure 5.

Operation result diagram

Conclusion

In the modern electronic battlefield, it is impossible for fighter to penetrate without being found. When the enemy’s air defense missiles and radars begin to fight, how the fighter to penetrate requires the fighter to have a real-time and overall grasp of the data of various radiation sources in the whole battlefield, and have an accurate grasp of the threat of radiation sources, so as to formulate a reasonable and comprehensive plan in the battlefield Some strategies against anti-aircraft such as the flight route that can be realized. Based on the research and implementation of emitter level evaluation in distributed simulation, this paper constructs a simulation system. By simulating the trajectory and state of the combat object in a typical battlefield, the data obtained by step is obtained by comprehensively considering the influence factors of time, space and electromagnetic environment in the battlefield, The order of the threat degree of the fighter’s radiation source at a certain time in the battlefield is obtained, which provides a powerful reference for the fighter’s next route or attack strategy.

eISSN:
2470-8038
Sprache:
Englisch
Zeitrahmen der Veröffentlichung:
4 Hefte pro Jahr
Fachgebiete der Zeitschrift:
Informatik, andere