Simulink遇到All sample times for this block must be discrete. Continuous sample time is not allowed.

Simulink遇到All sample times for this block must be discrete. Continuous sample time is not allowed.如何处理?

总结

学习这篇文章(Simulink中搭建图像的采集与输出模型案例分析,Simulink中搭建图像的采集与输出模型案例分析-电子发烧友网)的时候跌跌撞撞搭完了模块,运行的时候却提示All sample times for this block must be discrete. Continuous sample time is not allowed.

更改信号处理模块的采样时间从-1改为整体采样时间的整数倍,结果OK。

运行效果:

参考

需要使用离散采样时间

参考:

  • 0
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
The function `mdlInitializeSizes` is part of the Simulink S-function API and is called during the initialization phase of a custom S-function block. It is responsible for specifying the input and output port sizes, sample times, initial conditions, and other block attributes. Here is an example implementation of `mdlInitializeSizes`: ```matlab static void mdlInitializeSizes(SimStruct *S) { // Set input port properties if (!ssSetNumInputPorts(S, 1)) return; ssSetInputPortWidth(S, 0, 1); ssSetInputPortDirectFeedThrough(S, 0, 1); // Set output port properties if (!ssSetNumOutputPorts(S, 1)) return; ssSetOutputPortWidth(S, 0, 1); // Set sample time ssSetNumContStates(S, 0); ssSetNumDiscStates(S, 0); ssSetOptions(S, SS_OPTION_EXCEPTION_FREE_CODE); ssSetModelReferenceNormalModeSupport(S, MDL_START_AND_MDL_PROCESS_PARAMS_OK); ssSetSimStateCompliance(S, USE_CUSTOM_SIM_STATE); ssSetModelReferenceSimTargetDiagnostics(S, rtM->errorStatus); ssSetModelReferenceNormalModeSupport(S, MDL_START_AND_MDL_PROCESS_PARAMS_OK); ssSetModelReferenceSimTargetDiagnostics(S, rtM->errorStatus); ssSetModelReferenceNormalModeSupport(S, MDL_START_AND_MDL_PROCESS_PARAMS_OK); ssSetModelReferenceSimTargetDiagnostics(S, rtM->errorStatus); ssSetModelReferenceNormalModeSupport(S, MDL_START_AND_MDL_PROCESS_PARAMS_OK); ssSetModelReferenceSimTargetDiagnostics(S, rtM->errorStatus); ssSetModelReferenceNormalModeSupport(S, MDL_START_AND_MDL_PROCESS_PARAMS_OK); ssSetModelReferenceSimTargetDiagnostics(S, rtM->errorStatus); ssSetModelReferenceNormalModeSupport(S, MDL_START_AND_MDL_PROCESS_PARAMS_OK); ssSetModelReferenceSimTargetDiagnostics(S, rtM->errorStatus); ssSetModelReferenceNormalModeSupport(S, MDL_START_AND_MDL_PROCESS_PARAMS_OK); ssSetModelReferenceSimTargetDiagnostics(S, rtM->errorStatus); ssSetModelReferenceNormalModeSupport(S, MDL_START_AND_MDL_PROCESS_PARAMS_OK); ssSetModelReferenceSimTargetDiagnostics(S, rtM->errorStatus); ssSetModelReferenceNormalModeSupport(S, MDL_START_AND_MDL_PROCESS_PARAMS_OK); ssSetModelReferenceSimTargetDiagnostics(S, rtM->errorStatus); } ``` This implementation specifies a single input port with a width of 1, a direct feedthrough flag of 1, and a single output port with a width of 1. It also sets the sample time, number of continuous and discrete states, and block options. Note that this is just an example and the actual implementation may vary depending on the specific requirements of the S-function.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

季文一

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值