Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Does anyone know how to load Bruker 1D or 2D NMR data in MATLAB?

1 visualización (últimos 30 días)
Taoooooooooooo
Taoooooooooooo el 13 de Abr. de 2022
Cerrada: Taoooooooooooo el 13 de Abr. de 2022
Hi,
I believe the "pdata" saved in the file was the rawdata of the experiment but I am not sure how to load it into MATLAB. I looked through some source code online (e.g., RBNMR) but I still have no idea how to use it since I am really new to Bruker. Can anyone help?
I attached a dataset acquired from Bruker machine for test.
Thanks,
Tao
  1 comentario
Star Strider
Star Strider el 13 de Abr. de 2022
Some experiments I did with it indicates that the data are likely binary files. This requires knowing how they were written. I would first use the unzip function (no introduction release listed) to open the .zip file and see its contents, then use fread to read the appropriate files. (The only one I was able to make any sense of was the ‘.out0’ file.)
It will be necessary to consult the documentation for the instrument to determine how to read the files. The manufacturer may have utilities for this, so look on that website first.

Respuestas (0)

La pregunta está cerrada.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by