Generate nine different plots with Sine signal having Frequencies (3Hz, 7Hz and 9Hz) and Amplitude (5V, 10V and 15V).
1 次查看(过去 30 天)
显示 更早的评论
Generate nine different plots with Sine signal having Frequencies (3Hz, 7Hz and 9Hz) and Amplitude (5V, 10V and 15V).
1 个评论
Walter Roberson
2021-7-1
syms t
fplot([5*sinpi(6*t), 10*sinpi(14*t), 15*sinpi(18*t), 10*sinpi(6*t), 15*sinpi(14*t), 5*sinpi(18*t), 15*sinpi(6*t), 5*sinpi(14*t), 10*sinpi(18*t)])
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Continuous Wavelet Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
