Biased smoothing moving average

I have measured strain data (in micron strain) from a 3rd party:
Column vector data: 10, 27, 46, 70, 127, 188, 254, 318, 437, 547, 628, 691, 740, 773, 795, 810
Then the 3-party "smoothes" the data with what they described as a moving average, biased to the first value. The data for the smoothed measured data is as follows:
Column vector: 12, 28, 47, 71, 128, 189, 254, 317, 435, 540, 624, 688, 736, 770, 793
I want to understand what function can be found for this smoothing as I would like to investigate its use for further measurements.
Any assistance would be welcome.

 採用された回答

Image Analyst
Image Analyst 2019 年 3 月 3 日

0 投票

Try conv() or movmean().

1 件のコメント

GS76
GS76 2019 年 3 月 6 日
Thank you for this suggestion.

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCurve Fitting Toolbox についてさらに検索

製品

リリース

R2018b

質問済み:

2019 年 3 月 3 日

コメント済み:

2019 年 3 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by