sarrange
Description
Examples
Maximum Unambiguous Slant Range
Estimate the maximum unambiguous range of a side-looking airborne synthetic aperture radar (SAR) operating in broadside with a sensor velocity varying from 20 m/s to 300 m/s. The SAR antenna has an aperture dimension of 3 m in the azimuth direction and a transmitter that works with a 5% duty cycle. Plot the resulting unambiguous range as a function of sensor velocity.
v = 20:10:300; daz = 3; d = 0.05;
Compute the maximum unambiguous range in meters. Assume an antenna roll-off factor of 1.5. Convert the range to nautical miles.
Rmet = sarrange(v,daz,d,'RollOff',1.5);
Rnau = Rmet*0.00053996;
Plot the unambiguous range as a function of the sensor velocity.
loglog(v,Rnau) axis([10 1000 100 10000]) xlabel('Velocity (m/s)') ylabel('Unambiguous Range (nmi)') title('Unambiguous Range Limits for 1.5 Roll-Off')
Input Arguments
v
— Sensor velocity
positive real scalar | vector
Sensor velocity in meters per second, specified as a positive real scalar or vector.
Data Types: double
daz
— Antenna width in azimuth direction
positive real scalar
Antenna width in the azimuth direction in meters, specified as a positive real scalar.
Data Types: double
df
— Duty factor
positive real scalar in the range [0
,
1
] | vector
Duty factor, specified as a positive real scalar in the range [0
,
1
] or a vector. The duty factor is defined as the ratio of the
pulse width to the pulse period.
Data Types: double
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
Example: 'RollOff',1.2,'ConeAngle',120
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
RollOff
— Antenna roll-off factor
1
(default) | positive real scalar
Antenna roll-off factor, specified as a positive real scalar. This argument provides a safety factor that prevents mainlobe returns from aliasing in the pulse repetition frequency (PRF) time interval. Adjust the roll-off factor to make the PRF greater than the mainlobe Doppler bandwidth.
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
aperture2swath
| sarmaxcovrate
| sarmaxswath
| sarminaperture
| sarprfbounds
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 (한국어)