- Consider the system dynamics, if the blocks change very rapidly with time, you might want to consider a smaller sample time.
- Choosing a smaller sample time provides with more accurate solutions.
- On the other hand, if you want the simulation to be less time and resource intensive, you can choose a larger sample time.
how to decide Fixed step size (sample time)
5 次查看(过去 30 天)
显示 更早的评论
How to decide the fixed step size of Simulink model.
How can i calculate the sample time.
0 个评论
回答(1 个)
Shreeya
2023-9-21
Hi @Maya
I understand that you want to choose a sample time for your simulation and the associated fized step size. Choosing the sampling time depends on the resources available and simulation requirements.
Ideally, you can start from a large sample time and decrease it accordingly as per the simulation requirements.
Regarding the step size, if you are using a fixed-step discrete solver with the fixed step size to "auto", the model simulates with the fundamental sample time as the fixed step size. However, if you would want to choose the step size yourself, it must be less than or equal to the smallest sample time in the model and must be a factor of every sample time in the model. Alternatively, refer to the documentation linked below if you have any specific requirements related to the step size:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!