demoproc1.m
来自「具有特色的地震数据处理源码」· M 代码 · 共 12 行
M
12 行
% 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.')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?