Simulink - Rate Transition
Mostrar comentarios más antiguos
Hi,
I want to use Rate Transitions in my Simulink System. I am using a Fixed-Step + Discrete Solver with a discrete step-size. If I want to implement different tasks, for example, Task 1 with a sample time of 10 ms and Task 2 with a sample time of 1 ms. Does the fixed-step size in the Configuration Parameters has to be the smallest sample time, i.e. 1 ms or is it also possible to run the whole system with 10 ms and just a few calculations with the fast sample time of 1 ms?
Thank you
Respuesta aceptada
Más respuestas (1)
Suneesh
el 7 de Dic. de 2011
0 votos
The step size in configuration parameters has to be the smallest (fundamental) step size. Other blocks can have sample times that are integer multiples of the fundamental. 'Rate Transition' block is used to connect parts of the model running at different rates
Categorías
Más información sobre Multicore Processor Targets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!