How do I get the amplitude profile of an earthquake Signal?

1 view (last 30 days)
I have El-Centro data. Using wavelet analysis,I have reconstructed the signal, I need to get a smooth plot of the amplitude profile which envelopes the Accel vs Time graph. Any idea how I should go about it?
TIA

Answers (2)

Chad Greene
Chad Greene on 4 Jun 2015
You can use one of the enveloping techniques discussed here.

Star Strider
Star Strider on 4 Jun 2015
Another option is to use the Hilbert transform, as described in Envelope Extraction Using the Analytic Signal (Signal Processing Toolbox).
  2 Comments
Samar Kenkre
Samar Kenkre on 4 Jun 2015
Would I have to take the absolute values of the hilbert transform?
Star Strider
Star Strider on 4 Jun 2015
Yes, according to the documentation.
I’ve used it on some of my signals, and it works.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!