To reproduce a wave packet

16 vues (au cours des 30 derniers jours)
SZ N
SZ N le 16 Sep 2020
Commenté : BOB MATHEW SYJI le 16 Sep 2020
How do I plot this wave to reproduce a wave packet using MATLAB?
Below link might be useful:

Réponse acceptée

BOB MATHEW SYJI
BOB MATHEW SYJI le 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 commentaires
SZ N
SZ N le 16 Sep 2020
Ty so much. That helps a lot!
BOB MATHEW SYJI
BOB MATHEW SYJI le 16 Sep 2020
So, do you accept the answer??

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by