ContentsIndexReferenceHome
PreviousUpNext
getTargetSize
MATLAB
[TargLen, TargWidth, TargHeight] = getTargetSize(Targ,G,hitPt)
Description

Returns the maximum target length and the width and height at the point determined by hitPt. The output TargHeight can be interpreted as twice the target radius. Any effect on target size due to incidence angle is not included.

Parameters
Parameters 
Description 
Targ [struct] 
Target structure from TargStruct
G [struct] 
(Optional) Geometry structure from GeomStruct. If not input or [], assumes target is rotationally symmetric about its motion. 
hitPt [array] 
(Optional) Point on the target for which to compute size in target P/T coordinates. Must be size 2 x 1 or 2 x nGeoms. If not input, returns the maximum dimensions. 
Return Values
Return Values 
Description 
TargLen [scalar] 
Maximum target length (m) 
TargWidth [scalar] 
Target width at hitPt (m) 
TargHeight [scalar] 
Target height at hitPt (m) 
See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!