seaSurface
Description
SeaSurface defines a sea 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 surfaceReflectivitySea or surfaceReflectivityCustom
System object™.
You can use seaSurface function to specify surface extent,
reflectivity, wind motion, 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 = seaSurface(scenario)SeaSurface object, srf, to the radarScenario
object scenario.
adds a srf = seaSurface(scenario,PropertyName=Value)SeaSurface 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
