中文说明:应用背景 可以用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)
English Description:
Application backgroundYou can use matlab to read the segy format of the seismic data format file, including the wave front snapshot, single shot records, etc., can be carried out in the MATLAB further data processing, To automatically read a SEGY file.%ProgramReturns matrix traces with amplitudes ProgramTime base T. andEasily add more variables if required CanTo SEG digital tape standards booklet. ReferInput file must have the full filename including TheStandard.Sgy designation at the end theKey TechnologySeismic data can be read, you can use matlab to read the segy format of the seismic data format file, in the MATLAB for further data processing,Mat=segyread function (FID)