필터 지우기
필터 지우기

Biased smoothing moving average

조회 수: 3 (최근 30일)
GS76
GS76 2019년 3월 3일
댓글: GS76 2019년 3월 6일
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일
Try conv() or movmean().
  댓글 수: 1
GS76
GS76 2019년 3월 6일
Thank you for this suggestion.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by