EKKOREAD

版本 1.0.0.0 (1.7 KB) 作者: Ian Howat
Import WinEkko ascii GPR data files with header info.
1.9K 次下载
更新时间 2007/7/30

查看许可证

EKKOREAD Import a WinEKKO Ground Penetrating Radar File (.as2).
[x,t,A] = EKKOREAD('FILE') reads an ascii Sensors & Software WinEkko export file (.as2 extension). Output values are:
x: vector of trace positions in x direction.
t: vector of travel times
A: amplitude data array
hdr: structure array of parameters from header file in field .name and .value (empty if no header file exists).

EKKOREAD('FILE','HEADERFILE') uses the specified header file. Default = 'FILE.hd'.

引用格式

Ian Howat (2024). EKKOREAD (https://www.mathworks.com/matlabcentral/fileexchange/15727-ekkoread), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Fixed some typos in description and added keywords.