📄 display_sift.m
字号:
function display_sift(t,r,m,md,k,sd,s,nbit,sdt,sd2t,minbl,maxbl,midbl)%PLAY Summary of this function goes here% Detailed explanation goes heresubplot(3,1,1)plot(t,md);hold on;plot(t,maxbl,'-k');plot(t,minbl,'-k');plot(t,midbl,'r');title(['IMF ',int2str(k),'; iteration ',int2str(nbit),' before sifting']);set(gca,'XTick',[])hold offsubplot(3,1,2)plot(t,sd)hold onplot(t,sdt,'--r')plot(t,sd2t,':k')title('stop parameter')set(gca,'XTick',[])hold offsubplot(3,1,3)plot(t,r-m)title('residue');pause(0.001)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -