The invention relates generally to military training systems and more particularly to a system and method for an automated improvised explosive device training system.
Military training systems are essential to an effective combat scheme. These training systems help prepare soldiers for real time combat conditions and increase awareness of new enemy tactics. Dismounted soldiers are susceptible to a wide array of enemy attacks and therefore more intelligible training systems are needed. Ground combat training systems are particularly useful in aiding dismounted soldiers to detect potential enemy attacks such as grenades, minefields, and ambush sites.
The number of terrorists attacks have risen dramatically in recent years. Terrorist organizations have begun using a greater number of improvised explosive devices (IEDs) to target enemies. These devices are commonly placed in seemingly innocuous casings such as animal carcasses, soda cans, and boxes. They typically explode underneath or to the side of a vehicle to cause maximum damage, but insurgents have also been known to place IEDs on road signs or trees in order to hit less protected areas of armored vehicles.
Today, military IED training is practiced in a very limited extent. The current state of the art training uses IED mock-ups and pseudo pyrotechnics to create a simulated environment. When the simulated IED detonation occurs, a trainer must stop the action to tell each trainee his or her casualty status. The stoppage of action to describe the casualty status, breaks the continuity of the training such that trainees are no longer “in the moment” for reactionary procedures.
Therefore, there is a need for an IED training system that automatically alerts a trainee of his or her casualty status without disrupting the flow of the action. The desired training system should be cost effective and efficient. This system should be inexpensive enough to equip each trainee with the necessary response equipment for the combat exercise and all trainees should be able to ascertain casualty status within moments of a simulated explosion.
This invention provides a system and method for generating automatic casualty assessment within an IED training environment.
In an exemplary embodiment, the system includes an IED mock up comprising of an IED processor and IED modem and a trainee unit comprising of a trainee processor and trainee modem. The IED processor is configured to determine distance differentiation between the IED mock up and the trainee unit. A wireless network is provided, which interfaces the IED processor with the trainee processor. Further, the IED processor is configured to determine casualty assessment data based on the distance differentiation.
Another exemplary embodiment relates to a method for automatic casualty assessment within an IED training environment. The method includes detecting a triggering event followed by determining an IED mock up position. The IED processor then queries trainees for a trainee current position. The trainee processor sends trainee current position, and the TED processor determines casualty assessment data based on the IED mock-up position and the trainee current position. Casualty status is then relayed to each trainee unit and automatically signaled to the trainee.
The features, objects, and advantages of embodiments of the disclosure will become more apparent from the detailed description set forth below when taken in conjunction with the drawings, in which like elements bear like reference numerals.
A system and method for generating automated casualty assessment data within an improvised explosive device training system is disclosed. The following description is provided to enable any person skilled in the art to make and use the invention and sets forth the best modes contemplated by the inventor for carrying out the invention. Various modifications will remain readily apparent to those skilled in the art. Any and all such modifications, equivalents and alternatives are intended to fall within the spirit and scope of the present invention.
Referring to
Global positing system (GPS) information can be utilized to determine location information of the IED mock-up 106 and the trainee unit 108. Geographic locating signals are provided by one or more earth-orbiting global positioning system (GPS) satellite 102. More precise locating signals in the form of differential global positioning system (DGPS) correction signals can be transmitted by a ground-based reference station 104. The reference station 104 receives downlink locating signals from satellite 102 and computes the local DPGS correction by comparing the location encoded in the downlink locating signals to the known location of reference station 102. This enhanced accuracy helps reduce the potential for false positives when casualty assessment is performed by the IED processor. Geographic locating signals are relayed to both the IED mock-up 106 and trainee units 108. A handheld device, such as PDA equipped with a GPS receiver, can be utilized to determine GPS location information of the stationary IED mock-up. The non-stationary trainee units 108 must be equipped with GPS receivers or associated with GPS receivers in order for global positioning to be employed.
A wireless local area network (WLAN) is employed to allow bi-directional communication between the IED mock-up 106 and the trainee unit 108. Preferably, this network is based on IEEE 802.15.4, or ZigBee, technology. Zigbee offers sufficient range and long battery life for low data rate applications, such as relaying received signal strength (RSS) and GPS data. Preferably, the Zigbee network will operate in non-beacon mode allowing each client to operate autonomously and initiate conversation at will. As shown in
Trainee units 108 may be incorporated as a vest, worn by a trainee, or within a docking station for use on a armored vehicle. The trainees units comprise of an 8-bit trainee processor, wireless trainee modem for network connectivity, and a display processor control unit (DPCU) for signaling casualty status to the trainee. These three modules operate collectively and are explained in detail below. Alternatively, a GPS receiver may be integrated into the trainee unit 108. When global positioning is enabled, satellite 102 provides GPS downlink data to reference station 104, which in turn relays global positioning information to both the IED mock-up 106 and trainee units 108 as mentioned above. Alternatively, each trainee unit 108 may include a GPS or similar position location receiver that can determine its position based on signals from one or more satellites 102 or reference station 104.
Server 110 serves as the network coordinator for the IED training system. Through Zigbee wireless network technology, server 110, operating as the PAN coordinator, has complete network knowledge and receives location information and casualty assessment data from the IED mock-up 106 and the trainee unit 108. Software executing on the server is used to manage and update data. GPS location information can be manually inputted for each stationary IED mock-up while trainee unit's 108 location information is automatically updated according to trainee movement. Additionally, server 110 can be configured to trigger IED mock-up detonations upon demand from a trainer. Preferably, server 110 runs a version of the Multiple Integrated Laser Engagement System (MILES) and is configured to integrate downloaded casualty assessment data and location information. Other established training systems such as MILES or Ground Combat Training Center (CTC) may be utilized.
The LLA Algorithm facilitates accurate computation of short distances between two sets of GPS coordinates. Given the longitude and latitude of two points in close proximity to each other, the LLA Algorithm is capable of computing a quick and accurate distance between the two points. The algorithm splits the trigonometric workload into two phases, one performed when the location of the IED mock-up is established, the other performed with each casualty assessment and therefore reducing the real-time processing burden. The LLA Algorithm utilizes a relatively straight forward trigonometry approach which uses a single value for earth radius and involves taking an inverse cosine. Since points can be very close together, there are accuracy issues involved with the numerical computations of the trig functions in the solution. To overcome these issues, the solution first determines the meridonal and transverse radii of curvature:
Since the IED training system deals mostly with distances of various points (i.e. the trainee units) with respect to a single point (i.e. the IED mock-up) in a reasonably small area, equations (1) and (2) need be solved only one time.
The following local linear approximation can be used to find the distance between the two points:
dx=Rt cos φ1(λ2−λ1) (3)
dy=RM(φ2−φ1) (4)
distance=√{square root over (dx2+dy2)} (5)
Computations are further simplified in the current application because we are finding distances with respect to a fixed point, thus the cosine in (3) above need only to be computed once. Furthermore, if determining event outcomes based on the distance from the IED mock-up, then only distance squared needs to be computed and the square root in (5) need not be taken. The result is a highly efficient and fast algorithm, producing very accurate results.
After step 306, a step 312 is executed in which the IED processor generates casualty assessment data based on the distance differentiation determined by the LLA Algorithm. Casualty status can be based on one or more parameters such as, for example, distance. In other casualty assessment configurations, other parameters may contribute to the casualty status. for example, the location of obstructions or protective terrain may be parameters that are used in conjunction with distance to determine the casualty status of each trainee unit. In step 314, the casualty assessment data indicative of the casualty status is then returned to the trainee via a WLAN message. After step 314, a step 316 is executed in which the DPCU displays the casualty results to the trainee.
If global positioning is not employed, then a step 308 is performed in which the IED processor sends out a null message to the trainee units. After step 308, a step 310 is performed in which the trainee processor receives the null message and automatically sends an acknowledgment message back to the IED processor. After step 310, a step 312 is performed in which TED processor performs casualty assessment. Since GPS is not employed, casualty assessment is determined by the received signal strength (RSS) of the acknowledgement message. The RSS of the exchanged WLAN messages enables the IED processor to determine a distance differentiation between its location and the current position of the trainee unit. A pairing algorithm in, for example, the ZigBee chip, located in the TED processor, compares the received signal strength indicator (RSSI) data received by each node to determine the closest node in the network through signal to noise ratios (SNR). Stronger RSSI or higher SNR indicates closer proximity while weaker RSSI or a lower SNR indicates more remote proximity. A lower SNR may also indicate the presence of an obstruction between the trainee unit and the IED. An obstruction that reduces the SNR, such as a wall, building, structure, or terrain, can result in some protection to the warfighter possessing the trainee unit from the simulated explosion. For example, a SNR of 10-15 db would indicate a close proximity, generating a severe casualty status such as “critically wounded”, while a 0-5 dB SNR would indicate a remote proximity and thus a “no damage” casualty assessment. After step 312, a step 314 is performed in which the casualty assessment data is automatically returned to the trainee units. Lastly, a step 316 is performed in which the DPCU displays the casualty status to the trainee. This entire transmission is accomplished real-time, thereby avoiding any break in training continuity.
Alternatively, casualty assessment may be accomplished by the trainee processor.
It will be recognized by persons of ordinary skill in the art that the method of the invention has many applications, and that this description has not attempted to enumerate all possible variations. The scope of the invention also extends to various combinations and modifications that may fall within the spirit of the appended claims.
This application claims the benefit of U.S. Provisional Application No. 60/807,811, filed Jul. 19, 2006, entitled AUTOMATED IMPROVISED EXPLOSIVE DEVICE TRAINING SYSTEM, which is hereby incorporated herein by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
3540136 | Billingsley | Nov 1970 | A |
4744761 | Doerfel et al. | May 1988 | A |
4752226 | Akers et al. | Jun 1988 | A |
4771344 | Fallacaro et al. | Sep 1988 | A |
5074793 | Hambric et al. | Dec 1991 | A |
5207579 | Campagnuolo | May 1993 | A |
5292254 | Miller et al. | Mar 1994 | A |
5326268 | Campagnuolo | Jul 1994 | A |
5511978 | Sellers et al. | Apr 1996 | A |
5556281 | FitzGerald et al. | Sep 1996 | A |
5571018 | FitzGerald | Nov 1996 | A |
5690491 | FitzGerald et al. | Nov 1997 | A |
5801322 | Laine et al. | Sep 1998 | A |
6254394 | Draper et al. | Jul 2001 | B1 |
6283756 | Danckwerth et al. | Sep 2001 | B1 |
6450817 | Deinlein | Sep 2002 | B1 |
6579097 | Sampson et al. | Jun 2003 | B1 |
6599127 | Hopmeier et al. | Jul 2003 | B1 |
6899539 | Stallman et al. | May 2005 | B1 |
7499713 | Gasbarro et al. | Mar 2009 | B2 |
7507089 | Jones et al. | Mar 2009 | B2 |
7568431 | Stria | Aug 2009 | B1 |
7922491 | Jones et al. | Apr 2011 | B2 |
8011928 | Schaeffer et al. | Sep 2011 | B1 |
8016594 | Ferris et al. | Sep 2011 | B2 |
8128405 | Preston et al. | Mar 2012 | B2 |
20030027103 | Preston et al. | Feb 2003 | A1 |
20060246922 | Gasbarro et al. | Nov 2006 | A1 |
20070009859 | Preston et al. | Jan 2007 | A1 |
20080280264 | Segall | Nov 2008 | A1 |
20090246740 | Jones et al. | Oct 2009 | A1 |
20090263765 | Jones et al. | Oct 2009 | A1 |
20110048273 | Colon | Mar 2011 | A1 |
Number | Date | Country | |
---|---|---|---|
20120214135 A1 | Aug 2012 | US |
Number | Date | Country | |
---|---|---|---|
60807811 | Jul 2006 | US |