4 tap moving averaging filter

3 ビュー (過去 30 日間)
uzmeed
uzmeed 2018 年 12 月 1 日
編集済み: Adam Danz 2018 年 12 月 1 日
Hi
for a 4 tap moving averaging filter is following correct
s=1000;
>> x=randn(1,s);
>> b=[0.25,0.25,0.25,0.25];
>> y = filter( b, 1, x );
I will be highly obliged for the advice
  1 件のコメント
Adam Danz
Adam Danz 2018 年 12 月 1 日
What's a "tap" moving avg?

サインインしてコメントする。

回答 (1 件)

Adam Danz
Adam Danz 2018 年 12 月 1 日
編集済み: Adam Danz 2018 年 12 月 1 日
Moving averages in matlab can be done using movemean() or with filter()

カテゴリ

Help Center および File ExchangeFilter Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by