To reproduce a wave packet
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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:
0 commentaires
Réponse acceptée
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
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!