To reproduce a wave packet
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
SZ N
il 16 Set 2020
Commentato: BOB MATHEW SYJI
il 16 Set 2020
How do I plot this wave to reproduce a wave packet using MATLAB?
Below link might be useful:

0 Commenti
Risposta accettata
BOB MATHEW SYJI
il 16 Set 2020
Hope this helps
W= linspace(0, 10.0, 500);
plot(W, sin(W*2*pi) - sin(W*1.1*2*pi))
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!