how to write a smoothing code?
이전 댓글 표시
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
Star Strider
2016년 3월 20일
What are your sampling frequencies?
What do you mean by ‘smoothing’?
Do you have the Signal Processing Toolbox?
답변 (1개)
Image Analyst
2016년 3월 20일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!