Oscillation about one point
5 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
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
2021 年 6 月 5 日
A sample plot would help, especially with a note about significant differences that might be detected before the damped oscillations.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
