To reproduce a wave packet
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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:
0 comentarios
Respuesta aceptada
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
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!