detect
Syntax
Description
reports the detections from all sensors mounted on every platform in the tracking scenario,
detections
= detect(sc
)sc
.
Note
If the HasOcclusion
property of the SurfaceManager
object, contained in the SurfaceManager
property of the tracking scenario, is specified as true
, then the
detect
function accounts for occlusion due to scenario surfaces.
If it is specified as false
, the detect
function
does not model occlusion due to ground surfaces and the horizon modeled by the WGS84
Earth model.
Tip
Use this syntax only when none of the sensors requires knowledge of the signals
present in the scenario. For example, the HasInterference
property
of fusionRadarSensor
is set to false
.
reports the detections from all sensors when at least one sensor requires the knowledge of
signals in the scenario. For example, when a detections
= detect(sc
,signals
)fusionRadarSensor
is operating in an ESM mode.
reports the detections from all sensors when at least one sensor also requires the knowledge
of emitter configurations in the scenario. For example, when a detections
= detect(sc
,signals
,configs
)radarSensor
is
configured as a monostatic radar.
[
additionally returns the configurations of each sensor at the detection time.detections
,sensorConfigs
] = detect(___)
[
additionally returns all platform IDs corresponding to the sensor configurations,
detections
,sensorConfigs
,configIDS
] = detect(___)sensorConfigs
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a
See Also
objectDetection
| record
| emit
| propagate
| trackingScenario