create Matlab function to preform a running average filter
이전 댓글 표시
hi there I am clueless on how to create Matlab function to preform a running average filter using the following data:
[1 9 10 11 12 13 14 15 14 13 12 11 10 9 1]
may someone help me please and thank you
댓글 수: 1
Yao Li
2013년 4월 19일
I think it depends on the precision of the filter. Do you want to calculate the mean value of ervery 3 points, 5 points or 7 points, etc?
채택된 답변
추가 답변 (1개)
Ma sa
2016년 11월 28일
0 개 추천
How can i creat an average filter of size(3*3)??
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!