General Approach
There are many different mathematical algorithms used for implementing a radar tracker, of varying levels of sophistication. However, they all perform steps similar to the following every time the radar updates:
- Associate a radar plot with an existing track (plot to track association)
- Update the track with this latest plot (track smoothing)
- Spawn new tracks with any plots that are not associated with existing tracks (track initiation)
- Delete any tracks that have not been updated, or predict their new location based on the previous heading and speed (track maintenance)
Perhaps the most important step is the updating of tracks with new plots. All trackers will implicitly or explicitly take account of a number of factors during this stage, including:
- a model for how the radar measurements are related to the target coordinates
- the errors on the radar measurements
- a model of the target movement
- errors in the model of the target movement
Using these information, the radar tracker attempts to update the track by forming a weighted average of the current reported position from the radar (which has unknown errors) and the last predicted position of the target from the tracker (which also has unknown errors). The tracking problem is made particularly difficult for targets with unpredictable movements (i.e. unknown target movement models), non-Gaussian measurement or model errors, non-linear relationships between the measured quantities and the desired target coordinates, detection in the presence of non-uniformly distributed clutter, missed detections or false alarms. In the real world, a radar tracker typically faces a combination of all of these effects; this has led to the development of an increasingly sophisticated set of algorithms to resolve the problem. Due to the need to form radar tracks in real time, usually for several hundred targets at once, the deployment of radar tracking algorithms has typically been limited by the available computational power.
Read more about this topic: Radar Tracker
Famous quotes containing the words general and/or approach:
“Mathematics is merely the means to a general and ultimate knowledge of man.”
—Friedrich Nietzsche (18441900)
“We have learned the simple truth, as Emerson said, that the only way to have a friend is to be one. We can gain no lasting peace if we approach it with suspicion or mistrust or with fear.”
—Franklin D. Roosevelt (18821945)