smoothing function :smoothECG = sgolayfilt(ECG_data,7,21);
4 views (last 30 days)
Show older comments
Dear all.
I saw this smoothing function applied in the peak analysis page: https://uk.mathworks.com/help/signal/examples/peak-analysis.html?searchHighlight=smooth%207%2C21&s_tid=doc_srchtitle
There is a smoothing used to remove the noisy signal. smoothECG = sgolayfilt(ECG_data,7,21);
Could any one know the (7,21) means? From the explanation, it might be referring to Savitzky-Golay filtering, but I can't find out why (7,21).
Thank you
Luqian
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!