How to smooth using Savitzky-Golay Filtering
2 次查看(过去 30 天)
显示 更早的评论
Hello, I need your help to smooth the attached file. It is a two-column txt file. The first column is the frequency and the second is the amplitude. I would like to smooth the second column. Any kind of help is appreciated. Thank you.
0 个评论
回答(1 个)
John D'Errico
2018-3-1
Why not look on the file exchange? There are multiple tools there that claim to do Savitsky-Golay.
Even better, is to read the help/doc for smooth. It provides Savitsky-Golay as one option.
doc smooth
If you are asking for someone to write code for you, teaching you how to do Savistsky-Golay and providing complete code for it, that is arguably beyond the scope of Answers. (I for one won't do that.) Instead, you can find pseudo-code for it online. Then spend some time learning to do it in MATLAB from the algorithm.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!