Borrar filtros
Borrar filtros

How do I vary the sample rate of a block while the simulation is running?

2 visualizaciones (últimos 30 días)
I'm trying to vary the simulation rate of a Limited Counter in order to make it count faster or slower in real time. (I'm trying to create a plant model of a crank wheel, where the rate of count of crank teeth will be a function of RPM.) I've created a variable in the MATLAB workspace and used it in an expression for the sample time in the counter. However, changes to this variable in the workspace only take effect when I restart the model, they are not read during the simulation. Also, I need to be able to increase and decrease the rate that the counter runs--i.e., accelerate and decelerate the speed the crank teeth go by--during the simulation, to check my model under development.
Is there anyway to write values to a variable used in the sample time setting of a block directly in Simulink while the simulation is running? e.g., use a slider gain and have the gain feed into the variable in the expression used to set the sample rate of the Limited Counter block? Or some other way to vary the sample rate during the simulation?
Thanks for any ideas anyone may have.

Respuesta aceptada

A Jenkins
A Jenkins el 28 de Ag. de 2014
Editada: A Jenkins el 28 de Ag. de 2014
I would start with a Programmable Pulse Generator from the File Exchange.
This will give you a programmable input for the frequency, which you can adjust with either a slider or with the set_param() command.
Then, if you need a counter instead of tooth-pulses, you can integrate the output of the Pulse Generator, perhaps with a detect-change block if you just want the edges.
  2 comentarios
Nancy
Nancy el 28 de Ag. de 2014
Thank you! I do see how I can make that work. Thanks for your help.
rami ghali
rami ghali el 9 de Mzo. de 2018
my system is running in variable mode not fixed would that still work?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre General Applications en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by