smoothing of an array of data
Show older comments
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 Comments
Jan
on 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
on 23 Sep 2011
Answers (1)
Jan
on 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 Comment
Durga Lakshmi
on 23 Sep 2011
Categories
Find more on Smoothing and Denoising in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!