FieldOfViewAndRangeRateModel
Description
A FieldOfViewAndRangeRateModel
object contains a detectability model that assumes
the sensor can detect targets whose positions are within its field of view and whose range
rates are within the defined limits. The field of view is 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 FieldOfViewAndRangeRateModel
object, use the sensorDetectabilityModel
function with the "field-of-view"
input argument. For example:
detectabilityModel = sensorDetectabilityModel("field-of-view-and-rangerate")
Properties
Version History
Introduced in R2025a