rainscr
Description
Examples
Signal-to-Clutter Ratio Due to Rain
Estimate the signal-to-clutter-ratio due to rain of a side-looking airborne SAR. The SAR moves at 50 m/s in a direction orthogonal to the antenna boresight and operates at a frequency of 1.5 GHz. The rain rates are 0.25 mm/hr, 1 mm/hr, 4 mm/hr, and 16 mm/hr. The rain clutter volume is 20 m. The SAR module has aperture processing length of 100 m. Assume the target RCS is 1 m and the velocity bandwidth of the rain is 4 m/s.
v = 50; f = 1.5e9; lambda = freq2wavelen(f); rr = [0.25 1 4 16]; vol = 20; L = 100; tgtrcs = 1; vbrain = 4;
Compute the signal-to-clutter ratio. Use rainreflectivity
and clutterVolumeRCS
to compute the rain radar cross-section. Use sarinttime
to compute the aperture collection interval.
volref = rainreflectivity(f,rr); rrcs = clutterVolumeRCS(volref,vol); t = sarinttime(v,L); scr = rainscr(lambda,rrcs,tgtrcs,t,vbrain);
Plot the signal-to-clutter ratio as a function of the rain rate.
semilogx(rr,scr,'o-') xlabel('Rain Rate (mm/rr)') ylabel('Signal-to-Clutter Ratio (dB)')
Input Arguments
lambda
— Radar wavelength
positive real scalar | vector
Radar wavelength in meters, specified as a positive real scalar or a vector.
Data Types: double
rrcs
— Rain radar cross-section
scalar | vector
Rain radar cross-section (RCS) in square meters, specified as a scalar or a vector.
Data Types: double
tgtrcs
— Target radar cross-section
scalar
Target RCS in square meters, specified as a scalar.
Data Types: double
t
— Aperture collection interval
positive real scalar
Aperture collection interval in seconds, specified as a positive real scalar.
Data Types: double
vbrain
— Rain velocity bandwidth
4
(default) | positive scalar
Rain velocity bandwidth in meters per second, specified as a positive scalar.
Data Types: double
Output Arguments
Extended Capabilities
C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.
Version History
Introduced in R2021a
See Also
radareqsarpow
| radareqsarrng
| radareqsarsnr
| sarnoiserefl
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 (한국어)