clutterVolumeRCS
Description
Examples
Radar Cross-Section of Rain
Estimate the radar cross-section of rain for a side-looking airborne SAR operating in the L band at 1.5 GHz. The rain is specified by a range resolution of 15 m, an azimuth resolution of 18 m, and a rain elevation cell resolution of 20 m. The rain rates are 0.25 mm/hr, 1 mm/hr, 4 mm/hr, and 16 mm/hr.
f = 1.5e9; rngres = 15; azres = 18; elres = 20; res = [rngres azres elres]; rr = [0.25 1 4 16];
Compute the rain radar cross-section. Use rainreflectivity
to compute the volume reflectivity of the scattering particles.
volref = rainreflectivity(f,rr); rcs = clutterVolumeRCS(volref,res);
Plot the rain radar cross-section as a function of the rain rate. Express the cross-section in dB.
semilogx(rr,pow2db(rcs),'.-') xlabel('Rain Rate (mm/hr)') ylabel('Rain RCS (dBsm)')
Input Arguments
volrefl
— Volume reflectivity of scattering particles
real scalar | vector
Volume reflectivity of scattering particles in square meters per cubic meter, specified as a scalar or a vector.
Data Types: double
vol
— Clutter extent
positive real scalar | 1-by-3 row vector
Clutter extent, specified as a positive real scalar or a 1-by-3 row vector.
If specified as a positive real scalar,
vol
represents the volume of the clutter in cubic meters.If specified as a 1-by-3 row vector:
The first element of
vol
is a positive real scalar that represents the clutter within the range resolution in meters of the radar.The second element of
vol
is a positive real scalar that represents the clutter within the azimuth (or cross-range) resolution in meters of the radar.The third element of
vol
is a positive real scalar that represents the clutter within the elevation resolution in meters of the radar.
Data Types: double
Output Arguments
rcs
— Radar cross-section of volume clutter
scalar | vector
Radar cross-section of volume clutter in square meters, returned as a scalar or a
vector. rcs
has the same dimensions as
volrefl
.
Extended Capabilities
C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.
Version History
Introduced in R2021a
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)