EKKOREAD

Import WinEkko ascii GPR data files with header info.
1.9K Downloads
Updated 30 Jul 2007

View License

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'.

Cite As

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

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Fixed some typos in description and added keywords.