?? a55.m
字號(hào):
y=linspace(.1,1,100);
thr=0.28;
ythard=wthresh(y,'h',thr);
ytsoft=wthresh(y,'s',thr);
subplot(2,2,1);
plot(y);
title('原始信號(hào)');
subplot(2,2,3);
plot(ythard);
title('硬閾值信號(hào)');
subplot(2,2,4);
plot(ytsoft);
title('軟閾值信號(hào)');
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -