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.3figure
subplot(321)
f1=sin(1*pi*10*t)
plot(f1)
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('时间')
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)