smoothing of an array of data
Mostrar comentarios más antiguos
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 comentarios
Jan
el 21 de Sept. de 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
el 23 de Sept. de 2011
Respuestas (1)
Jan
el 21 de Sept. de 2011
0 votos
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 comentario
Durga Lakshmi
el 23 de Sept. de 2011
Categorías
Más información sobre Smoothing and Denoising en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!