📄 decompose.m
字号:
load noissin;
x=noissin;
figure(1);
plot(x);
figure(2);
subplot(121);
c=cwt(x,1:48,'db4','plot');
subplot(122);
c=cwt(x,2:2:128,'db4','plot');
figure(3);
c=cwt(x,2:2:128,'cgau4','plot');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -