trackingArchitecture
Description
The trackingArchitecture
System object™ enables you to systematically model the architecture of a tracking system
consisting of trackers and track fusers.
To build and run a tracking architecture:
Create the
trackingArchitecture
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?
Creation
Description
creates a
ta
= trackingArchitecturetrackingArchitecture
System object that enables you to design a
tracking system-of-system composed of sensors, trackers, and track fusers.
Use the
addTracker
function to add trackers to the architecture and connect the added tracker with architecture inputs.Use the
addTrackFuser
function to add track fusers to the architecture and connect the added track fuser with trackers and architecture inputs.Use the
summary
function to list all the trackers and fusers in the architecture and show how they are connected with architecture inputs and outputs.Use the
show
function to visualize the architecture.Use the
exportToSimulink
function to export the architecture to Simulink®.
Properties
Usage
Description
Input Arguments
Output Arguments
Object Functions
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)
Examples
Version History
Introduced in R2021a