Main Content

UniformDetectabilityModel

Uniform detectability model

Since R2025a

    Description

    A UniformDetectabilityModel object contains a detectability model that assumes the sensor can detect the entire state space with a constant detection probability You can use this model to define the detectability model for a CustomSensor object.

    Creation

    To create a UniformDetectabilityModel object, use the sensorDetectabilityModel function with the "uniform" input argument. For example:

    detectabilityModel = sensorDetectabilityModel("uniform")

    Properties

    expand all

    Probability of detecting the target, specified as a scalar in the range (0,1).

    Example: 0.88

    Version History

    Introduced in R2025a