S = EngagementStruct(G)
Returns a structure of engagement parameters for custom scenarios, given platform position and velocity vectors and target position and velocity vectors in a defined coordinate system.
|
Parameters |
Description |
|
G [struct/string] |
Identifier for platform/target engagement scenario. Can be a structure from GeomStruct or a case code string (refer to SCALE and/or SHARE toolboxes, if available) |
|
Return Values |
Description |
|
S [struct] |
Structure containing engagement parameters |
|
S.G [struct] |
Engagement geometry definition |
|
S.TALO [scalar] |
Time after lift off (s) |
|
S.hp [scalar] |
Altitude of platform (m) |
|
S.ht [scalar] |
Altitude of target (m) |
|
S.rd [scalar] |
Range from platform to target along earth surface (m) |
|
S.L [scalar] |
Slant range from platform to target (m) |
|
S.vp [scalar] |
Platform speed (m/s) |
|
S.vt [scalar] |
Target speed (m/s) |
|
S.V_TTP [scalar] |
Path-transverse target velocity, in target "parallel" direction (m/s) |
|
S.V_PTP [scalar] |
Path-transverse platform velocity, in target "parallel" direction (m/s) |
|
S.V_PTT [scalar] |
Path-transverse platform velocity, in target "transverse" direction (m/s) |
|
S.az [scalar] |
Azimuth of target relative to platform (rad) |
|
S.el [scalar] |
Elevation of target relative to platform (rad) |
|
S.tia [scalar] |
Target incidence angle (rad) |
|
S.LOSangle [scalar] |
Magnitude of the full angle between platform velocity and propagation vector (rad) |
P. J. Berger, et.al., "Description and Assesment of the Airborne Laser Engagement (ABLE) Code," Technical Report, VVA-LL-003, Rev A, 10 September 2002, Appendix A.
|
Copyright (c) MZA Associates 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|