Borrar filtros
Borrar filtros

How do i count the time the pulse is at 0 state for a square wave in Simulink?

1 visualización (últimos 30 días)
I have a square wave with 1 and 0 states representing engine on and off correspondingly. I want to count the time in seconds the engine was off meaning i have to count the total amount of time the wave was at 0 state in 1000 second drive time.
Please let me know how to count the total time in 0 state in Simulink??

Respuestas (1)

Arnab Sen
Arnab Sen el 30 de Dic. de 2015
I understand that you would like to get the cumulative time when the engine is off. You can achieve this functionality using 'stateflow chart' and two inbuilt MATLAB commands 'tic' and 'toc'. In 'stateflow chart' it is possible to create DFA and switch from one state to another based on the input.
Refer to the attached sample model 'sf1.slx' for demonstration. I am also attaching the screenshots 'stateflow.pdf' for convenience. For more details about 'stateflow' and 'tic toc', refer to the following links:

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by