example6_13.m

来自「电子工业出版社《matlab6.5辅助小波分析与应用》的源代码」· M 代码 · 共 6 行

M
6
字号
y=randn(1,1000);  
thr1=thselect(y,'rigrsure')  
thr2=thselect(y,'sqtwolog')  
thr3=thselect(y,'heursure')  
thr4=thselect(y,'minimaxi')  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?