create Matlab function to preform a running average filter
Ältere Kommentare anzeigen
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 Kommentar
Yao Li
am 19 Apr. 2013
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?
Akzeptierte Antwort
Weitere Antworten (1)
Ma sa
am 28 Nov. 2016
0 Stimmen
How can i creat an average filter of size(3*3)??
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!