搜索资源列表
segy
- 利用matlab编程读取segy文件源码
segy-read
- 读取Segy格式地震数据的类SegyReader, 在segy.h文件中有segy卷头/道头的每一个字段的中文详细说明,方便大家查询使用. 另外, 使用QT3.x制作的GUI界面程序, 可以选择一个segy文件, 使用SegyReader类读取并显示相关信息在界面上.
segy读(vc)
- 在vc下的对segy文件的读取
segy文件具体格式
- 该文档详细解释了SGEY文件的格式。
segyhead.rar
- 实现 segy文件道头和卷头的定义以及初始化。。。。。。。。,get the header of segy-file define and initial
RW_SEGY.rar
- 用C语言编写的读写微机格式SGY/SEGY文件的程序源代码,已经测试通过了。只需要自行添加处理命令就可以实现对数据处理。这是了解学习读写SGY文件,以及SGY文件格式非常好的例子!!(内含测试SGY数据),Using C language to read and write PC format SGY/SEGY files of source code has been tested passed. Only need to add their own to deal with an order
SegY.rar
- 打开segy文件并显示图形 显示卷头 道头等数据,Open segy document and display graphics toudao top volume data
segy
- 主要用于地震数据处理中读取segy文件数据,也可以自己合成的数据保存为segy文件。-Mainly used in seismic data processing to read segy file data, you can also save their synthetic data for segy file.
SEGY
- segy文件查看器 小巧方便 可以查看各道数据-segy small and convenient file viewer to view the channel data
segy
- 本文件代码是用于实现地震SEGY格式数据的读写和格式转换,功能基本齐全-The document code is used to implement read and write seismic data in SEGY format and format conversion, an almost fully functional
write-and-read-segy-files
- matlab编写的用于读取地震segy文件和写入segy文件的程序,内有详细的文字说明,适合初学者。-Matlab prepared to read seismic segy file and write segy files, with detailed explanations, suitable for beginners.
segy-python-package
- 读取segy文件Python包,支持ieee,ibm浮点格式转换-This is a python package to ready seismic data in the SEGY data format.
matlab-read-SEGY-file
- 利用matlab读取大端存储的SEGY文件-Use matlab to read big endian files stored SEGY
segy
- 用C语言编写的读写工作格式SGY/SEGY文件的程序源代码,已经测试通过了。只需要自行添加处理命令就可以实现对数据处理。这是了解学习读写SGY文件,以及SGY文件格式非常好的例子!!在工作站要安装相应的文件库(sun工作站应用过)。-Write PC format SGY/SEGY file using the C language to read the source code, has been tested. Only need to add the command can be achi
segy
- segy读写的详细代码和segy文件结构(Segy read and write detailed code and segy file structure)
Segy文件分析 v1.4
- 功能: 1、查看卷头、道头的主要信息 2、工作站格式与微机格式的相互转换 3、各道数据的波形显示,及其频谱分析 4、多种形式的数据输出,可输出文本文件 5、三维数据体的分析,得出工区角点坐标 6、原始炮数据扫描,找出缺炮的道号 7、对数据体进行任意道及时间段的切割 8、对多个Segy文件进行合并处理 9、给出读取微机格式数据的示意性代码(Function: 1. Check the main information of the header and hea
segy
- 地震处理程序,读取segy文件,编程语言为matlab(Earthquake processing program, read segy file, programming language for matlab)
pinjie
- 读写SEGY地震数据文件,使用C语言编写,在VS平台下即可运行(Read and write SEGY seismic data file)
seismic anlysis
- 用于地震数据的处理,涉及segy文件的读取输出和相应的处理。
segy数据读取matlab
- matlab读取地震数据segy,提取道头和卷头信息,能够准确读取segy文件,并从中提取裸数据、文件头、道头等重要信息,还能存储成多种文件格式。