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 版本兼容性
平台兼容性
Windows macOS Linux类别
- Radar > Phased Array System Toolbox > Waveform Design and Signal Synthesis >
- Radar > Phased Array System Toolbox > Detection, Range and Doppler Estimation >
- Sciences > Geoscience > Geology >
标签
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. |