资 源 简 介
应用背景
可以用matlab来读取segy格式的地震数据格式文件,包括波前快照,单炮记录,等,可以在matlab中进行进一步的数据处理,
%Program to automatically read a SEGY file.
% Program returns matrix traces with amplitudes
% and time base t.
% Can easily add more variables if required
% Refer to SEG digital tape standards booklet.
% The input file must have the full filename including
% the standard .sgy designation at the end
关键技术
可以读取地震数据,可以用matlab来读取segy格式的地震数据格式文件,在matlab中进行进一步的数据处理,
function mat=segyread(fid)