Borrar filtros
Borrar filtros

Importing .DZT GPR processing files into matlab

19 visualizaciones (últimos 30 días)
Omar Ibrahim
Omar Ibrahim el 29 de Nov. de 2023
Respondida: Sathvik el 7 de Dic. de 2023
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!

Respuestas (1)

Sathvik
Sathvik el 7 de Dic. de 2023
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!

Productos


Versión

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by