ContentsIndexReferenceHome
PreviousUpNext
TargPtAngle
MATLAB
[betaP betaT beta] = TargPtAngle(G,pt1,pt2)
Description

Computes the angular separation between two points on a target as seen from the platform. The input points should be specified in target P/T coordinate frame.

Parameters
Parameters 
Description 
G [struct] 
Geometry structure as from GeomStruct 
pt1 [array] 
First point on the target (m). Array size should be NGx2. 
pt2 [array] 
Second point [NGx2] on the target (m) 
Return Values
Return Values 
Description 
betaP [vector] 
Angular separation between the points in the target P-axis (rad) 
betaT [vector] 
Angular separation between the points in the target T-axis (rad) 
beta [vector] 
Full angular separation between points (rad) 
Examples

>> Targ = TargStruct; Targ.trackpt = [0; 0]; Targ.HELpt = [0.25; 0]; 

>> [betaP betaT beta] = TargPtAngle(GeomStruct,[Targ.HELpt]',[Targ.trackpt]') 

  • Compute the angular separation between the track point and the HEL point
 

See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!