How to detect & remove steps from signal?
26 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kathleen
am 26 Jan. 2017
Kommentiert: Kathleen
am 27 Mär. 2017
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.
0 Kommentare
Akzeptierte Antwort
Massimo Zanetti
am 26 Jan. 2017
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Signal Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!