Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
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 个评论
Star Strider
Star Strider 2022-4-13
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.

回答(0 个)

此问题已关闭。

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by