| Algorithm 3. UKF algorithm |
| Step (1): Let k = 1, initialize each radar transmit power , target state and covariance matrix . |
| Step (2): The transmitting power of each radar is , get the measured value of the target, and calculate . |
|
Step (3): Construct the 2L + 1 sigma point set and the weights corresponding to the point set according to the following formula. Where, is a scale factor, represents the ith column of the square root of the matrix; I represents the dimension of the state vector. |
|
Step (4): Map the sigma point set to the predicted point set through the state transition function , and calculate the new target state and variance by weighting. |
|
Step (5): Map the sigma prediction point set to the new point set through the measurement equation, and calculate the mean , variance and . |
|
Step (6): Calculate the gain matrix and update and covariance matrix with the gain matrix. |
| Step (7): According to the intelligent hybrid algorithm proposed above, predict the radar transmission power at the kth moment, let and then jump to step (2) |