如何用MATLAB实现如下的谐波序列

如何用MATLAB实现如下的谐波序列,第1张

N = 10% N 赋冲悔隐值

n = 1:128

x = 10 + 30 * sin(2 * pi * n /前笑 N) + 8 * sin(4 * pi * n / N + pi /散厅 6) + 6 * sin(6 * pi * n / N + pi / 3)

t=0:0.0001:1.3

figure

subplot(321)

f1=sin(1*pi*10*t)

plot(f1)

title('频率为5hz的正弦波')

Ylabel('幅值')

Xlabel('时间')

subplot(322)

f2=sin(2*pi*10*t)

plot(f2)

title('频率为10hz的正弦波')

Ylabel('幅值')

Xlabel('时间')

subplot(323)

f3=sin(3*pi*10*t)

plot(f3)

title('频率为15hz的正弦波')

Ylabel('幅值')

Xlabel('时升族弯间')

f=f1+f2+f3

subplot(324)

plot(f)

title('合成的正弦波')

Ylabel('幅值')

Xlabel('时间')

subplot(325)

coefs=cwt(f,[1:1:10],'吵闷db3','plot')

title('对于不同尺度下的小波系数值')

Ylabel('尺穗并度')

Xlabel('时间')


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/12411328.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-25
下一篇 2023-05-25

发表评论

登录后才能评论

评论列表(0条)

保存