smooth3
이전 댓글 표시
I am using smooth3 "BOX smoothing method" in order to smooth my data. I need to know how it does the filtering. I know that it makes some averaging over given number of neighbors, however I need to know its detail mathematical principle and formula including the assumptions taken for the boundary regions. Thank you so much in advance!
답변 (1개)
Sean de Wolski
2011년 9월 21일
Well from opening smooth3
open smooth3
and taking a quick look at the code, it looks like the kernel for a box is:
smooth = ones(sz)/prod(sz);
카테고리
도움말 센터 및 File Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!