how to write a smoothing code?
1 view (last 30 days)
Show older comments
hello All,i have 6 signal inputs which have 1000 values each of them,i want to write a code for smoothing my signals,any help?
1 Comment
Star Strider
on 20 Mar 2016
What are your sampling frequencies?
What do you mean by ‘smoothing’?
Do you have the Signal Processing Toolbox?
Answers (1)
Image Analyst
on 20 Mar 2016
Tons of options. Here are some
Just to get started, polyfit() and sgolayfilt() are probably the simplest and easiest to understand. I attach demos for both.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!