Moving average in stateflow

4 ビュー (過去 30 日間)
Ashvini Bankar
Ashvini Bankar 2020 年 5 月 30 日
回答済み: Jesús Zambrano 2020 年 9 月 2 日
hello,
i need help to find the moving average of signal with 100 samples.
please help with same

回答 (1 件)

Jesús Zambrano
Jesús Zambrano 2020 年 9 月 2 日
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.

カテゴリ

Help Center および File ExchangeComplex Logic についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by