フィルターのクリア

Importing .DZT GPR processing files into matlab

19 ビュー (過去 30 日間)
Omar Ibrahim
Omar Ibrahim 2023 年 11 月 29 日
回答済み: Sathvik 2023 年 12 月 7 日
Hi, I am an archeology student, I have several GPR profiles in .DZT and .DSX format. I have tried the below code, but matlab does not recognize DZT files
data = import('file.DZT');
I am looking for to import DZT files into matlab or if theres a way to convert DZT files into a format which matlab recognizes to utilize different matlab models and analyze the data.
I appreciate your help a lot, thank you!

回答 (1 件)

Sathvik
Sathvik 2023 年 12 月 7 日
Hi
I understand that you are facing an issue while trying to import a GPR Profile from .DZT file.
Currently MATLAB does not officially support importing .DZT files. As a workaround, I have been able to find other resources that might be helpful.
  • You can refer to the following journal that has implemented the import of .DZT files in MATLAB. It also mentions that The MATLAB-code is available upon request from the author.”
  • You can also refer to the following file exchange submission. This loads GPR Data from ‘rd3’ file format.
  • You can also convert it to a Bitmap or an ASCII .txt file, which are officially supported, but the conversion would have some limitations in terms of loss of metadata, precision and data manipulation capabilities.
You can also refer to the following MATLAB Answer for more information on processing a GPR Profile in MATLAB
Hope this helps!

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by