How to extract envelope from a sine wave signal?

Hi.
I have this data signal that has an envelope over it that I want to extract that envelope and apply the envelope onto another signal data. How do I do that? Is that possible? Can anyone show me an example of this? I am quite lost at how to code it.
Please help out. Thank you in advance!
Regards,
Anis

2 Comments

There is a function called envelope. Read about this.
I have read on it. I think I understand on how to extract the envelope. Next question is once I got the envelope, how can I apply the extracted envelope (let's say signal A) to another signal (signal B)?

Sign in to comment.

Answers (1)

Hi
You can use the function "envelope" to serve the purpose. You may find the doumentation Envelope Extraction useful.

Community Treasure Hunt

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

Start Hunting!