Hypersonic Object Tracking via Unscented Kalman Filter

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing tracking systems face challenges in accurately predicting the trajectory of hypersonic missiles due to their non-linear motion, which traditional Kalman filters struggle to handle effectively.

Innovation Solution

The system employs an unscented Kalman filter (UKF) with geometrically diverse sensors to track hypersonic objects across their full flightpath, using different dynamics models for each phase of flight (boost, ballistic, glide, and terminal) to account for varying forces and maneuvers.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional Kalman filter is used for tracking hypersonic objects, then the system is simple to implement, but the tracking accuracy deteriorates due to non-linear trajectory

Engineering Contradiction:
Improvetrajectory estimation accuracyVSAvoidfilter algorithm complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent transforms the non-linear state estimation problem into a linear one by changing the parameter representation space. Specifically, it uses a linearized dynamics model with state variables that are linear combinations of position, velocity, and acceleration components, allowing the standard Kalman filter to effectively track hypersonic objects despite their non-linear trajectories.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If Extended Kalman Filter is used to handle non-linear dynamics, then the tracking accuracy improves, but computational complexity and error propagation increase

Engineering Contradiction:
Improvenon-linear trajectory estimation accuracyVSAvoidcomputational complexity and error propagation
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent extracts and handles the non-linear effects separately from the main linear filtering process. By using a linearized dynamics model that captures the essential non-linear behavior through appropriate state variable definitions and process noise modeling, it avoids the computational burden and error propagation issues of the Extended Kalman Filter while maintaining tracking accuracy.

Inventive Principle:
Principle #2Taking out (Extraction)

3Adaptability or versatility

If Jacobian matrices are calculated for transformation from filter state to measurement, then non-linear transformation is handled, but computational power and potential for human error increase

Engineering Contradiction:
Improvenon-linear transformation capabilityVSAvoidcomputational power and programming complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent substitutes the mechanical computation of Jacobian matrices with a simplified linearized dynamics approach. By defining state variables and transition models that are inherently linear or can be easily linearized, it eliminates the need for complex Jacobian calculations while still achieving accurate non-linear trajectory tracking through the linear Kalman filter framework.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS20250044438A1System and method of hypersonic object tracking
Publication Date: 2025.02.06 RAYTHEON CO
  • US20250044438A1 patent drawing
  • US20250044438A1 patent drawing
  • US20250044438A1 patent drawing

AI summary

A system and method of tracking a hypersonic object over a flightpath includes at least one observer having at least one sensor. The sensor is configured to provide measurements of the hypersonic object that are geometrically diverse such that each observer may independently measure any combination of range, angles, Doppler, and angle rates. The observers transmit measurements to a processing unit as the hypersonic object undergoes three phases including a boost phase, a ballistic phase, and a hypersonic glide phase. The hypersonic object is tracked over many time steps by first selecting a dynamics model representative of expected object kinematics during said phase. Then, an unscented Kalman filter is used to predict a future state and a covariance using the dynamics model that was selected. Finally, the unscented Kalman filter updates the future state and covariance that were predicted based on the geometrically diverse measurements of the sensors.