To reproduce a wave packet

16 views (last 30 days)
SZ N
SZ N on 16 Sep 2020
Commented: BOB MATHEW SYJI on 16 Sep 2020
How do I plot this wave to reproduce a wave packet using MATLAB?
Below link might be useful:

Accepted Answer

BOB MATHEW SYJI
BOB MATHEW SYJI on 16 Sep 2020
Hope this helps
W= linspace(0, 10.0, 500);
plot(W, sin(W*2*pi) - sin(W*1.1*2*pi))
  2 Comments
SZ N
SZ N on 16 Sep 2020
Ty so much. That helps a lot!
BOB MATHEW SYJI
BOB MATHEW SYJI on 16 Sep 2020
So, do you accept the answer??

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!