matlab读取segy格式的文件我要分享

Matlab read segy format file

matlab

关注次数: 454

下载次数: 4

文件大小: 242.74 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:应用背景 可以用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)


代码预览