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

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

 Akzeptierte Antwort

takemoto
takemoto am 5 Nov. 2020

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 4 Nov. 2020

Beantwortet:

am 5 Nov. 2020

Community Treasure Hunt

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

Start Hunting!