Collect detections from all the sensors in tracking scenario
reports the detections from all sensors mounted on every platform in the tracking scenario,
detections
= detect(sc
)sc
.
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 monostaticRadarSensor
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
)radarSensor
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
.
emit
| objectDetection
| propagate
| record
| trackingScenario