how to write a smoothing code?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Star Strider
il 20 Mar 2016
What are your sampling frequencies?
What do you mean by ‘smoothing’?
Do you have the Signal Processing Toolbox?
Risposte (1)
Image Analyst
il 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 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!