Detecting noise in the signal, real-time.
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi everyone,
I have a brief question. I need to detect the noised part of the signal in real-time, see Figure.
This noise starts at 200 in the -x axis. Is there any way to detect this wavy noise in real-time?
Thank you in advance.
댓글 수: 1
Mathieu NOE
2020년 11월 16일
hello Hakan
so the noise is the sections with the high amplitude jerks ?
you can probably set a threshold on abs(diff(signal)) to detect high chattering portion of the signal
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Detection, Range and Doppler Estimation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!