Moving average in stateflow
Afficher commentaires plus anciens
hello,
i need help to find the moving average of signal with 100 samples.
please help with same
Réponses (1)
Jesús Zambrano
le 2 Sep 2020
1 vote
Is it mandatory a Stateflow implementation? Otherwise, a simple way is to use a tapped Delay block to delay the incoming signal 100 samples, and the use a MATLAB function block that calculates the mean value.
Catégories
En savoir plus sur Stateflow dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!