Muddy
2006-02-10 00:22:57 UTC
I have been taking a Radar class where the books are a little dated,
and I was wondering about some of the comments about how a standard
Kalman Filter numerical complexity was little high for many Radar
Target Tracking applications even after considerable efforts were
applied to reduce the number of targets that ever needed tracking.
The book was written in 1998, so it seems to me that in most
applications a standard (Square Root?) Kalman Filter for tracking would
now be the low complexity solution, and the other inferior solutions a
thing of the past. Hell in my research, I have 6 states and 6
measurements, and I do about 300 Unscented Kalman Filter updates a
second in a student version of relatively unoptimized Matlab. Each
Unscented Kalman filter effectively performs most of the work of 37
standard Kalman Filters. This is done as part of the overhead of
maintaining two particle filters and lots of data records.
It would seem like instead of switching between a simple and full
Linear Kalman Filter, the proper trade off would be to switch between
at least a full Linear Kalman Filter for non-maneuvering targets to an
Extended Kalman Filter, Unscented KF or Particle Filter for Maneuvering
targets. Does anyone have a modern survey paper or even a feel for
what is being done on new systems today? I am really curious about
what is being done today?
and I was wondering about some of the comments about how a standard
Kalman Filter numerical complexity was little high for many Radar
Target Tracking applications even after considerable efforts were
applied to reduce the number of targets that ever needed tracking.
The book was written in 1998, so it seems to me that in most
applications a standard (Square Root?) Kalman Filter for tracking would
now be the low complexity solution, and the other inferior solutions a
thing of the past. Hell in my research, I have 6 states and 6
measurements, and I do about 300 Unscented Kalman Filter updates a
second in a student version of relatively unoptimized Matlab. Each
Unscented Kalman filter effectively performs most of the work of 37
standard Kalman Filters. This is done as part of the overhead of
maintaining two particle filters and lots of data records.
It would seem like instead of switching between a simple and full
Linear Kalman Filter, the proper trade off would be to switch between
at least a full Linear Kalman Filter for non-maneuvering targets to an
Extended Kalman Filter, Unscented KF or Particle Filter for Maneuvering
targets. Does anyone have a modern survey paper or even a feel for
what is being done on new systems today? I am really curious about
what is being done today?