필터 지우기
필터 지우기

How to remove vertical lines from the graph,produced by matlab????

조회 수: 3 (최근 30일)
RAJAT
RAJAT 2023년 6월 5일
댓글: Adam Danz 2023년 6월 5일
  댓글 수: 3
Simon Chan
Simon Chan 2023년 6월 5일
I guess the points in the plot are not arranged in a correct order. So it goes from upper to the lower curve and vice versa.
Adam Danz
Adam Danz 2023년 6월 5일
It looks like the polarity of your signal is occasionally flipping. Assuming the signal is initially analog and passing through an analog-to-digital converter, you may be able to fix this for future data by tinkering with the A:D converter or during down the gain of the analog signal.
You can also fix this in post-processing (in MATLAB) if you can asssume that the polarity shouldn't suddenly switch.
The rule you would follow would be that if s(n+1) has a different sign than s(n) and s(n) is not sufficiently near 0, then flip the sign of s(n+1), where s is your signal.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by