Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
Taoooooooooooo
Taoooooooooooo am 13 Apr. 2022
Geschlossen: Taoooooooooooo am 13 Apr. 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 Kommentar
Star Strider
Star Strider am 13 Apr. 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.

Antworten (0)

Diese Frage ist geschlossen.

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by