This is a nationalization of PCT/SE2004/000309 filed 4 Mar. 2004 and published in English.
1. Field of the Invention
The present invention relates to a method of making, in near-real-time, a projectile in a trajectory act at a point, known in distance and height, by means of calculated angle of elevation and time of flight. The method can be used either as a pc-based support or as a component in an integrated system for delivering projectiles.
2. Description of Related Art
The lateral alignment (azimuth) will not be discussed here, but is assumed to take place in some prior-art manner, for instance by direct measurement of the direction to a target.
3. Summary of the Invention
The optimising method consists essentially of two parts, a calculation part which discretely timed calculates positions and associated points of time along a trajectory, and a logic part which sets a first direction of elevation, monitors the calculation in the calculation part and interrupts the same when a calculated position lies outside predetermined limit values and, after that, sets a second direction of elevation etc. The logic part determines and establishes two solutions in the form of direction of elevation and time of flight.
The optimising method is intended for trajectory systems that have been subjected to launch trial to such an extent that specific properties of the air drag parameters of the grenade/projectile could be identified. The method can also be used for the actual identification of the air drag parameters. For projectiles with a higher initial velocity, it is possible, by launch trial, to carry out identification of the possible dependence of the air drag on temperature, atmospheric pressure and air humidity. Based on an established relationship of this kind, the thus variable air drag can be used in the calculations in a variant of the invention, which will be possible since the current height in each time step is available.
Based on the measured position of a target, the method can be used to obtain, quickly and with the selected accuracy, a response to how the launching device is to be elevated in order to reach the target. The method also supplies output data for the required time of flight that will be needed in the trajectory from firing until the grenade/projectile reaches the target.
When you want to lead away enemy missiles using countermeasure ammunition, you have a tactical idea that causes a desired specific trajectory pattern. To be able to achieve this pattern, you must know how the launching device is to be elevated and also the time until the effect of the intended countermeasure. It is easy to describe target positions in distance, height and azimuth based on the tactical idea, but it is not easy to reach them using previously known methods. In such countermeasure systems, the time from the discovery of a threat until the time when the effect at predetermined target positions round one's own position, a ship etc, is desired, is short-in many cases very short. This requires extreme rapidity of a system for calculating the alignment of launching device and for fuse time setting of grenades. It is such a system that has been the incentive in the conception of the invention. However, the invention can also be used in other systems which give trajectories, such as in grenade launchers and howitzers, and in support for prediction algorithms for fighting against moving targets using automatic guns and the like. Applicant has the pronounced opinion that the invention should relate to all applications of the inventive method.
The present invention means concretely that the distance and height can be replaced by angle of elevation which directly can control a launcher. Using grenades with variable fuse time setting, it will then be possible to reach the correct position at the desired point of time. In the example involving naval launchers, chaff can be made to blossom out or a pyrotechnic charge can be initiated.
The invention replaces the use of unreliable firing diagrams which often are most inaccurate and solves the problem of making, in near-real-time, a projectile in a trajectory act at a point, known in distance and height, at a desired point of time. This occurs by the invention being designed as will be evident from the independent claim. Suitable embodiments of the invention will appear from the remaining claims.
4. Brief Description of The Drawings
The invention will now be described in more detail with reference to the accompanying drawing in which
Further scope of applicability of the present invention will become apparent from the detailed description given hereinafter. However, it should be understood that the detailed description and specific examples, while indicating preferred embodiments of the invention, are given by way of illustration only, since various changes and modifications within the spirit and scope of the invention will become apparent to those skilled in the art from this detailed description.
The invention consists essentially of two parts, a calculation part and a logic part, see
For the two parts to be able to start and work continuously in a correct manner, they must initially collect the 8 initial parameters, viz.
First the time step, ttick, which is used in the dynamic phase, is calculated. The time step is dimensioned so as to match the use of maximum inaccuracy, acc, in the logic part. Thus independently of which combination is selected between launching speed, Vlaunch, and maximum inaccuracy, acc, the logic part can always operate in the correct operating range where comparisons are made based on the size of acc.
The calculation part calculates all the time the next position of a projectile along a trajectory at a certain angle of elevation. The logic part controls the calculation part and prevents it, for instance, from making unnecessary calculations. The logic part thus interrupts the calculation of the calculation part when success cannot be obtained at a certain angle of elevation, and instead initiates a new series of calculations at a selected new angle of elevation. It also controls in which of several different selectable manners a new angle of elevation is to be incremented. The connections between the calculation part and the logic part are fundamentally summed up in
With reference to
State 1
State 2
The state ensures that the first trajectory is begun correctly.
State 3
After each new adjustment of αlaunch, the following steps must be taken. The state is activated from one of the states 2, 7 or 11.
State 4
The state is activated from one of the states 3, 5 or 12. At the time t=0.0, α and V must be given initial values for the current trajectory.
Then the next position in the current trajectory is calculated
Vx=V *COS(α*deg2rad)−ttick*(kf*V2 *COS(α*deg2rad)/m)
Vx=V *SIN(α*deg2rad)−ttick*(g+kf*V2 *SIN(α*deg2rad)/m)
V=√{square root over (Vx2+Vx2)}
α=ATAN (Vx/(Vx+1*10−20))*rad2deg
Xv=Xv+Vx*ttick
Zv=Zv+Vz*ttick
t=t+ttick
where deg2rad means conversion from degrees to radians and rad2deg the reverse,
State 5
The state finds the solutions that do not have the elevation 90°.
State 6
The state can only be activated from state 5.
State 7
Each value of αlaunch that does not lead to a solution results in this state being activated. The state increments αlaunch so that a new suitable trajectory can be executed once more. Depending on how great value αlaunch has, incrementation is made in a suitable manner. An excessively high value of αtick would lead to no final solution at all being obtained. The projectile path would simply miss decisive stages in this state logic. An excessively low value would radically increase the required time expenditure to solve the task. The greater αlaunch, the lower αtick has to be so that the risk of error events can be fully eliminated.
State 8
The searched position (xp,zp) lies outside the throwing range. Angles and times of flight are suitably given the value 0.0. When this state has been activated, the entire state process is terminated with the following final results.
α1=0.0
timeofflight1=0.0
α2=0.0
timeofflight2=0.0
State 9
The state is active either when it has been determined that successive approximation must be begun to find a solution (see 5) or when a false result of solution No. 2 must be prevented. It is here also determined when a solution has been found (see 4.).
First the radial error between searched and current position is calculated (see 1. below). In state 12, the flag “passfirsthit” is set to 1 when a first solution has been found. Immediately after calculating the next position in the trajectory, it is highly possible that state 9 will be active and that “diff” also in this case will be smaller than “acc/2”. To prevent a false second solution from being detected by mistake, the state is interrupted in order to proceed to state 7 instead (see 3.).
When finally a most probable second solution is to be assessed for possible acceptance, 2. sees to it that the stop which “passfirsthit” has up to now constituted is released.
State 10
The state can only be activated from state 9. Then a non 90° solution has been found. If “findsecsol”=0 (i.e. before the first solution has been found) α1 and time of flight1 are given the instantaneous values of αlaunch and t, respectively. α2 and time of flight2 are given corresponding values if “findsecsol”=1.
It is evident from the flow chart in
State 11
This state can only be activated from state 9.
State 9 has established just before that the searched point (xp,zp) has been passed in terms of elevation. Therefore, the search must first be reversed one step (see 1. below). Then αtick is scaled down by a factor 10 (see 2.). In this way only 1/10 of the original incrementation is carried out (see 3.). Depending on whether the elevation lies above or below the point (xp,zp) in terms of elevation in the next trajectory, there will be alternating cooperation between the ordinary αtick from state 7 and the downscaling that will be done here. In this way, a kind of successive approximation that never misses a correct solution will always be provided.
αlaunch=αlaunch−αtick 1.
αtick=αtick/10 2.
αlaunch=αlaunch+αtick 3.
state=3
State 12
If findsecsol is still 0 when this state is entered, only the first solution has been found. Findsecsol and passfirsthit are first set to 1. Then it is checked whether a 90° detection has been made. If this is the case, the process is moved to state 4 so that the next position of the trajectory vertically can be calculated.
If ninetydegreesdetected=0, the process is moved to state 7, so that the next elevation can start being validated. If findsecsol=1 when state 12 is entered, the whole process is terminated. All of the possible solutions that are available with regard to the position and property parameters of the target have at that stage already been solved in state 4, 8 or 10.
Having described an embodiment of the invention with reference to
Before the first position calculation, initial values are given to α (α=αlaunch) and V (V=Vlaunch). In the calculation of Vx and Vz, see state 4, an approximation is made by using the preceding values of α and V. New values of α and V are then calculated with regard to Vx and Vz. Then a simple updating of Xv and Zv is made. Finally, t is adjusted upwards.
The acceleration a of the projectile in
where f in this case is a counteracting force caused by the air drag f=−kf*V2. Thus, the counteracting acceleration can be written as
which gives the horizontal acceleration component ak=−kf*V2*COS(α*deg2rad)/m and the vertical az=−kf*V2*SIN(α*deg2rad)/m.
The time step ttick is calculated initially and optimised with regard to acc and Vlaunch. By dimensioning ttick so that ttick=acc/(4*Vlaunch), the radial distance between two neighbouring positions cannot be greater than acc. Thus, acc can fully determine the maximum inaccuracy in the final results for each of the two solutions. This requires that this discrete calculation method be sufficiently accurate in itself, i.e. when it is compared with the classical differential equation of a body in a trajectory with regard to the effect of the air drag and with a very small time step.
That, in the calculation of ttick, the denominator contains a 4 and not a 2 is due to the fact that there are two different sources of errors that must be handled to guarantee that the solutions for angle of elevation and time of flight should be quite correct. One originates from the calculation error between classical differential equation and the discrete method described here, an error that cannot be greater than acc/2 (see the next paragraphs). By using a ttick, which allows the flight path during the time ttick in the trajectory to be maximally ¼ of acc instead of ½, the maximum calculation error can be reduced to acc/2.
The second source of errors has a guaranteed maximum error which is acc/2 by all comparisons in state 9 being made relative to this value. By this is meant that when each solution is validated with its angle of elevation and time of flight, the trajectory certainly ends within an imaginary circle where the radius=acc and where its centre is placed precisely in the position that was indicated as input data, i.e. (xp,zp).
The present invention can be developed by taking into consideration, in various ways, different additional factors, such as wind force and wind direction and air density varying according to height. Basically, also in these cases the flow chart in
In order to check the accuracy of the invention, in the basic form presented here, it has been examined by way of two methods created for the task. The first method is a simulation model, made in the program ACSL (Advanced Continuous Simulating Language) which offers the possibility of simulating time continuous functions where initial, discrete and derivative blocks can be provided with the respective program code for the intended purpose. The second method comprises the invention programmed in Visual C++ 6.0, MFC Wisard.
A very large number of simulations and executions have been carried out. Then a comparison has been made between results from the two methods and the classical differential equation of trajectory validated in the program Mathcad 2000. In each comparison, all final positions have been within a circle with the radius acc which has the centre position (xp,zp).
The invention being thus described, it will be apparent that the same may be varied in many ways. Such variations are not to be regarded as a departure from the spirit and scope of the invention, and all such modifications as would be recognized by one skilled in the art are intended to be included within the scope of the following claims.
Number | Date | Country | Kind |
---|---|---|---|
0300560 | Mar 2003 | SE | national |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/SE2004/000309 | 3/4/2004 | WO | 00 | 9/6/2005 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2004/079289 | 9/16/2004 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
3686478 | Goldberg et al. | Aug 1972 | A |
4038521 | Baumann | Jul 1977 | A |
4111382 | Kissinger | Sep 1978 | A |
4402250 | Baasch | Sep 1983 | A |
4494198 | Smith et al. | Jan 1985 | A |
4568823 | Diehl et al. | Feb 1986 | A |
5140329 | Maughan et al. | Aug 1992 | A |
5413029 | Gent et al. | May 1995 | A |
5467682 | Brooks | Nov 1995 | A |
6739233 | Malakatas | May 2004 | B2 |
7121183 | Waid et al. | Oct 2006 | B2 |
7210392 | Greene et al. | May 2007 | B2 |
20010047248 | Toth et al. | Nov 2001 | A1 |
20070159379 | Bannasch et al. | Jul 2007 | A1 |
Number | Date | Country | |
---|---|---|---|
20060185506 A1 | Aug 2006 | US |