Advertisement

MATLAB种子文件读取以生成程序。

  •  5星
  •     浏览量: 0
  •     大小:None
  •      文件类型:None


简介:
The following encoding formats are recognized: 1: ASCII 2: A 16-bit integer representation. 3: A 24-bit integer format, currently unverified. 4: A 32-bit integer format. 5: IEEE float32 data. 6: IEEE float64 data. 7: Steim-1 encoding. 8: Steim-2 encoding. 9: GEOSCOPE 24-bit data, which remains unverified at this time. 10: GEOSCOPE 16/3-bit gain ranged data. 11: GEOSCOPE 16/4-bit gain ranged data, currently unverified. 12: Steim-3 encoding (incorporating both alpha and untested versions). For exporting data in the miniSEED format, consult the MKMSEED tool. The author of this resource is Franois Beauducel, reachable at beauducel@ipgp.fr, affiliated with the Institut de Physique du Globe de Paris. This resource was initially created on 2010-09-17 and last updated on 2012-04-21. Acknowledgments are extended to Ljupco Jordanovski, Jean-Marie Saurel, Mohamed Boubacar, and Jonathan Berger, as well as Shahid Ullah for their contributions. Relevant references include the IRIS (2010) SEED Reference Manual (Version 2.4), published by IFDSN/IRIS/USGS and accessible via http://www.iris.edu; and Trabant C.s (2010) libmseed – the Mini-SEED library, available through the IRIS DMC. Additionally, Steim J.M.s (1994) work on Steim Compression from Quanterra Inc., is a valuable reference point for understanding this compression method.. Historical development notes indicate the following updates and corrections: [2012-04-21] – Resolved a bug related to Steim compression combined with little-endian coding; this correction was made possible thanks to Shahid Ullahs assistance.. [2012-03-21] – Introduced identification codes for warning messages to enhance debugging capabilities.. [2011-11-10] – Corrected a bug concerning multiple channel name lengths; Jonathan Berger’s input proved invaluable in resolving this issue.. [2011-10-27] – Incorporated a LocationIdentifier field within the X.ChannelFullName attribute.. [2011-10-24] – Implemented validation procedures specifically designed for IEEE double encoding, utilizing PQL for verification purposes.. Furthermore, the ability to import and plot data even when file integrity issues are present—such as those encountered with PQL—has been added.. [2011-07-21] – Validated the ASCII encoding format through logging mechanisms.. Blockettes are now organized within substructures situated below a single field designated as X.BLOCKETTES.. The import of blockettes identified as 500 and 2000 has also been implemented.. The system now supports processing multi channel files that utilize various different data coding schemes.. [2010-10-16] – Developed an alpha version of Steim decoding for Steim -3... Extended output parameters to include channel detection functionality; additionally gaps and overlaps have been incorporated into plotting capabilities; furthermore there is now an option to force plot generation.. [2010-10-02] – Added support for input formats used in GEOSCOPE multiplexed old data files... An additional output argument has been introduced that provides detailed analysis of gaps and overlaps... The script has also undergone optimization resulting in a significant speed improvement—specifically a reduction in STEIM decoding time by approximately thirty times!. [2010–09–28] - Resolved an issue pertaining to STEIM– 3 nibble decoding where a discrepancy of one % 3 -bit difference existed due to endianness issues; additionally reading files without blockette number          ¹⁰⁰⁰ has been enabled using additional input arguments similar to those used by Seismic Handler output files; finally replaced fprintf() calls with warning() function calls.

全部评论 (0)

还没有任何评论哟~
客服
客服
  • MATLAB
    优质
    本程序旨在简化MATLAB中种子文件的读取过程,支持高效加载和解析多种格式的数据文件,便于用户快速获取实验所需随机数序列。 已知的编码格式包括以下 FDSN 代码: - 0:ASCII - 1:16位整数 - 2:24位整数(未经测试) - 3:32位整数 - 4:IEEE float32 - 5:IEEE float64 - 10:Steim-1 - 11:Steim-2 - 12:GEOSCOPE 24位(未经测试) - 13:GEOSCOPE 16/3位增益范围 - 14:GEOSCOPE 16/4位增益范围(未经测试) - 19:Steim-3 (alpha版,未经过测试) 参考 MKMSEED 将数据导出为 miniSEED 格式。 作者信息: François Beauducel Institut de Physique du Globe de Paris 创建日期:2010年9月17日 更新日期:2012年4月21日 致谢: Ljupco Jordanovski, Jean-Marie Saurel, Mohamed Boubacar, Jonathan Berger, Shahid Ullah. 参考资料: IRIS (2010), SEED Reference Manual: SEED 格式版本 2.4,2010年5月出版。 Trabant C. (2010),libmseed:Mini-SEED 库 Steim J.M. (1994) Steim 压缩算法, Quanterra Inc. 历史记录: [2012-04-21] 修正了与小端编码的 Steim 相关的问题(感谢 Shahid Ullah) [2012-03-21] 为警告消息添加ID [2011-11-10] 修复多通道名称长度问题 (Jonathan Berger 提供帮助) [2011-10-27] 将位置标识符添加到 X.ChannelFullName 中 验证 IEEE double 编码(与 PQL 一起使用) 允许在文件完整性存在问题时导入和绘制数据 [2011-07-21] 验证 ASCII 编码格式的日志输出 Blockettes 现存储于单个字段 X.BLOCKETTES 下的子结构中 添加了块ette500 和 2000 的导入功能 支持多通道文件中的不同数据编码 [2010-10-16] Steim-3 解码 alpha 版本... 扩展输出参数以包含信道检测结果 在图上增加间隙和重叠显示 允许强制绘图 [2010-10-02] 添加 GEOSCOPE 多路复用旧数据文件的输入格式。 额外输出变量用于分析间隔与重合情况 创建无输出参数时的默认图表 优化脚本编码(使 STEIM 解码速度提高30倍) [2010-09-28] 修正了 Steim-1 nibble 3 的解码问题 (一个 32位差异) 支持没有 blockette 1000 文件的读取(如 Seismic Handler 输出文件) 使用 warning() 函数代替 fprintf().
  • SQL表名并
    优质
    本教程详解如何通过解析SQL语句来识别和抽取特定数据库中的表名,并将结果导出为文本文件,适合开发者提高数据处理效率。 本小工具能够解析SQL文件,并提取其中的所有表名保存为文本段落件,在存储过程及数据处理方面非常实用且方便。如果用户认为该工具有价值,作者计划增加一些参数以进一步完善功能。
  • PHPExcel
    优质
    本教程详细介绍了如何使用PHP语言来生成、操作及导出Excel文件的方法与技巧,适用于需要处理大量数据表格的应用程序开发人员。 在网站的管理后台常常会用到报表的生成和读取功能,CSV 和 Excel 是常用的报表格式。本段落将介绍如何使用 PHP 语言来生成与读取 Excel 文件,有兴趣的朋友可以参考一下。
  • MATLABPLY
    优质
    本程序介绍如何在MATLAB环境中高效读取PLY格式的三维模型文件,展示具体代码实现及数据处理方法,便于用户进行进一步的图形分析和可视化操作。 这段文字描述了三个用于MATLAB处理PLY格式三维模型的m文件:plyread.m、plywrite.m和plywritetri.m。这些文件分别负责读取和写入PLY格式的数据,以支持三维模型的相关操作。
  • 和图器 v1.0
    优质
    种子啦文件和图种生成器 v1.0是一款便捷高效的工具软件,专为用户快速创建BT种子文件及图种链接设计。它操作简单、功能强大,支持批量处理,极大地提高了资源分享的效率与便利性。 种子啦文件生成器可以把种子等文件“藏”在图片里,在分享文件时更加安全便捷。它采用独有的“铠甲”图种保护技术,确保了图种的完整性,并有效防止了因被添加水印而导致的问题。
  • 从ExcelXML
    优质
    本项目演示如何使用Python从Excel表格中提取数据,并将其转换为结构化的XML格式文件,适用于需要将表格数据转存或分享为XML文档的情景。 Excel读取生成XML文件的过程可以概括为:首先使用VBA或Python等工具从Excel表格中提取数据;然后根据所需格式构建XML文档结构;最后将提取的数据填充到相应的XML标签内,从而完成一个有效的转换过程。这样就可以利用Excel的强大数据分析能力与XML的灵活数据交换特性相结合来处理和传输复杂信息了。
  • MATLABMP3源码.zip
    优质
    本资源提供一个用于在MATLAB环境中解析和处理MP3音频文件的完整源代码。通过该程序,用户能够便捷地实现对MP3文件的数据提取与分析功能。 【程序老媛出品,必属精品,亲测校正,质量保证】 资源名:MATLAB实现读取mp3文件的程序源码.zip 资源类型:程序源代码 源码说明:包含完整源码和注释,非常适合借鉴学习。 适合人群:新手及有一定经验的开发人员
  • MATLABIGS IONEX.rar
    优质
    本资源提供了一种用于解析和处理IGS(国际GNSS服务)发布的精密星基增强系统(IONEX)格式电离层延迟数据文件的方法,采用MATLAB编程实现。适合科研与教学使用。 读取IGS IONEX文件的MATLAB程序可以实现TEC的提取。所需文件需从IGS网站下载igsg.i格式,并将其放置在程序目录下,然后直接运行MATLAB即可。
  • MATLABGIF的简易
    优质
    本段落介绍了一个使用MATLAB编程语言来轻松读取和处理GIF文件的简单实用程序。此工具为那些需要分析或操作动画图像数据的研究人员及工程师提供便利,简化了将GIF格式导入到MATLAB环境中的过程。 Matlab读取GIF文件的小程序简单实用,非常适合初学者使用。
  • SEGYMAT:SEGYMatlab工具
    优质
    简介:SEGYMAT是一款专门用于在Matlab环境中解析和操作SEGY格式地震数据文件的实用工具程序。它为用户提供便捷的数据读取功能,支持高效的地球物理数据分析与处理。 用于读取SEGY的Matlab程序包是不错的学习资料,代码可以直接使用。