Static fusion of synchronous sensor detections
staticDetectionFuser
System object™ creates a static detection fuser object to fuse angle-only sensor
detections.
To obtain the fuser:
Create the staticDetectionFuser
object and set its properties.
Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?.
creates a
default three-sensor static detection fuser object to fuse angle-only sensor
detections.fuser
= staticDetectionFuser()
sets properties using one or more name-value pairs. For example, fuser
= staticDetectionFuser(Name,Value
)fuser =
staticDetectionFuser('FalseAlarmRate',1e-6,'MaxNumSensors',12)
creates a fuser
that has a maximum of 12 sensors and a false alarm rate of 1e-6
.
Enclose each property name in quotes.
returns the fused detections, compositeDets
= fuser(dets
)compositeDets
, of input detections,
dets
.
[
also returns analysis information, compositeDets
,analysisInfo
] = fuser(dets
)analysisInfo
.
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
[1] Bar-Shalom, Yaakov, Peter K. Willett, and Xin Tian. Tracking and data fusion. Storrs, CT, USA:: YBS publishing, 2011.