depressionang
Syntax
Description
returns the depression angle from the horizontal at an altitude of depAng
= depressionang(H
,R
)R
meters to surface targets. The sensor is H
meters above the surface.
R
is the range from the sensor to the surface targets. The
computation assumes a curved earth model with an effective earth radius of approximately 4/3
times the actual earth radius.
specifies the target height, depAng
= depressionang(___,TargetHeight=TGTHT
)TGTHT
above the surface as either a scalar
or a vector. If any combination of H
, R
, and
TGTHT
are vectors, then the dimensions must be equal.
r
must be greater than or equal to the absolute value of the
difference of ht
and TGTHT
.
Examples
Input Arguments
Output Arguments
More About
References
[1] Long, Maurice W. Radar Reflectivity of Land and Sea, 3rd Ed. Boston: Artech House, 2001.
[2] Ward, J. "Space-Time Adaptive Processing for Airborne Radar Data Systems." Technical Report 1015, MIT Lincoln Laboratory, December 1994.
Extended Capabilities
Version History
Introduced in R2021a