To reproduce a wave packet

17 visualizaciones (últimos 30 días)
SZ N
SZ N el 16 de Sept. de 2020
Comentada: BOB MATHEW SYJI el 16 de Sept. de 2020
How do I plot this wave to reproduce a wave packet using MATLAB?
Below link might be useful:

Respuesta aceptada

BOB MATHEW SYJI
BOB MATHEW SYJI el 16 de Sept. de 2020
Hope this helps
W= linspace(0, 10.0, 500);
plot(W, sin(W*2*pi) - sin(W*1.1*2*pi))
  2 comentarios
SZ N
SZ N el 16 de Sept. de 2020
Ty so much. That helps a lot!
BOB MATHEW SYJI
BOB MATHEW SYJI el 16 de Sept. de 2020
So, do you accept the answer??

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by