demoproc1.m,v

来自「具有特色的地震数据处理源码」· M,V 代码 · 共 86 行

M,V
86
字号
head	3.0;access;symbols;locks; strict;comment	@// @;3.0date	2000.06.13.19.18.51;	author gilles;	state Exp;branches;next	2.1;2.1date	99.06.18.15.53.21;	author mah;	state Exp;branches;next	2.0;2.0date	99.05.21.18.43.25;	author mah;	state Exp;branches;next	1.1;1.1date	99.05.21.18.19.00;	author mah;	state Exp;branches;next	;desc@@3.0log@Release 3@text@% called by demo2 to perform electrical noise removal% the following removes the harmonics from the data% we will use harmon_new on the data by analyzing the last% second of data because in general there is no signal present theredemodata=harmon_new(demodata,299,301,0.01,0,0.6); %removes 300Hzdemodata=harmon_new(demodata,538,542,0.01,0,0.6); %removes 540Hzstate=1;disp('Removed 300Hz and 540Hz harmonics')disp('Please apply Predictive Deconvolution next.')@2.1log@for different data set@text@@2.0log@Release 2@text@a6 2demodata=harmon_new(demodata,59,61,0.005,0,0.6); %removes 60Hzdemodata=harmon_new(demodata,179,181,0.01,0,0.6); %removes 180Hza7 2demodata=harmon_new(demodata,358,362,0.01,0,0.6); %removes 360Hzdemodata=harmon_new(demodata,418,422,0.01,0,0.6); %removes 420Hza8 2demodata=harmon_new(demodata,657,663,0.01,0,0.6); %removes 660Hzdemodata=harmon_new(demodata,777,783,0.01,0,0.6); %removes 780Hzd10 1a10 1disp('Removed 60Hz, 180Hz, 300Hz, 360Hz, 420Hz, 540Hz, 660Hz, and 780 Hz harmonics')@1.1log@Initial revision@text@@

⌨️ 快捷键说明

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