savitzky golay filter,polynomial generation,pattern recognition
이전 댓글 표시
I have got an array of data which has to be smoothed.The data is from industry which consist of different states of operation. for smoothing i plan to use slavitzky golay smoothing filter.
1.how to select the order of the slavitzky golay filter??I need justification too that the order is apt for the data to be smoothed.
2.How to generate polynomial equation for the array and determine its coefficient??
3. I need to classify the data into the operating states by using intelligent pattern recognition.Can any1 help me with the code for this??
Thanx in advance for helping!!
댓글 수: 2
Walter Roberson
2011년 9월 23일
There is a fair bit of overlap between this question and your still open previous question http://www.mathworks.com/matlabcentral/answers/16329-smoothing-of-an-array-of-data
Perhaps the two questions should be merged.
Image Analyst
2011년 9월 23일
Regarding #2, you DO know that there's a built-in sgolayfilt() (in the Signal Processing Toolbox), don't you? So there's no need for you to do your #2 unless you plan on reinventing it yourself for some reason. Regarding #1, it's justified if it gets the job done and does what you need it to do.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!