How to smooth plot of data?
Afficher commentaires plus anciens
Hi How can I smooth the following data? This is the gray intensity of an image. I could not use "smooth" function for that.

Is there any function for that or shall I use any filtering?
Thanks!
Steven
Réponse acceptée
Plus de réponses (1)
Jan
le 18 Jan 2014
0 votes
It depends on what the wanted result is. If you want to smooth the data extremely, use mean. A moving average filter is possible also, or a highpass filter, a Savitzki-Golay-filter or a mean over chunks of the data.
Catégories
En savoir plus sur Smoothing and Denoising dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!