simulink上で移動平均を求めたい

toolboxなどを使わずにスライディングウィンドウ法で移動平均をsimulink上で求める方法はありますか

 Accepted Answer

takemoto
takemoto on 5 Nov 2020

0 votes

delay、add、divideブロックの組み合わせでなんとかなりませんでしょうか?例えば、「現在」、「一サンプル前」、「二サンプル前」のデータの総和を3で割れば、3点の移動平均が求まると思います。

More Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Products

Asked:

on 4 Nov 2020

Answered:

on 5 Nov 2020

Community Treasure Hunt

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

Start Hunting!