Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 simulink 中有一个模型,由图像处理和其他控制系统两部分组成。我想在两个独立模型之间引入延迟(等待循环),即在模拟图像处理部分和控制器部分时,一旦我想在第二次模拟之前引入一些延迟。我该怎么做?有什么帮助吗???
您可以在它们之间放置一个指定延迟的延迟块z^-1,或者使用您的逻辑和延迟创建一个状态流块。
注意:连续功能也有延迟,看看最适合你的