How to change signal value at intermediate steps in Simulink?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a Simulink model for two sensors. The first sensor has a frequency of 1 Hz and the second at 5 Hz. I am using a rate transition block to get the outputs at different rates.
How do I set the lower sensor, the one at 1 Hz, to output zeroes at intermediate steps?
TIME STEPS 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
sensor1 x x x x o x x x x o x x x x o x x x x o
sensor2 o o o o o o o o o o o o o o o o o o o o
I want sensor1 to output zeros, not to hold the signal at intermediate steps.
0 comentarios
Respuestas (1)
Jesús Zambrano
el 7 de Feb. de 2020
Hi Luis,
You could try include the sensor1 model in an enabled subsystem,
which can be controlled at 1Hz, when is enabled it shows the sensor value, when is disabled you can set it to show a certain value (0 in your case). See picture below
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!