Moving average in stateflow
이전 댓글 표시
hello,
i need help to find the moving average of signal with 100 samples.
please help with same
답변 (1개)
Jesús Zambrano
2020년 9월 2일
1 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Stateflow에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!