value
Bistatic radar cross section (BRCS) values at specified angles and frequencies
Since R2026a
Description
Examples
Create a bistatic radar cross section (BRCS) signature object and obtain the value of the pattern at a transmit azimuth angle of 0 degrees and a receive azimuth angle of 30 degrees for transmit and receive elevation angles of 0 degrees.
Create a BRCS signature object.
rng('default') pat = randn(10,11,4); brcs = brcsSignature(Pattern=pat, ... TransmitAzimuth=linspace(-180,180,11), ... ReceiveAzimuth=linspace(-180,180,10), ... Elevation=[0 0 45 45; 0 45 0 45])
brcs =
brcsSignature with properties:
Pattern: [10×11×4 double]
ReceiveAzimuth: [-180 -140 -100 -60 -20 20 60 100 140 180]
TransmitAzimuth: [-180 -144 -108 -72 -36 0 36 72 108 144 180]
Elevation: [2×4 double]
Frequency: 300000000
Get BRCS values at a transmit azimuth angle of 0 degrees and a receive azimuth angle of 30 degrees for transmit and receive elevation angles of 0 degrees.
value(brcs,[0; 0],[30; 0],2e9)
ans = 1.5326
Input Arguments
Radar cross-section signature, specified as a brcsSignature
object.
Transmit azimuth and elevation angle pairs, specified as a 2-element column vector
or 2-by-L matrix of the form [Azimuth; Elevation],
where the first row corresponds to the transmit azimuth angle and the second row is the
transmit elevation angle. Azimuth angle values can range from -180
and 180, and elevation angle values are between
-90 and 90. Specify angles with respect to the
target's local coordinate system, referred to as the target body frame. See Coordinates of Radar Cross-Section Signature for more information.
Units are in degrees (deg).
Data Types: double
Receive azimuth and elevation angle pairs, specified as a 2-element column vector or
2-by-L matrix of the form [Azimuth; Elevation],
where the first row corresponds to the receive azimuth angle and the second row is the
receive elevation angle. Azimuth angle values can range from -180 and
180, and elevation angle values are between -90
and 90. Specify angles with respect to the target's local coordinate
system, referred to as the target body frame. See Coordinates of Radar Cross-Section Signature for more information.
Units are in degrees (deg).
Data Types: double
Frequencies at which BRCS values are returned, specified as a positive scalar or
nonnegative length-L vector. If freqs is not a
scalar, it must have the same length as other length-L input
arguments, which may include txAng and rxAng.
A nearest neighbor interpolation is applied to brcsSig in the
frequency dimension. Units are in hertz (Hz).
Example: 100e6
Data Types: double
Output Arguments
BRCS values, returned as a scalar or L-element column vector in
dBsm. Interpolation of the BRCS Pattern in
brcssig is performed using
griddedInterpolant in the M,
N, and Q dimensions. P is a
sparse dimension, so interpolation is performed using
scatteredInterpolant.
Extended Capabilities
C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.
Version History
Introduced in R2026a
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.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.
América
- América Latina (Español)
- Canada (English)
- United States (English)
Europa
- 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)