sarbeamcompratio
Syntax
Description
Examples
Beam Compression Ratio
Estimate the beam compression ratio of a side-looking airborne SAR operating in broadside at a wavelength of 0.05 m for a target range of 5 km. The radar has a synthetic aperture length of 75 m. The azimuth size of the scene is 50 m. Assume an azimuth impulse broadening factor of 1.3.
lambda = 0.05; Wa = 50; R = 5e3; len = 75; azb = 1.3;
Compute the beam compression ratio.
bcr = sarbeamcompratio(R,lambda,len,Wa,'AzimuthBroadening',azb)
bcr = 23.0769
Input Arguments
r
— Range from target to antenna
positive real scalar | vector
Range from target to antenna in meters, specified as a positive real scalar or a vector.
Data Types: double
lambda
— Radar wavelength
positive real scalar | vector
Radar wavelength in meters, specified as a positive real scalar or a vector.
Data Types: double
synlen
— Synthetic aperture length
scalar
Synthetic aperture length in meters, specified as a scalar.
Data Types: double
wa
— Azimuth size of scene
positive real scalar
Azimuth size of scene in degrees, specified as a positive real scalar.
Data Types: double
Name-Value Arguments
Example: 'AzimuthBroadening',1.2,'ConeAngle',60
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as Name1,Value1,...,NameN,ValueN
.
AzimuthBroadening
— Azimuth impulse broadening factor
1
(default) | positive real scalar
Azimuth impulse broadening factor due to data weighting or windowing for sidelobe control, specified as a positive real scalar. This argument expresses the actual –3 dB mainlobe width with respect to the nominal width. Typical window functions like hamming
and hann
exhibit values in the range from 1 to 1.5.
Data Types: double
ConeAngle
— Doppler cone angle
90
(default) | scalar in the range [0
, 180
]
Doppler cone angle in degrees, specified as a scalar in the range [0
,
180
]. This argument identifies the direction toward the scene
relative to the direction of motion of the array.
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
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 (한국어)