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 工作,遇到以下问题。我有一个离散状态空间模型,其输出当然是离散的。输出被(连续)正弦扰动破坏(在 Simulink 项目中求和)。是否存在将离散信号作为输入并将其转换为连续信号的模块?提前致谢
在将离散信号添加到连续信号之前,您无需将其转换为连续信号。
如果您使用求和模块添加离散和连续时间信号,则(总和)输出将是连续的。
如果出于其他原因您需要进行转换,请查看速率转换块。