smoothing of an array of data
Afficher commentaires plus anciens
I have to smooth a set of data(a array of data).I would like to implement savitzky golay smoothing filter but without the use of built in function.Can any1 please help me out??Moreover after the smoothing is done how can i classify the states of the data using intelligent pattern recognition??
2 commentaires
Jan
le 21 Sep 2011
What is the reason of now using builtin functions? It is absolutely impossible to avoid *all* builtin functions, e.g. plus, minus, eq, filter etc.
Durga Lakshmi
le 23 Sep 2011
Réponses (1)
Jan
le 21 Sep 2011
0 votes
This is A Savitzky-Golay filter without dependencies to the Signal Processing Toolbox: FEX: fSGolayFilt. It is remarkably faster than the built-in method and accepts SINGLE values.
Please post more details about the pattern recognition problem. There are millions of different patterns and thousands of methods to recognize them more or less accurate.
1 commentaire
Durga Lakshmi
le 23 Sep 2011
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!