EKKOREAD
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
Platform Compatibility
Windows macOS LinuxCategories
- Radar > Phased Array System Toolbox > Waveform Design and Signal Synthesis >
- Radar > Phased Array System Toolbox > Detection, Range and Doppler Estimation >
- Sciences > Geoscience > Geology >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | Fixed some typos in description and added keywords. |