To reproduce a wave packet

15 次查看(过去 30 天)
How do I plot this wave to reproduce a wave packet using MATLAB?
Below link might be useful:

采纳的回答

BOB MATHEW SYJI
BOB MATHEW SYJI 2020-9-16
Hope this helps
W= linspace(0, 10.0, 500);
plot(W, sin(W*2*pi) - sin(W*1.1*2*pi))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by