计时和调度
了解仿真计时和调度
基于时间的调度要求适用于使用周期性中断源进行计时的模型。基于时间的调度要求适用于使用周期性中断源(例如硬件计时器)进行计时的模型。基于事件的调度要求适用于那些还必须通过执行模块来响应事件的系统。这些事件相对于系统的周期计时源是异步的。
主题
计时设定
- 指定采样时间
以编程和交互方式指定和评估采样时间信息。 - 传播如何影响继承的采样时间
模块继承采样时间。 - 系统和子系统中的采样时间
Simulink® 计算离散系统和混合系统以及虚拟子系统和使能子系统的采样时间。 - Specify Execution Domain
Enforce discrete dynamics for a model or subsystem.
Simulink 中的任务执行
- 动态系统的仿真阶段
说明 Simulink 软件如何对动态系统进行仿真。 - Modeling for Multitasking Execution
Include blocks that use different sample rates, or use different sample rates for continuous and discrete parts of a model. - Union Rate
Entity having union sample time runs at all the component sample times of the union.
数据传输
- Handle Rate Transitions
Handle transitions between blocks with different periodic sample rates. - Rate Transitions and Asynchronous Blocks
Use Rate Transition blocks to handle data transfers to and from asynchronous blocks. - 解决速率转移问题
了解 Simulink 如何解决模块之间由于采样时间不同而导致的速率转移问题。