Azzera filtri
Azzera filtri

how to count further?

4 visualizzazioni (ultimi 30 giorni)
Le Dyk Zuy
Le Dyk Zuy il 29 Lug 2021
Risposto: Walter Roberson il 29 Lug 2021
i did a counter that increments out1 by 1 on rising edge, but it only increments until 2, but i need it to increment further^ 2,3,4,5...etc. whats the issue?

Risposte (1)

Walter Roberson
Walter Roberson il 29 Lug 2021
Where do you transition from state2 to something else?
Are you trying to count all the rising edges, ignoring the falling edges?
Can there be a rising edge when you are already in a rising state? Like that second diagram where you have the stairs: is it possible to have input like that? If it is, then are you trying to keep a count of how many levels "up" you are right now, or should each rise be counted as one no matter whether you started from the base level or not?
In your first diagram, those pulses appear to have duration, so it seems plausible that stateflow is processing information in which the level continues to be high. If so you have a choice: transition back to base state as soon as you detect a rising edge -- or do not transition back to base state until you see the falling edge.

Categorie

Scopri di più su Simulink Functions 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