landSurface
Description
LandSurface defines a land surface object belonging to a radarScenario.
Manage surfaces in a radar scenario using SurfaceManager.
Surface reflectivity, or normalized radar cross section, is defined as a surfaceReflectivityLand or surfaceReflectivityCustom
System object™.
You can use landSurface function to specify surface extent,
reflectivity, reference height, and digital elevation terrain data. Use the occlusion object
function to test for occlusion along the line-of-sight between two points in the scenario and
use height to provide
surface height at a point.
Creation
Description
adds a srf = landSurface(scenario)LandSurface object, srf, to the radar
scenario radarScenario
object scenario.
adds a srf = landSurface(scenario,PropertyName=Value)LandSurface object, srf, with each specified
PropertyName set to the corresponding Value.
You can specify additional pairs of arguments in any order as
PropertyName1=Value1,...,PropertyNameN=ValueN.
Properties
Object Functions
height | Height of point on surface |
occlusion | Test for occlusion of point by a surface |
plotReflectivityMap | Plots reflectivity map |
Examples
Version History
Introduced in R2022a


