radareqsarsnr
Syntax
Description
Examples
SAR Image SNR
Estimate the image SNR for a SAR operating in broadside at a frequency of 5.3 GHz and 5 kW peak power to form an image of a target at 50 km. Assume an RCS of 1 m and rectangular waveform with a bandwidth of 0.05 microseconds. The range processing gain is 29.8 dB and the azimuth processing gain is 42.7 dB. Assume no losses.
lambda = freq2wavelen(5.3e9); pt = 5e3; r = 50e3; tau = 0.05e-6; rnggain = 29.8; azgain = 42.7;
Compute the image SNR.
snr = radareqsarsnr(r,lambda,pt,tau,rnggain,azgain)
snr = 34.5704
Input Arguments
r
— Range to target
scalar | column vector | 1-by-2 row vector | 2-column matrix
Range to target in meters, specified as a scalar, a column vector, a 1-by-2 row vector, or a 2-column matrix.
Specify this argument as a scalar or a column vector for a monostatic radar.
Specify this argument as a 1-by-2 row vector or as a 2-column matrix for a bistatic radar.
The first element or column corresponds to the range from the transmitter to the target.
The second element or column corresponds to the range from the target to the receiver.
Data Types: double
lambda
— Wavelength of radar operating frequency
positive real scalar
Wavelength of radar operating frequency in meters, specified as a positive real scalar.
Data Types: double
pt
— Transmitter peak signal power
positive real scalar | vector
Transmitter peak signal power in watts, specified as a positive real scalar or a vector.
Data Types: double
tau
— Pulse width at antenna port
positive real scalar
Pulse width at the antenna port in seconds, specified as a positive real scalar.
Data Types: double
rnggain
— SNR gain due to range processing
real scalar
SNR gain due to range processing in decibels, specified as a real scalar.
Data Types: double
azgain
— SNR gain due to azimuth processing
real scalar
SNR gain due to azimuth processing in decibels, specified as a real scalar.
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: 'Ts',293,'Gain',12
RCS
— Target radar cross-section
1
(default) | scalar | vector
Target radar cross-section in square meters, specified as a scalar or a vector.
radareqsarsnr
assumes a nonfluctuating target (Swerling case
0).
Data Types: double
Ts
— System noise temperature
290
(default) | positive scalar
System noise temperature in kelvins, specified as a positive scalar.
Data Types: double
Gain
— Antenna gain
20
(default) | scalar | 1-by-2 row vector
Antenna gain in decibels, specified as a scalar or 1-by-2 row vector.
If you specify this argument as a two-element vector, the first element represents antenna transmit gain and the second element represents the antenna receive gain.
If you specify this argument as a scalar,
radareqsarsnr
assumes the antenna has equal transmit and receive gains.
Data Types: double
Loss
— System loss
0
(default) | scalar | vector
System loss in decibels, specified as a scalar or a vector.
Data Types: double
AtmosphericLoss
— Atmospheric absorption loss
0
(default) | scalar | column vector | 1-by-2 row vector | 2-column matrix
Atmospheric absorption loss in decibels, specified as a scalar, a column vector, a 1-by-2 row vector, or a 2-column matrix.
Specify this argument as a scalar or a column vector to represent the atmospheric absorption loss for a one-way path.
Specify this argument as a 1-by-2 row vector or as a 2-column matrix to represent a transmit path and a receive path.
The first element or column corresponds to the atmospheric absorption loss for the transmit path.
The second element or column corresponds to the atmospheric absorption loss for the receive path.
Data Types: double
PropagationFactor
— Propagation factor
0
(default) | scalar | column vector | 1-by-2 row vector | 2-column matrix
Propagation factor in decibels, specified as a scalar, a column vector, a 1-by-2 row vector, or a 2-column matrix.
Specify this argument as a scalar or a column vector to represent the propagation factor loss for a one-way path.
Specify this argument as a 1-by-2 row vector or as a 2-column matrix to represent a transmit path and a receive path.
The first element or column corresponds to the propagation factor for the transmit path.
The second element or column corresponds to the propagation factor for the receive path.
Data Types: double
CustomFactor
— Custom factor
0
(default) | scalar | vector
Custom factor in decibels, specified as a scalar or a vector. This argument contributes to the received signal energy and can include other factors.
Data Types: double
Output Arguments
imgsnr
— SAR image signal-to-noise ratio
column vector
SAR image signal-to-noise ratio in decibels, returned as a column vector.
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 (한국어)