Smarter Smart Bombs Iraq is
Posted in Uncategorized on March 28th, 2003 by Kehaar – Comments OffSmarter Smart Bombs
Iraq is claiming that the U.S. has targeted civilians in Baghdad. While I find the suggestion that the U.S. is deliberately targeting civilians to be ludicrous, I don’t find it beyond belief that some U.S. munition strayed off course and exploded in an area populated by civilians. The JDAM, for example, is designed to fall within 43 feet of its target only 50 % of the time, though actual performance may be better. The GPS these weapons use to guide them to their targets can be jammed, causing them to fall in unintended areas, coordinates can be entered wrongly, and I’m assuming that there may be other issues that cause them to go astray, such as stuck fins or something equally mundane.
Anyway, the whole debate about who blew up the market in Baghdad got me thinking. Shouldn’t there be a way to set up some kind of logic test for these bombs that determines whether they detonate or not? That way, even if they were off target, no harm done. For a JDAM, you could set up a test something like this:
Let radius = 21.5 feet
Let x coordinate = target latitude
Let y coordinate = target longitude
/*position representing lat and long (determined by GPS readings if available) of ordinance upon impact
If GPS readings not jammed
If position <= x coordinate + radius and position>= x coordinate – radius
And
If position <= y coordinate + radius and postion>= y coordinate – radius
Then
KABLOOEY
Else
DUD
End If
Else
DUD
End If
Anyway, if it were possible to use a test like this, we wouldn’t have to worry so much about who is to blame for civilian deaths. I am sure there are flaws in the logic. For one, if you enter in the wrong coordinates, there isn’t much you can do. It’ll detonate anyway, because it’ll think it’s on target. But, if GPS is being jammed, it won’t detonate, and if the true GPS readings of the ordinance’s position don’t closely match the target coordinates, it won’t detonate. It’s not perfect, but it seems like it should be possible. Raytheon, you guys think you can do something with this?