Dataflow Subsystem
Subsystem whose execution domain is set to Dataflow
Libraries:
DSP System Toolbox /
Dataflow
Description
The Dataflow Subsystem block is a Subsystem block preconfigured with the execution domain set to dataflow. A Dataflow Subsystem uses synchronous dataflow as a model of computation, which is data-driven and statically scheduled.
Dataflow Subsystems help to
Improve simulation throughput with multithreaded execution
Dataflow domains leverage the multicore CPU architecture of the host computer and can improve simulation speed significantly. It automatically partitions your model and simulates the system using multiple threads. By adding latency to your system, you can further increase concurrency and improve simulation throughput of your model.
Automatically infer signal sizes for frame-based multirate models
See Dataflow Domain for more information.
Examples
Ports
Input
Output
Parameters
Block Characteristics
Extended Capabilities
Version History
Introduced in R2018b