Moving Average Filter and Exponential Filter

92 ビュー (過去 30 日間)
Nathan Jaqua
Nathan Jaqua 2021 年 2 月 14 日
回答済み: Star Strider 2021 年 2 月 14 日
I have the following values:
29390.71
28995.66
29286.92
29388.58
29048.73
28696.74
28319.65
28813.04
I need to take these values and desgin a 10 days Moving Average Filter and then plot the original data and the filtered data in the same plot. I then need to do the same but with an exponential filter with the parameter alpha = 0.1.
Some help would be appreciated.

回答 (1 件)

Star Strider
Star Strider 2021 年 2 月 14 日
See Moving-Average Filter in the filter function documentation. The exponential filter is a version of this same approach.

カテゴリ

Help Center および File ExchangeMatched Filter and Ambiguity Function についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by