how to write a smoothing code?
Mostrar comentarios más antiguos
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 comentario
Star Strider
el 20 de Mzo. de 2016
What are your sampling frequencies?
What do you mean by ‘smoothing’?
Do you have the Signal Processing Toolbox?
Respuestas (1)
Image Analyst
el 20 de Mzo. de 2016
0 votos
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.
Categorías
Más información sobre Smoothing and Denoising en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!