Detecting noise in the signal, real-time.
1 回表示 (過去 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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/414638/image.png)
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!