필터 지우기
필터 지우기

Oscillation about one point

조회 수: 10 (최근 30일)
Indu S
Indu S 2021년 6월 5일
댓글: Indu S 2021년 6월 5일
I have an array of values I get from a sensor and the values undergo damped oscillated after the first few seconds. I want to find the point across which it oscillates. Can someone help me out?

답변 (1개)

Rik
Rik 2021년 6월 5일
It might be enough to use mean on the second half of your vector. Sometimes a simple solution will already do the trick.
The alternative would be to fit a function to your data, or to do a Fourier transform and keep only the low frequencies.
  댓글 수: 4
Walter Roberson
Walter Roberson 2021년 6월 5일
A sample plot would help, especially with a note about significant differences that might be detected before the damped oscillations.
Indu S
Indu S 2021년 6월 5일
The oscillations you can see from about 3 secons till 12 seconds is what I am talking about. Since it is not about 0, I want to find the new point.

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

카테고리

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

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by