![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#11 |
Admiral
![]() Join Date: Apr 2005
Posts: 2,320
Downloads: 0
Uploads: 0
|
For those wishing to implement Ekelund ranging on a scientific programmable calculator here is the formula :
The input fields are 8 (4 for the first leg and 4 for the second leg)
For leg 1 : OOA_1 : Calculate X = TrgBearing_1 - OwnCourse_1 If X > 180 then 360 - X If X < 0 then X + 360 Else X Once calculated OOA_1, calculate sin (OOA_1)*OwnSpeed_1 The calculation for OOA_2 is the same as OOA_1 mutatis mutandis. Ekelund Range = 0.955 * [ |sin(OOA_1)*Ownspeed_1 - sin(OOA_2)*OwnSpeed_2| ] / [ |BearingRate_2 - BearingRate_1| ]. Speeds expressed in knots, bearing rate in degrees/min and distance is yards. Numerator and denominator in the formula have to be positive so absolute values are used. |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|