Compiled s-function blocks with step size less than simulation step size

1 次查看(过去 30 天)
Hi,
I'm working on a project where I need to use a compiled simulink s-function, which was designed to run with a step size of 0.025s. My 'base' simulation step size is 0.05s. If I try and run the simulation I get the following error:
The sample time period (0.025) specified for block 'mass_spring_comp/Mass-spring-damper/Mass-spring-damper_sfcn' is not an integer multiple of the fixed step size (0.05) specified for model
I've been trying to use rate transition blocks but without success. Is this possible?
I'm working in Simulink 5.1 (no choice about this unfortunately). Unfortunately re-compiling the blocks at the desired sample period isn't an option either. Is there any way I can reuse these blocks?
Thanks - any help is appreciated,
Luke

采纳的回答

Titus Edelhofer
Titus Edelhofer 2014-9-12
Hi Luke,
sorry, but this won't work. There is no way to have a block with a sample time lower than base sample time. Only way out is the opposite: lower fixed step size to 0.025 and use sample time of 0.05 before and after the s-function.
Titus

更多回答(1 个)

Luke
Luke 2014-9-12
Ok thanks

类别

Help CenterFile Exchange 中查找有关 Block and Blockset Authoring 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by