CompositeFieldOfViewModel
Description
A CompositeFieldOfViewModel
object contains a detectability model that assumes
the sensor can detect targets within multiple fields of view. For example, this model can
represent a scanning sensor with multiple looks, or sensors capable of static fusion. The
fields of view are defined by azimuth, elevation, and range limits. You can use this model to
define the detectability model for a CustomSensor
object.
Creation
To create a CompositeFieldOfViewModel
object, use the sensorDetectabilityModel
function with the
"composite-field-of-view"
input argument. For example:
detectabilityModel = sensorDetectabilityModel("composite-field-of-view")
Properties
Version History
Introduced in R2025a