how to write a smoothing code?
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
0 voti
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.
Categorie
Scopri di più su Smoothing and Denoising in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!