Azzera filtri
Azzera filtri

To reproduce a wave packet

2 visualizzazioni (ultimi 30 giorni)
SZ N
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:

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su MATLAB 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!

Translated by