Main Content

Track Concatenation

Concatenate tracks

  • 库:
  • 传感器融合和跟踪工具箱/ Utilities

  • Track Concatenation block

Description

TheTrack Concatenationblock concatenates track buses originating from multiple sources into a single list of object tracks. The sources to this block must all use theobjectDetectionformat, and can be sensors, trackers, other track concatenation blocks, or other track-to-track fusion blocks. Use this block to concatenate tracks from multiple sources before passing them into theTrack-To-Track Fuserblock.

Ports

Input

expand all

Tracks to combine, where each track is a Simulink bus containing a MATLAB structure. SeeCreate Nonvirtual Buses(Simulink)for more details.

You can find the definitions of the track lists in the确认的曲目output port descriptions of the tracker blocks, such as the全球最近的邻居多对象跟踪器block.

默认情况下,该块包含两个用于输入检测的端口。要添加更多端口,请使用Number of input sensors to combineparameter.

Output

expand all

Combined tacks from all input buses, returned as a Simulink bus containing a MATLAB structure. SeeCreate Nonvirtual Buses(Simulink). You can find the definitions of the track lists in the确认的曲目output port descriptions of the tracker blocks, such as the全球最近的邻居多对象跟踪器block.

Parameters

expand all

Number of input track ports, specified as a positive integer. The input ports labeledIn1,In2, …,InN, whereNis the value set by this parameter.

Data Types:double

Source of the output bus name, specified as汽车或者Property.

  • If you select汽车, the block automatically generates a bus name.

  • If you selectProperty, specify the bus name using theSpecify an output bus nameparameter.

Specify a name for the output bus.

Dependencies

To enable this parameter, set theSource of output bus nameparameter toProperty.

  • 解释执行— Simulate the model using the MATLAB interpreter. This option shortens startup time. In解释执行mode, you can debug the source code of the block.

  • Code generation— Simulate the model using generated C/C++ code. The first time you run a simulation, Simulink generates C/C++ code for the block. The C code is reused for subsequent simulations as long as the model does not change. This option requires additional startup time.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

版本历史

Introduced in R2021a