Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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??

Risposte (1)

Arnab Sen
Arnab Sen il 30 Dic 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:

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by