登录
首页 » matlab » read_sac

read_sac

于 2018-09-17 发布 文件大小:2KB
0 252
下载积分: 1 下载次数: 5

代码说明:

  地震解释中,读取sac文件中的采样率,台站位置,起止时间等全部信息(In the seismic interpretation, this function can read many information such as sampling rate, station location, start and stop time in sac files)

文件列表:

rsac_big.m, 3337 , 2016-10-09
rsac_little.m, 3344 , 2017-11-02
readsac.m, 488 , 2016-09-26

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

发表评论

0 个回复

  • 心电信号预处理
    说明:  基于matlab的心电信号的预处理,对心电信号做去噪平滑处理(Preprocessing of ECG signals based on matlab, denoising and smoothing ECG signals)
    2020-04-30 09:55:51下载
    积分:1
  • 极化SAR分解
    用于极化sar的特征分解,其中包括常见cloude、freeman等分解(For polarization SAR feature decomposition, including cloude, Freeman and other decomposition)
    2020-12-20 19:19:08下载
    积分:1
  • 505128GDOP_of_AOA
    说明:  双站测角GDOP仿真,有原理、推导公式、matlab仿真都有(Dual station angle measurement GDOP simulation, principle, derivation formula, matlab simulation)
    2020-11-21 12:49:36下载
    积分:1
  • canny
    说明:  canny 边缘检测基于梯度直方图的自适应阈值verilog实现(Canny edge detection based on gradient histogram adaptive threshold Verilog implementation)
    2021-04-12 14:48:57下载
    积分:1
  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • This code uses the bmp map as the main interface, the main card to monitor the h...
    此代码使用bmp图作为主要界面,主要实现以监控卡为硬件基础,实现摄像头监控。-This code uses the bmp map as the main interface, the main card to monitor the hardware basis for the realization of camera surveillance.
    2022-01-25 16:36:19下载
    积分:1
  • 1、 秉承EIP
    1、 秉承EIP-CDIO的教学理念,以实验设计的方式,通过篮球计时器的设计,运用Protel软件进行绘制原理图和PCB图,增进对电子产品的生产制作过程的了解,提高对电子产品的制作工艺的认识.-1, our EIP-CDIO teaching philosophy, a way to experimental design, through basketball timer design, the use of mapping software Protel schematic and PCB plans to enhance the production of electronic manufacturing process understanding, improve on electronic products understanding of the production process.
    2023-05-20 23:20:03下载
    积分:1
  • 贪吃蛇源码
    贪吃蛇代码实现,适用于初学者。贪吃蛇代码实现,适用于初学者。贪吃蛇代码实现,适用于初学者。
    2023-07-09 10:35:03下载
    积分:1
  • buck_boost.circuit
    说明:  升降压斩波电路及其电路原理介绍和模型搭建(The lifting voltage chopper circuit and its circuit principle are introduced and the model is built)
    2020-06-18 21:09:06下载
    积分:1
  • cellular_automata_test1
    说明:  利用matlab编写的元胞自动机模拟火灾人员疏散(Simulation of evacuation of fire personnel by cellular automata compiled by MATLAB)
    2021-04-20 10:58:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载