detect
Syntax
Description
reports the detections from all sensors mounted on every platform in the radar scenario,
detections
= detect(scenario
)scenario
. Use this syntax only when none of the sensors require
information on the signals present in the
scenario.
reports the detections from all sensors when at least one sensor requires information on the
signals present in the
scenario.detections
= detect(scenario
,signals
)
reports the detections from all sensors when at least one sensor also requires information
on the emitter configurations in the scenario.
detections
= detect(scenario
,signals
,emitterConfigs
)
[
also returns the configurations of each sensor at the detection time. This output argument
can be used with any of the previous syntaxes.detections
,sensorConfigs
] = detect(___)
[___,
also returns all platform IDs corresponding to the sensor configurations,
sensorConfigPIDs
] = detect(___)sensorConfigs
. This output argument can be used with any of the
previous syntaxes.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a
See Also
radarScenario
| detect
| emit
| propagate
| radarEmission