aperture2swath
Description
Examples
Swath Length and Width
Estimate the maximum swath length and width of side-looking airborne synthetic aperture radar (SAR) operating at 16.7 GHz for a target range of 10 km. The radar has an aperture length of 3 m in the elevation dimension and of 4 m in the azimuth dimension. Assume a nominal grazing angle of .
lambda = freq2wavelen(16.7e9); R = 10e3; elaz = [3 4]; grazang = 30;
Compute the swath length and the swath width.
[swl,swwid] = aperture2swath(R,lambda,elaz,grazang)
swl = 119.6776
swwid = 44.8791
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
d
— Antenna dimensions
positive real scalar | 1-by-2 row vector
Antenna dimensions in meters, specified as a positive real scalar or a 1-by-2 row vector.
If you specify
d
as a two-element vector, the first element ofd
represents the antenna dimension in elevation and the second element represents the antenna dimension in azimuth.If you specify
d
as a scalar,aperture2swath
assumes the antenna has equal elevation and azimuth dimensions.
Data Types: double
grazang
— Grazing angle
scalar in the range [0
, 90
]
Grazing angle in degrees, specified as a scalar in the range [0
,
90
].
Data Types: double
Output Arguments
swlen
, swwidth
— Swath length and width
matrices
Swath length and width in meters, returned as matrices.
The swath width also corresponds to the azimuth or cross-range resolution of a real aperture antenna.
Extended Capabilities
C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.
Version History
Introduced in R2021a
See Also
sarmaxcovrate
| sarmaxswath
| sarminaperture
| sarprfbounds
| sarrange
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 (한국어)