Hello i'm new use matlab. i would like to use savitzky golay to smooth my data. I have the data in .txt format. Can you help me how to plot my data and use the savgol filteriing? Thank you

3 次查看(过去 30 天)
Savitzky Golay Filtering

采纳的回答

Ameer Hamza
Ameer Hamza 2018-8-10
You can use sgolayfilt() function from Signal Processing Toolbox. For reading data from txt file you can use textscan(). For plotting you can use plot() function. For a more comprehensive example, please attach a sample dataset.
  4 个评论

请先登录,再进行评论。

更多回答(1 个)

Image Analyst
Image Analyst 2018-8-11

类别

Help CenterFile Exchange 中查找有关 Signal Generation and Preprocessing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by