To reproduce a wave packet
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
SZ N
am 16 Sep. 2020
Kommentiert: BOB MATHEW SYJI
am 16 Sep. 2020
How do I plot this wave to reproduce a wave packet using MATLAB?
Below link might be useful:

0 Kommentare
Akzeptierte Antwort
BOB MATHEW SYJI
am 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!