How to detect & remove steps from signal?

26 ビュー (過去 30 日間)
Kathleen
Kathleen 2017 年 1 月 26 日
コメント済み: Kathleen 2017 年 3 月 27 日
Dear Colleagues, Given the signal shown in Fig.1, what is the best way to detect and remove the steps from the signal? The processed signal is shown in Fig.2. Could you give me some good methods to solve this problem? Thanks!
Fig.1 Raw signal, which contains several steps.
Fig.2 The processed signal.

採用された回答

Massimo Zanetti
Massimo Zanetti 2017 年 1 月 26 日
Differentiate your signal (function diff in Matlab). The steps are located at points where first derivative is very high. Once your have found these points, translate your pieces of signal to match them.
  1 件のコメント
Kathleen
Kathleen 2017 年 3 月 27 日
Thank you very much for your kind help!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSignal Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by