demoproc5.m,v
来自「具有特色的地震数据处理源码」· M,V 代码 · 共 58 行
M,V
58 行
head 3.0;access;symbols;locks; strict;comment @// @;3.0date 2000.06.13.19.18.58; author gilles; state Exp;branches;next 2.0;2.0date 99.05.21.18.43.30; author mah; state Exp;branches;next 1.1;1.1date 99.05.21.18.19.32; author mah; state Exp;branches;next ;desc@@3.0log@Release 3@text@%Called by demo2 to perform bandpass filteringdemodata=hannband(demodata,25,75,200,250)demodata=mute(demodata,1,15)demodata=agc(demodata,0.075,2);state=5;disp('Bandpass filtering has been applied to the data.');disp('Processing is finished.');@2.0log@Release 2@text@@1.1log@Initial revision@text@@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?