demoproc2.m,v
来自「具有特色的地震数据处理源码」· M,V 代码 · 共 76 行
M,V
76 行
head 3.0;access;symbols;locks; strict;comment @// @;3.0date 2000.06.13.19.18.52; author gilles; state Exp;branches;next 2.1;2.1date 99.06.18.15.53.30; author mah; state Exp;branches;next 2.0;2.0date 99.05.21.18.43.26; author mah; state Exp;branches;next 1.1;1.1date 99.05.21.18.19.10; author mah; state Exp;branches;next ;desc@@3.0log@Release 3@text@%Called by demo2 to perform a predictive deconvolutionstate=2;disp('Predictive Deconvolution is not needed on this dataset.');disp('Please apply Median Filter next.');@2.1log@for different data set@text@@2.0log@Release 2@text@a2 4demodata=hannlow(demodata,400,1000)demodata=flat2(demodata,0.05,15); %flattens on first breaksdemodata=preddecon(demodata,0,0.20,0.00275,0.003,1); %pred. decon the vertical comp.demodata=unflat2(demodata,0.05,15); %unflattens on the first breaksd4 1a4 1disp('Predictive Deconvolution has been applied.');@1.1log@Initial revision@text@@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?