surfclutterrcs
Surface clutter radar cross section (RCS)
Syntax
RCS = surfclutterrcs(NRCS,R,az,el,graz,tau)
RCS = surfclutterrcs(NRCS,R,az,el,graz,tau,c)
Description
returns
the radar cross section (RCS) of a clutter patch that is of range RCS
= surfclutterrcs(NRCS
,R
,az
,el
,graz
,tau
)R
meters
away from the radar system. az
and el
are
the radar system azimuth and elevation beamwidths, respectively, corresponding
to the clutter patch. graz
is the grazing angle
of the clutter patch relative to the radar. tau
is
the pulse width of the transmitted signal. The calculation automatically
determines whether the surface clutter area is beam limited or pulse
limited, based on the values of the input arguments.
specifies
the propagation speed in meters per second.RCS
= surfclutterrcs(NRCS
,R
,az
,el
,graz
,tau
,c
)
Input Arguments
|
Normalized radar cross section of clutter patch in units of square meters/square meters. |
|
Range of clutter patch from radar system, in meters. |
|
Azimuth beamwidth of radar system corresponding to clutter patch, in degrees. |
|
Elevation beamwidth of radar system corresponding to clutter patch, in degrees. |
|
Grazing angle of clutter patch relative to radar system, in degrees. |
|
Pulse width of transmitted signal, in seconds. |
|
Propagation speed, in meters per second. Default: Speed of light |
Output Arguments
|
Radar cross section of clutter patch. |
Examples
Tips
You can calculate the clutter-to-noise ratio using the output of this function as the
RCS
input argument value inradareqsnr
.
Algorithms
See [1].
References
[1] Richards, M. A. Fundamentals of Radar Signal Processing. New York: McGraw-Hill, 2005, pp. 57–63.
Extended Capabilities
Version History
See Also
grazingang
| surfacegamma
| radareqsnr
| uv2azel
| phitheta2azel