登录
首页 » matlab » SegyMAT

SegyMAT

于 2009-02-26 发布 文件大小:601KB
0 180
下载积分: 1 下载次数: 22

代码说明:

   针对目前流行的一种文件格式segy 处理的软件包,( Since the original SEG Y Data Exchange Format [revision 0, reference page 45] was published in 1975 it has achieved widespread usage within the geophysical industry. This widespread usage has brought about many proprietary variations. Since the publication of SEG Y rev 0, the nature of seismic data acquisition, processing and seismic hardware has changed significantly. The introduction of 3-D acquisition techniques and high speed, high capacity recording media dictate the need for revisions to the SEG Y rev 0 format. The major changes introduced by SEG Y rev 1 are: standardizing the location of header information needed for current processing practices and defining a SEG Y data set as a byte stream format. The SEG Technical Standards Committee strongly encourages producers and users of SEG Y data sets to move to the revised standard in an expeditious fashion. )

文件列表:

SegyMAT
.......\CheckSegyTraceHeader.m
.......\Contents.m
.......\DIAAboutSegymat.fig
.......\DIAAboutSegymat.m
.......\DIAOpenSEGY.fig
.......\DIAOpenSEGY.m
.......\ebcdic2ascii.m
.......\GetSegyHeader.m
.......\GetSegyHeaderBasics.m
.......\GetSegyTrace.m
.......\GetSegyTraceData.m
.......\GetSegyTraceHeader.m
.......\GetSegyTraceHeaderInfo.m
.......\GUIEditSegyHeader.fig
.......\GUIEditSegyHeader.m
.......\GUIEditSegyTraceHeader.fig
.......\GUIEditSegyTraceHeader.m
.......\GUIEditTextualFileHeader.fig
.......\GUIEditTextualFileHeader.m
.......\GUIPlotXY.fig
.......\GUIPlotXY.m
.......\GUISegyMAT.fig
.......\GUISegyMAT.m
.......\ibm2num.m
.......\InitSegyTraceHeader.m
.......\isoctave.m
.......\htm" target=_blank>LICENSE
.......\MakeXmlRef.m
.......\num2ibm.m
.......\progress_txt.m
.......\PutSegyHeader.m
.......\PutSegyTrace.m
.......\htm" target=_blank>README
.......\htm" target=_blank>README_OCTAVE
.......\htm" target=_blank>README_STANDALONE
.......\README_STANDALONE_WIN32.txt
.......\ReadSegy.m
.......\ReadSegyConstantTraceLength.m
.......\ReadSegyFast.m
.......\ReadSegyHeader.m
.......\ReadSegyTraceHeaderValue.m
.......\ReadSu.m
.......\ReadSuFast.m
.......\htm" target=_blank>REVISION
.......\Sac2Segy.m
.......\sacsun2mat.m
.......\Segy2Su.m
.......\segymat.fig
.......\segymat.m
.......\SegyMATdemo1.m
.......\SegymatHelp.m
.......\SegymatRevision.m
.......\SegymatVerbose.m
.......\SegymatVersion.m
.......\segymat_about.fig
.......\segymat_about.m
.......\SegyMAT_GAIN.m
.......\Su2Segy.m
.......\testWriteSegy.m
.......\htm" target=_blank>TODO
.......\TraceheaderToInfo.m
.......\wiggle.m
.......\WriteSegy.m
.......\WriteSegyStructure.m
.......\WriteSu.m
.......\WriteSuStructure.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Ferreira_FEM
    matlab code for finite element method
    2010-07-14 17:47:11下载
    积分:1
  • 实验6-牛顿法解方
    在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。(Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.)
    2005-08-06 09:41:56下载
    积分:1
  • allan
    光纤陀螺输出误差的allan方差分析,使用的matlab仿真软件以及实际陀螺采样的数据进行分析。详细分析了5个误差的大小及其拟合曲线(FOG output error of the allan variance analysis, the use of matlab simulation software as well as actual gyroscope data sample for analysis. A detailed analysis of the size of error of 5 and its fitting curve)
    2021-03-31 16:39:09下载
    积分:1
  • Caro_Mora.m
    CALCULO DE INTEGRALES EN MATLAB
    2015-04-06 01:21:23下载
    积分:1
  • rstest
    一种利用粗糙集理论的知识约简算法,MATLAB实现(A knowledge reduction algorithm using rough set theory, MATLAB realization)
    2015-04-14 23:37:59下载
    积分:1
  • quexianjiance
    本程序是基于机器视觉的零件缺陷检测,主要是对热轧钢缺陷的检测。供大家参考学习。vision, mainly is the detection of hot rolled steel defect. For your reference. (This procedure is the detection of defective parts based on machine )
    2014-05-01 00:26:19下载
    积分:1
  • Matlab_tsp
    TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序 D是距离矩阵,n为种群个数 参数a是中国31个城市的坐标 C为停止代数,遗传到第 C代时程序停止,C的具体取值视问题的规模和耗费的时间而定 m为适应值归一化淘汰加速指数,最好取为1,2,3,4,不宜太大 alpha为淘汰保护指数,可取为0~1之间任意小数,取1时关闭保护功能,建议取0.8~1.0之间的值 R为最短路径,Rlength为路径长度( TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm generic matlab program D is the distance matrix, n is the population number of parameters a C coordinates of the 31 cities to stop algebra, genetic to C on behalf of the program stops, the specific values ​ ​ of C depending on the size and time-consuming, m alpha for the fitness value of the normalized phase-out acceleration index, and is best taken as 1, 2, 3, 4, and not too much eliminated the protection index, it is desirable for any decimal between 0 and 1, taking 1:00 off the protective function, it is recommended to take a value between 0.8 to 1.0 R for the shortest path, Rlength for the path length)
    2012-07-27 14:53:14下载
    积分:1
  • Solutions-of-Elliptic-Equations
    主要针对数学物理问题上的椭圆方程,利用matlab来解相关的椭圆方程(The main problem for elliptic equations of mathematical physics on using matlab to solve the associated elliptic equations)
    2014-08-10 10:09:30下载
    积分:1
  • DBF
    线阵的matlab下的各类程序源代码,值得学习。(capon music jldasjuopqew)
    2015-04-09 11:15:08下载
    积分:1
  • 842013_1250643127
    chirpz变换 chirpz变换 chirpz变换 (chirpz transform chirpz transform chirpz transform)
    2010-11-23 10:19:34下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载