customSurface
Description
Add custom surface objects that support complex scattering to a radarScenario
. Use
customSurface
to define the full polarization scattering matrix of the
surface by setting the scattering matrices Shh
, Svv
,
Shv
, and Svh
. CustomSurface
objects are compatible with I/Q sensors generated by radarTransceiver
and
require that the scenario sensor, surface, and targets are polarized. Scattering matrices are
specific to a single frequency and viewing geometry and are therefore relevant to a single
sensor attached to the radarScenario
. Effects due to occlusion should be
modeled within the surface scattering matrix. If IsEarthCentered
is set
to true
and UseOcclusion
is also
true
for the radar scenario, occlusion due to Earth's curvature will be
simulated.
adds a srf
= customSurface(scenario
)CustomSurface
object srf
to the radarScenario
object scenario
.
adds a custom surface object and sets properties using one or more name-value arguments,
where srf
= customSurface(scenario
,Name=Value
)Name
specifies the property name and Value
sets the corresponding property value. The boundary extent (Boundary
),
polarization type (CrossPolarization
), polarization scattering matrices
(Shh
, Svv
, Shv
, and
Svh
), and other properties can be defined.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2024a
See Also
CustomSurface
| radarScenario
| SurfaceManager
| updateScatteringMatrix
| height
| occlusion