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

3 views (last 30 days)
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??

Answers (1)

Arnab Sen
Arnab Sen on 30 Dec 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:

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!