搜索资源列表
SeismicLab
- 基于MATLAB的地震数据处理工具箱,包含对地震数据的读取、绘图、滤波、变换功能-semistic data processing toolbox based on matlab.It will help you to read su style semistic data and show to the screen,as well as do some transform and filtering.
data-pattern-switch
- 本程序先读取地震记录的头文件,地震记录文件是很多行和8列,再读取这些数据,然后转化成单列数据-matrix data switch to a row
rdsac
- 读取SAC格式天然地震数据,可以先读取158字节道头,并且输出NPTS(数字字母码格式),然后开始读取地震数据-Read SAC natural seismic data format that can be read 158 bytes road head, and the output NPTS (alphanumeric format), and then start reading the seismic data
duquSEG2shuju
- 可以读取SEG-2地震数据,以及可以改变其中的道数,以便于后面的处理。-SEG-2 can read the seismic data, and wherein the channel number can be changed to facilitate subsequent processing.
dataread_CatalogEQT
- 数据读取:从中国标准格式的EQT地震目录中读取相关数据,以供matlab进一步处理使用。-data read, read the needed data from the earthquake catalog (in standard format of China catalog).
SegyMAT-1.5.1
- 标准SEG-Y格式地震数据读写程序,不需要检查道头字,程序会自动读取争取的线号、道号、XY坐标以及样点双程旅行时序列,在自己编写的处理程序中可以直接引用。-Seismic data in SEG-Y formate read/write
p3200
- 地震数据的读取,地震数据需要为segy格式-read segyfile
SY2-MANUAL-TXT
- 读取地震数据SY2文件中的数据,并以TXT格式保存-load the .sy2 file,write the data into a .txt file and restore
DataProcess
- 生成读取gri格式地震数据文件,运行后打开gri格式文件,可显示其图像。-Read gri generate seismic data file format, open gri format file after running, you can display its image.
Geophysics_3.0
- 地震波中,原始地震道中以segy格式数据存储的读取-Seismic waves, the original seismic trace data is stored in read format segy
新建 Microsoft Office Word 文档
- 编写程序从文件(gangb51x.txt)中读取测井数据,编写函数实现以下两种方法进行数据处理,并将处理后数据写入一个新文件中,输出文件中要包括第一列深度采样值。 1、 选取前三条曲线中的一条进行中值滤波处理,函数中要求能进行不同点数的设置。 2、 计算出砂指数BULK。编写函数实现下面的计算。(seISMIC INTERPRETATION)
读取地震数据
- 读取地震数据的到头,以及地震segy数据的格式和地震数据道数的理解(Read seismic data to the end)
SEGY_LOADER-master
- 该程序使c++编写,可以进行地震数据segy格式的快速读取和简单处理(The program makes the by c++ write, can carry on the seismic data segy format fast reading and simple processing)
seg2格式地震数据读取C++
- 地震数据SEG-2文件读取和写入的C++源代码,供大家学习和参考,结果生成了一个txt的文件,保存了每个道中的所有采样点的数据