필터 지우기
필터 지우기

How to do a boxcar smoothing in mathlab ?

조회 수: 49 (최근 30일)
Satheesh PR
Satheesh PR 2021년 7월 7일
답변: Sulaymon Eshkabilov 2021년 7월 7일
i have a range of equally spaced data (say an altitude profile of temperature with 5meter resolution). i need to do a boxcar smoothing of this data (need to apply a 100meter boxcar smoothing). how i will do it in matlab ?

답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021년 7월 7일
You can easily employ the following data filtering fcns:
doc smooth
doc filter
doc conv
https://www.mathworks.com/help/curvefit/smoothing-data.html
and 3rd party fcns, e.g:
https://www.mathworks.com/matlabcentral/fileexchange/19998-fast-smoothing-function

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by